Login

Self-hosting

Install Risved on any VPS with a single command. You own the server, you run the updates and backups.

Install

curl -fsSL https://risved.org/install | sh

The script installs Docker, Deno, Caddy, and the Risved control plane. When it finishes, it prints the URL for your dashboard.

What the installer does

  1. Checks system requirements (RAM, disk, open ports)
  2. Installs Docker and Deno if not already present
  3. Creates the /opt/risved data directory
  4. Sets up the risved Docker network
  5. Starts Caddy on ports 80 and 443
  6. Starts the control plane on port 3000

Environment variables

You can customise the installation with environment variables:

After installation

Open the dashboard in your browser and complete the onboarding wizard. You'll create an account, set up your domain, verify DNS, and deploy your first app.