How to Set an Admin Password on Your Satisfactory Server
The admin password is required to log in as an administrator in-game. It is configured in the Game.ini file.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open Game.ini
Open the fileGame.iniat:/FactoryGame/Saved/Config/LinuxServer/Game.ini/FactoryGame/Saved/Config/LinuxServer/Game.iniSet admin password
Add the following content and set your desired password:ini[/Script/FactoryGame.FGServerSubsystem] mServerGameState=(ServerSessionName="Your Server Name",AdminPassword="YourAdminPassword")[/Script/FactoryGame.FGServerSubsystem] mServerGameState=(ServerSessionName="Your Server Name",AdminPassword="YourAdminPassword")Start the server
Save the file and start your server.
Tip
Only share the admin password with trusted players. Anyone with the password can grant themselves administrator privileges.
Note
If the file already contains an mServerGameState entry, only change the AdminPassword value there. Do not add a second entry.