Skip to content

How to configure your server

Updated June 19, 2026
Satisfactory
Satisfactory Configuration | GameServerKings KB

Satisfactory Configuration

This guide covers the configuration files and key settings for your Satisfactory server. For first boot and connecting, see Getting Started.

For tuning beyond the in-game UI, the files are at FactoryGame/Saved/Config/LinuxServer/:

ServerSettings.ini

INI
[/Script/FactoryGame.FGServerSubsystem]
mAutoPause=False
mAutoSaveOnDisconnect=True
mAutoLoadSessionName=My Game
mServerPaused=False
mAutoSaveInterval=300
mAutoSaveNumber=5
mNetworkQuality=2
SettingNotes
mAutoPausePause when empty (useful for performance)
mAutoSaveIntervalSeconds between saves (300 = 5 min)
mAutoSaveNumberHow many auto-saves to keep before rotation
mNetworkQuality0=Low, 1=Medium, 2=High, 3=Ultra

Game.ini Performance Tweaks

INI
[/Script/FactoryGame.FGNetworkLibrary]
MaxNetTickRate=30
ServerTickRate=30

Restart after edits.

Made with 💜 by GameServerKings