Requirements - SteamServerUI/StationeersServerUI GitHub Wiki
Requirements & Considerations
Before installing Stationeers Dedicated Server Control, ensure your system meets the following requirements:
System Requirements
-
Operating System:
- Windows OS
- Ubuntu 22.04 or higher
- Debian TRIXIE (13) or higher (very new, do NOT use Debain 12)
- users reported fedora to work too
- Probably, maybe, Mac OS, but I have no way nor will to test this.
-
Installation Location:
- An empty folder of your choice to install the server control software
Dependencies
This software should be able to run without installing dependencies on any os.
The Stationeers Server on Windows requires The Visual C++ Redistributable on Windows wich is included in Windows 11 but not in Windows Server.
On Linux
, things get foggy.
What I know: Linux Glibcxx 3.4.29 & Glibc 2.34 are needed on Ubuntu 22.04 LTS. Try installing nothing and check if it runs on your distro, and if not:
- If you run into really weird issues, ask JacksonTheMaster on discord, or if shy 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
Resource Considerations
Depending on the size of your base, the complexity of systems, code, and player connection handling, the Stationeers server can require significant resources:
- Large setups may need 12+ CPU cores and 30GB+ of RAM for optimal performance
- Complex logic networks, high player counts, and sprawling bases with atmosphere calculations are particularly resource-intensive
Network Requirements
If you plan to host the server for others to connect:
- Ability to configure port forwarding on your router (for the game server and optionally for the web UI)
- Stable internet connection with sufficient upload bandwidth
Next Steps
- Installation - Learn how to install the server control
- Docker Guide - For containerized deployment options