Satisfactory provides console commands for server management and debugging. This guide covers how to access the console and all available commands.
Accessing the Server Console
- Press Ctrl + Shift + L to enable the console (no confirmation shown).
- Press ~ (tilde) to open the console.
- Press ~ again to expand the console window.
Server Management Commands
| Command | Description |
|---|---|
quit |
Gracefully shutdown the server |
exit |
Gracefully shutdown the server |
server.SaveGame "SaveName" |
Create a save with the specified name |
FG.AutosaveInterval xxx |
Set autosave interval in seconds (e.g., 300 = 5 min) |
? |
List all available commands |
Always use quit or exit to stop the server gracefully. This ensures saves are written properly. Avoid force-stopping when possible.
Display and Performance Commands
| Command | Description |
|---|---|
Stat FPS |
Display framerate counter |
Stat Unit |
Display rendering performance stats |
Stat Levels |
Show streaming level information |
t.MaxFPS xxx |
Set maximum framerate (0 = unlimited) |
FOV xxx |
Set field of view |
Gamma xxx |
Adjust screen brightness (default: 2.2) |
Graphics Commands
| Command | Description |
|---|---|
r.Atmosphere 0/1 |
Toggle atmosphere rendering |
r.Fog 0/1 |
Toggle fog rendering |
r.ViewDistanceScale xxx |
Adjust render distance |
r.Shadow.DistanceScale xxx |
Change shadow render distance |
r.ScreenPercentage xxx |
Alter internal resolution (default: 100) |
Grass.densityscale xxx |
Set grass density level |
foliage.LODDistanceScale xxx |
Modify distant object quality |
Gameplay Commands
| Command | Description |
|---|---|
Pause |
Pause gameplay |
Suicide |
Kill and respawn your character |
materialFlowAnalysis recipeName |
Calculate production needs per second |
Debug Commands
Debug commands use the syntax: ShowDebug DebugType
Debug commands may cause instability. Always save before using them.
Available debug types:
| Debug Type | Description |
|---|---|
AI |
AI behavior information |
ANIMATION |
Animation debugging |
CAMERA |
Camera information |
COLLISION |
Collision debugging |
FACTORY |
Factory system debug |
NET |
Network debugging |
PHYSICS |
Physics debugging |
POWER |
Power system debug |
TRAINS |
Train system debug |
VEHICLE |
Vehicle debugging |
NONE |
Disable debug display |
RESET |
Reset debug settings |
You now have a complete reference for Satisfactory server console commands.

