Skip to main content

Install on Linux

For x64 Linux. This is the most common production target — see Running as a service for the recommended systemd setup.

1. Download

Download scd-server-linux-x64 from your license portal.

2. Make it executable

chmod +x ./scd-server-linux-x64

3. (Optional) verify the binary

If you want to confirm the download hasn't been tampered with, verify it with minisign and sha256sum before running.

4. Run it

./scd-server-linux-x64

There is nothing else to install — the binary is self-contained (no Node.js, no system packages).

5. Continue

Continue to First-run setup to initialise the server, set the admin password, and start it.

For production, run it as a systemd service so it starts on boot and restarts on failure: Running as a service.