How do I upload an adminlist/banlist to my Factorio server?
Factorio stores a list of of all the players you have made admin using the /promote command, and a list of all the players you have made using the /ban command. You can move this list between servers if you are migrating between providers. Here is how you can do that.
Uploading An Admin Banlist
Section titled “Uploading An Admin Banlist”Using Blacksmith’s Portal
Section titled “Using Blacksmith’s Portal”- Find where the desired
server-banlist.jsonandserver-adminlist.jsonfiles are located. By default these are located in the root folder of your servers files. - Open the Blacksmith’s Portal
- Go to
Filesand upload bothserver-banlist.jsonandserver-adminlist.jsonto thedatafolder - Restart your server and your server will now use both of those files to pull its admins and banned players
Self-Hosting/Other Providers
Section titled “Self-Hosting/Other Providers”- Find where the desired
server-banlist.jsonandserver-adminlist.jsonfiles are located. By default these are located in the root folder of your servers files. - Open your servers files
- If your servers startup command does not specify a location for the banlist or adminlist files (using the
--serverbanlistor--server-adminliststartup flags), you can place them in the root directory of your server. Otherwise, place them in the directories that those startup flags set - Restart your server and your server will now use both of those files to pull its admins and banned players