Skip to content

Quick Start

Get a KVM device visible in the KVM Fleet dashboard in under 5 minutes.

1. Create an account

Go to app.kvmfleet.io and sign up. The free plan includes up to 3 devices.

2. Add a device

In the dashboard, click + Add device in the sidebar. Optionally give it a name and tags. Click Issue enrollment token.

You'll see a one-liner install command. Copy it.

3. Install the agent

SSH into your KVM device and paste the command:

curl -sSL https://app.kvmfleet.io/install | sh -s -- --token <your-token>

The script:

  1. Detects your device type and CPU architecture
  2. Downloads the right agent binary (~5 MB)
  3. Sets up a system service (systemd or BusyBox init)
  4. Enrolls with the platform

Within 5 seconds, your device appears in the dashboard with live health metrics.

4. Access the console

Click Console on any online device in the fleet view. The platform proxies the device's web UI through the agent's outbound tunnel — no port forwarding, no VPN.

What's next