How to Change Your Factorio Server Name and Password
Your Factorio server's name and password are controlled by server-settings.json. Editing this file through the game panel applies the changes at next startup without any manual file transfers.
For file-based changes such as uploading mods or saves, see Connect an FTP Client.
Change the server name and password
- Log in to the Game Control Panel and navigate to your server.
- Stop your server.
- Click Configuration Files.
- Locate
server-settings.jsonand click Config Editor. - Edit the
namefield to set your server name and thepasswordfield to set a join password. Leavepasswordempty for a public server. - Click Save.
- Start your server. The new name and password take effect immediately.
Troubleshooting
- Server still shows old name: Confirm the server was fully stopped before saving. Restart once more after saving.
- Config Editor not saving: Check that no field exceeds its allowed length. Switch to the Text Editor view to inspect the raw JSON if needed.
- Password not working for players: The password field in
server-settings.jsonis case-sensitive. Share it exactly as entered.