- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Quick Start Guide
        JLangisch edited this page Apr 6, 2025 
        ·
        14 revisions
      
    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, login with admin/password at https://[your-ip]:8443, hit Start. Functioning Stationeers Server on Localhost.
- 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
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:latest- 
Username: admin
- 
Password: password
- 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
Change the default credentials using one of these methods:
# Windows
set SSUI_USERNAME=your_username
set SSUI_PASSWORD=your_strong_password
# Linux
export SSUI_USERNAME=your_username
export SSUI_PASSWORD=your_strong_password{
  "Username": "your_username",
  "Password": "your_strong_password"
}- 
Forward these ports on your router: - TCP 27016: Game port
- TCP 27017: Update port
- TCP 8443: WebUI (optional, only if remote admin needed)
 
- TCP 
- 
Configure Windows Firewall: - Add inbound rules for ports 27016,27017, 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: