How to Edit Your Satisfactory Server Settings
You can adjust your Satisfactory server's configuration two ways: through the in-game server console, or by editing the config files directly in the File Manager. Both methods are covered below.
Edit settings from the server console
- Launch Satisfactory and open Server Manager.
- Authenticate as an administrator on your server.
- Navigate to the console page and execute the command for the setting you want to change.
For example, to change the auto-save interval to 1 minute instead of 5, run:
FG.autosaveinterval 1
For the full list of available console commands, see how to use console commands.
Edit settings from the File Manager
- Log in to the Game Control Panel and navigate to your server.
- Stop your server.
- Click File Manager and navigate to
/FactoryGame/Saved/Config/WindowsServer. - Open
GameUserSettings.inior whichever config file contains the setting you want to change. - Locate the option and update its value. For example, to change the auto-save interval you would find and update:
mFloatValues=(("FG.AutoSaveInterval", 1800.000000)) - Save the file, then return to the control panel and start your server.
Most server settings are found within /FactoryGame/Saved/Config/WindowsServer. If you need to reset the server entirely, see how to reinstall your server.