R
Robcord
Working Title
DocsHome
Installation

Install Robcord

Four ways to your own server. Pick what fits your setup.

One command that sets everything up: system detection, dependencies, interactive configuration. Supports Docker and binary modes.

Prerequisites

  • Linux or macOS
  • curl installed
  • Docker + Docker Compose (for Docker mode)
  • sudo access (for binary mode)

Steps

1

Run the script — the installer will ask for configuration interactively.

bash <(curl -fsSL https://about.robcord.de/install.sh)
2

Choose installation mode: Docker (default) or binary.

3

Select services: everything, workspace + SFU only, workspace only, or custom selection.

4

The installer configures .env files, creates Docker networks, and starts the services.

Notes

  • Idempotent — safe to re-run, existing .env files are not overwritten.
  • Optional flags: -d /path (install directory), -b dev (branch), --skip-start (don't start).
Full documentation GitHub Releases