⚠️ LEGACY DOCUMENTATION
This page describes the old SSUI v5 documentation and is kept for reference only. It does not describe the current SSUI v6 release, API, paths or security model.
For a new installation, start with the current v6 documentation.
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.
Windows Installation¶
Open Section
- Download the latest release executable file from the [Download Page](https://ssui.dev) or using the Direct Download Button below. [](https://ssui.dev/) [](https://ssui.dev/?download=windows) - 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.) - Run the executable. - SSUI will download Steamcmd, Steamcmd will download Stationeers. - A console window will open, displaying output. **Read it** and Navigate to `https://Linux Installation¶
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 systemsudo apt-get update
./StationeersServerControlX.X.X.x86_64
echo "@reboot $(whoami) $(pwd)/StationeersServerControl* >/dev/null 2>&1" | crontab -
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
Docker Installation¶
Open Section
Visit the [Docker Guide](Docker-Guide.md)Storage¶
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.
Updating StationeersServerUI¶
To update to the latest version, you should use the built-in update system. Can be disabled in the configuration (see Configuration IsUpdateEnabled).
🔌 Network Setup for External Players¶
- Forward these ports on your router:
- UDP
27016: Game port - UDP
27015: Update port - unused in current game versions, no longer needed -
TCP
8443: the SSUI WebUI (optional, only if remote admin needed - set a password!) -
Configure Windows Firewall:
- Add inbound rules for ports
27016,27015, and8443
🛠️ Connection Troubleshooting¶
- Can't Connect: Verify port forwarding and firewall settings
Next Steps¶
- First-Time Setup - Configure your server for first use
- Docker Guide - For containerized deployment options
- Web Interface - Learn how to use the web interface