Menu
 

Stationeers Dedicated Server on Linux: Xvfb, Docker & Logs

Stationeers on Linux or Docker

The Linux dedicated server can expect a graphical display even when no desktop is installed. A headless deployment therefore needs a virtual framebuffer, persistent storage and a log file that survives the process.

Headless checklist

  1. Provide Xvfb or an image that supplies a virtual display.
  2. Run the server as an unprivileged service user.
  3. Persist the save path, settings and logs outside a disposable container layer.
  4. Expose the game and update UDP ports.
  5. Use a restart policy only after clean stop and save behavior is verified.

What to keep persistent

DataWhy
Station save directoryThe world and player progress.
setting.xml or launch configPorts, name, password and runtime behavior.
Server logStartup, mod and connection evidence.
A container restart is not a backup. Test that the world, settings and logs survive replacing the container before calling the deployment durable.

For a deployment where the framebuffer, ports and persistence are already handled, see managed Stationeers hosting.

Tired of fighting this issue every patch?

Run a managed Stationeers server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Stationeers hosting plans →
Top