Satisfactory's config hosts a variety of options allowing you to customize your server; from the maximum number of players to the autosave terminal.
# Edit server settings via the console
- Launch the game, and go to your Server Manager.
- Make sure that you are authenticated as an administrator to your server and access the console page.
- Now execute the command of the config you would like to change. For example, to change the automatic save interval to 3 minutes instead of 5 (default), you need to enter
FG.autosaveinterval 3
.
# How to edit the config files
- Access your control panel and Stop your server.
- Click on Files.
- Navigate to
/FactoryGame/Saved/Config/LinuxServer/
. - Locate the desired config file, then click Edit to the right of it. (E.G. In the screenshot below, we are editing
GameUserSettings.ini
).
Note
When wanting to edit a config file at first, you might notice that no files are present yet. To generate all the config files, set one set via the server console using the method mentioned above.
- Locate and set the config option you wish to update. For example, changing the autosave interval to 5 minutes.
- Save the config and restart your server.