How to configure your server
Updated June 19, 2026
Satisfactory 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
| Setting | Notes |
|---|---|
| mAutoPause | Pause when empty (useful for performance) |
| mAutoSaveInterval | Seconds between saves (300 = 5 min) |
| mAutoSaveNumber | How many auto-saves to keep before rotation |
| mNetworkQuality | 0=Low, 1=Medium, 2=High, 3=Ultra |
Game.ini Performance Tweaks
INI
[/Script/FactoryGame.FGNetworkLibrary] MaxNetTickRate=30 ServerTickRate=30
Restart after edits.
What to Read Next
- Getting Started for first boot and the basics
- Satisfactory Admin Setup
- Installing Mods on Satisfactory