Skip to content

Quick install

Requirements

  • Fresh Ubuntu 24.04 VPS (2 vCPU / 4 GB RAM minimum, 8 GB recommended)
  • Root SSH access
  • A dedicated domain or subdomain you control (for the admin panel and tracking links)
  • A roitrack license key — get one at account.roitrack.app

Install command

SSH in as root, then paste:

Terminal window
curl -fsSL https://get.roitrack.app/install.sh | bash -s -- --license ROIT-XXXX-XXXX-XXXX-XXXX

The installer will:

  1. Install Docker + Docker Compose if missing
  2. Pull the roitrack images
  3. Ask for your admin email / password
  4. Ask for your admin domain (e.g. admin.yourdomain.com)
  5. Issue a Let’s Encrypt certificate
  6. Bring the stack up

Total time: ~4 minutes on a fresh VPS.

Verifying

Once install finishes, visit https://admin.yourdomain.com and log in with the credentials you just set.

Your license will pin to this server’s IP on first validation. If you ever need to move to a new server, unpin it from the portal first.

What’s next