Bỏ qua để đến nội dung

Connect a Server

Nội dung này chưa có bản dịch đầy đủ. LarVPS đang tạm hiển thị bản gần nhất.

LarVPS works with any VPS provider that gives you root SSH access:

  • Linode / Akamai
  • DigitalOcean
  • Vultr
  • Hetzner
  • AWS Lightsail / EC2
  • Google Cloud
  • Oracle Cloud (Free Tier)
  • Any dedicated server or self-hosted machine
RequirementMinimum
OSUbuntu 22.04 or 24.04
RAM512 MB (1 GB recommended)
Disk10 GB
AccessRoot via SSH
NetworkPublic IPv4 address
  1. Open Servers.

  2. Click Add Server.

  3. Name the machine in a way your team will understand later. Good examples:

    • Production WordPress
    • EU App Server
    • Client A Primary
  4. Copy the command LarVPS prepares for that specific server.

  5. SSH into the VPS and paste it.

  6. Return to Servers and wait for the health badge to move from provisioning into connected.

The UI only asks you to paste one command, but behind the scenes the installer is checking and preparing:

  • supported Ubuntu version
  • agent binary installation
  • systemd service registration
  • firewall defaults
  • required packages for the platform

After installation, your server should appear in the Dashboard within 30 seconds. Wait for the health badge before moving into Sites. You’ll see:

  • Connected: safe to move into Sites
  • Connecting: agent is still reporting initial data
  • Disconnected: LarVPS has not heard from the agent recently
  • Updating: the machine is processing a server-level task

If the server shows Disconnected, open its row actions and check:

  • recent command logs
  • heartbeat age
  • the SSH connection to that VPS

If you want to verify a VPS before the full install, you can run:

Terminal window
larvps system:preflight --short

Use --json only when another UI or automation needs structured output.

Delete it from the dashboard when you no longer want LarVPS to manage it.

The operator is still responsible for what happens on that VPS after disconnecting it.