Getting started with Risved Cloud
Risved Cloud is the managed version of Risved. We provision a server in Europe, handle updates, backups, and monitoring. You get a running instance in about two minutes.
1. Create an account
Sign up at risved.com/signup and pick a plan. All plans include the same features, the only difference is server resources.
2. Set up your domain
During onboarding you choose how to access your dashboard:
- Subdomain mode, use a subdomain like
deploy.example.comfor the dashboard. Your apps live on*.example.com. - Dedicated mode, use the full domain for the dashboard. Apps get subdomains.
- IP mode, skip DNS entirely and access via IP address. Good for testing.
3. Configure DNS
Point your domain to the server IP. Risved shows the exact records you need, an A record for IPv4 and optionally an AAAA record for IPv6. It polls until DNS propagates and verifies automatically.
4. Deploy your first app
Paste a Git repository URL or connect a Git provider to pick from your repos. Risved detects the framework, builds the app, and makes it available on your domain with HTTPS.