Quick Start Guide - SteamServerUI/StationeersServerUI GitHub Wiki
This guide provides the quickest way to get your Stationeers server up and running. Follow these straightforward steps for a minimal, working setup.
🚀 TL;DR FOR THE IMPATIENT
(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.. :)
📋 Quick Installation
Windows
- Download the latest release from GitHub Releases
- Place the executable in an empty folder of your choice
- Run the executable. SSUI will download Steamcmd, Steamcmd will download Stationeers.
- Access the WebUI at
https://[your-server-ip]:8443
Linux
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
Docker
# 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:latest
⚙️ Minimal Configuration
- Click the Config button in the WebUI
- Set these essential parameters:
ServerName
: Give your server a nameSaveInfo
: 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 totrue
to appear in server listAutoSave
: Set totrue
for automatic savingSaveInterval
: "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.
🚀 Start Your Server
- Return to the dashboard by clicking Back
- Click Start Server
- Watch the console for startup progress
- Connect via the Stationeers game client when ready
🔌 Network Setup for External Players
-
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
🚀 Advanced Features (Optional)
Enable these as needed:
Discord Integration
Backup Cleanup
Custom Detections
🛠️ Troubleshooting
- 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
📚 Next Steps
For more detailed information: