Satisfactory's dedicated server has a small set of console commands, and as of server version 5.0.4, the Console tab inside the in-game Server Manager is the only place to run them. Most players will never need to touch this tab, but here's what's available and what each command actually does.
Step 1: Open the Console Tab
- Launch Satisfactory and go to Server Manager on the main menu.
- Select your server and authenticate with your Admin Password if prompted.
- Click the Console tab.
- Type a command into the input field and press Enter to run it.
Available Commands
quit / stop / exit
Three aliases for the same command: a graceful shutdown of the server process. The world is saved before the process exits.
server.SaveGame saveName
Creates a manual save of the current session under whatever name you give it, without waiting for the next autosave. If the name has spaces in it, wrap it in quotation marks, for example server.SaveGame "Factory Backup".
server.GenerateAPIToken / server.InvalidateAPITokens
Generates or revokes an authentication token for Satisfactory's Server API, which lets external tools query and manage the server programmatically. These only matter if you or someone you trust is building a custom dashboard or integration. Most players will never need them.
FG.DedicatedServer.AllowInsecureLocalAccess 1
Temporarily allows unrestricted Server API access from localhost, until the server restarts. Since MintServers hosts your server remotely, this doesn't apply the same way it would on a self-hosted box, most players can skip this one entirely.
If a command doesn't seem to do anything, double-check the spelling and capitalization, the console is case-sensitive. If you're trying to do something these commands don't cover, no worries! Just open a support ticket and our team will be happy to help.