Menu
 

Stationeers Server Settings Guide: setting.xml, Ports, Password & Slots

Stationeers Dedicated-Server Settings Guide

Stationeers creates a setting.xml after its first start, but launch arguments are the more reliable way to declare important values. This avoids editing a file that the launcher later replaces or ignores.

Settings that decide whether players can join

SettingExampleReason to set it explicitly
ServerNameMy StationIdentifies the server in the browser.
ServerVisibletrueControls browser discovery.
GamePort27016Player traffic.
UpdatePort27015Steam update/query path.
ServerPasswordsecretPrivate access.
ServerMaxPlayers10Slot ceiling; size the host for it.

Use the command line as the source of truth

rocketstation_DedicatedServer.x86_64 \
  -settings ServerName "My Station" ServerVisible true \
  GamePort 27016 UpdatePort 27015 ServerMaxPlayers 10

Keep values in one managed launch configuration. If a hand-edited XML value appears ignored, compare the actual process arguments and startup log before editing again.

The exact defaults can change with the game branch. The panel's assigned port and supported settings are authoritative for a hosted server.

See the browser troubleshooting guide and managed Stationeers hosting.

Tired of fighting this issue every patch?

Run a managed Stationeers server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Stationeers hosting plans →
Top