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
- Checks system requirements (RAM, disk, open ports)
- Installs Docker and Deno if not already present
- Creates the
/opt/risveddata directory - Sets up the
risvedDocker network - Starts Caddy on ports 80 and 443
- Starts the control plane on port 3000
Environment variables
You can customise the installation with environment variables:
RISVED_PORT, control plane port. Default:3000RISVED_VERSION, version to install. Default:latest
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.