-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
The install is supposed to be as easy as possible.
No matter which platform (Linux/Windows), you can essentially just download the latest executable and run it.
SSUI will create all necessary files and folders for you.
Open Section
- Download the latest release executable file from the Download Page or using the Direct Download Button below.
- Place the executable in an empty folder of your choice
- 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, e.g:%USERPROFILE%\Documents\SSUI, would be a good starting point.)
- Make sure you have full permission to this folder. It is recommended to not create this folder under the root of your
- Run the executable.
- SSUI will download Steamcmd, Steamcmd will download Stationeers.
- A console window will open, displaying output. Read it and Navigate to
https://<IP-OF-YOUR-SERVER>:8443in a Browser of your choice.- Follow the setup track
Open Section
(use Ubuntu or Debian 13. They have been verified to work with the Stationeers Dedicated Server. If using Debian, make sure you use Debain 13 "Trixie"). Fedora is NOT recommended.
1: Update your system
sudo apt-get update 2: Visit the Download Page or use the Direct Download Button below.
[!NOTE]
Command examples forwget,curlandPowershellcan be found on the Download Page
2: Execute the Downloaded file
./StationeersServerControlX.X.X.x86_64XXX should be replaced with the version you Downloaded, check the filename for that.
3: Access the WebUI at https://[your-server-ip]:8443
To run SSUI on Startup, you could use a cronjob: Example:
echo "@reboot $(whoami) $(pwd)/StationeersServerControl* >/dev/null 2>&1" | crontab -This runs SSUI as the user you are currently logged in as at every server startup and suppresses the logs. Edit to your liking.
-
VERY OPTIONAL If you run into weird issues, try this:
Check and Install all sorts of possible dependencies I found while experimenting
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install bsdmainutils bzip2 jq lib32gcc-s1 lib32stdc++6 libsdl2-2.0-0:i386 libxml2-utils netcat pigz steamcmd unzip
Open Section
Visit the Docker Guide
Warning
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.
To update to the latest version, you should use the built-in update system. Can be disabled in the configuration (see Configuration IsUpdateEnabled).
-
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
- Can't Connect: Verify port forwarding and firewall settings
- First-Time Setup - Configure your server for first use
- Docker Guide - For containerized deployment options
- Web Interface - Learn how to use the web interface