-
Couldn't load subscription status.
- Fork 0
Quick Start Guide
This guide provides the quickest way to get your Stationeers server up and running. Follow these straightforward steps for a minimal, working setup.
(like me)
Download executable from GitHub, run it, follow the om-screen instructions. You will be redriected to https://[your-ip]:8443/setup for a initial setup, but might as well skip it entirely to use the defaults. Then hit Start. Functioning Stationeers Server on Localhost. But seriously, read a bit.. :)
- Download the latest release from GitHub Releases
- Place the executable in an empty folder of your choice
- (NOTE: Make sure YOU have full permission to this folder. It is recommended to NOT create this folder under the root of your
C:drive. Your Documents Folder, ie:%USERPROFILE%\Documents\SSUI, would be a good starting point.)
- Run the executable. SSUI will download Steamcmd, Steamcmd will download Stationeers.
- Access the WebUI at
https://[your-server-ip]:8443
sudo apt-get update && sudo apt-get install -y lib32gcc-s1
# Download and make executable (replace X.X.X with version number)
wget https://github.com/jacksonthemaster/StationeersServerUI/releases/download/vX.X.X/StationeersServerControlX.X.X_release
chmod +x StationeersServerControlX.X.X_release
./StationeersServerControlX.X.X_release
# Access the WebUI at https://[your-server-ip]:8443# Pull and run with Docker
docker run -d --name stationeers-ui -p 8443:8443 -p 27016:27016/tcp \
-v ./config:/app/config -v ./saves:/app/saves \
stationeers-server-ui:latestWarning
For reliable backup operations, use local storage or block-level network storage (iSCSI, Fibre Channel). Network shares like SMB, NFS1/2, CIFS are NOT supported and cause issues. See Backup-System-v2/Important Notes on Filesystem Support for further details if you want to use Network Storage.
- Click the Config button in the WebUI
- Set these essential parameters:
-
ServerName: Give your server a name -
SaveInfo: Name your save (e.g., "MyBase Moon" for a new Moon world) -
ServerMaxPlayers: Set number of players (e.g., "8") -
LocalIpAddress: Your server's IP address (required for Linux) -
ServerVisible: Set totrueto appear in server list -
AutoSave: Set totruefor automatic saving -
SaveInterval: "300" (5 minutes between saves)
-
- Click Save to apply your settings
Important
For a working Server running on Linux, you need to configure LocalIpAddress correctly.
- Return to the dashboard by clicking Back
- Click Start Server
- Watch the console for startup progress
- Connect via the Stationeers game client when ready
-
Forward these ports on your router:
- TCP
27016: Game port - TCP
27015: Update port - TCP
8443: WebUI (optional, only if remote admin needed)
- TCP
-
Configure Windows Firewall:
- Add inbound rules for ports
27016,27015, and8443
- Add inbound rules for ports
Enable these as needed:
- Server Won't Start: Check that save name is correctly capitalized with no spaces
- Can't Connect: Verify port forwarding and firewall settings
- WebUI Issues: Restart the executable completely
For more detailed information: