Quick Start
The recommended path starts in cloud.larvps.com.
Prerequisites
Section titled “Prerequisites”- A fresh VPS running Ubuntu 22.04 or Ubuntu 24.04
- Root SSH access
- A domain name you control
Dashboard-first setup
Section titled “Dashboard-first setup”-
Create your workspace at cloud.larvps.com.
-
Open
Serversand clickAdd Server. The dashboard gives you the exact install command for that server. -
SSH into the VPS and paste that command. You do not need to build your own install flow. LarVPS will:
- install the agent
- configure the system service
- prepare firewall defaults
- connect the VPS to your dashboard
-
Return to
Servers. Wait until the health state turns connected before creating sites. -
Open
Sitesand clickAdd Site. Choose the server, domain, runtime, and DNS mode. -
Follow the DNS signal shown in the form.
- If you use
Manual DNS, LarVPS tells you which records to add. - If you use
Auto via Cloudflare, LarVPS tells you whether it will create a record, reuse an existing one, or ask you to confirm an overwrite.
- If you use
-
Issue SSL when the site says DNS is ready. LarVPS keeps the guidance close to the site so you do not need to guess the next step.
What success looks like
Section titled “What success looks like”You should end up with:
- a connected server in
Servers - an active site in
Sites - a domain that resolves to the right IP
- a green SSL state once HTTPS is live
When to use CLI helpers
Section titled “When to use CLI helpers”The terminal is still useful, but it is not the main workflow.
larvps system:preflight --shortif you want a quick readiness check before installlarvps system:preflight --jsonif another tool needs structured output
Next guides
Section titled “Next guides”- Connect a Server — Detailed server setup guide
- Create a Site — Add Site sidebar explained
- SSL Certificates — What each SSL state means