Skip to content

How to Change the Server Name on Your Satisfactory Server

The server name is configured in the Game.ini file.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open Game.ini
    Open the file Game.ini at:

    /FactoryGame/Saved/Config/LinuxServer/Game.ini
    /FactoryGame/Saved/Config/LinuxServer/Game.ini
  4. Change server name
    Add the following content and adjust the name:

    ini
    [/Script/FactoryGame.FGServerSubsystem]
    mServerGameState=(ServerSessionName="Your Server Name")
    [/Script/FactoryGame.FGServerSubsystem]
    mServerGameState=(ServerSessionName="Your Server Name")
  5. Start the server
    Save the file and start your server.

Note

If the file already contains an mServerGameState entry, only change the ServerSessionName value there. Do not add a second entry.