This guide walks you through creating a Droplet (virtual machine), connecting to it via SSH, and performing basic management operations.

Prerequisites

  • Uncloud backend running (see Quickstart)
  • KubeVirt installed (via Admin Setup)
  • An SSH key pair on your local machine

Step 1: Upload Your SSH Key

First, upload your public SSH key so you can access the VM:
Save the returned id (e.g., sk_abc123).

Step 2: Choose an Image and Plan

Browse available images and plans:

Step 3: Create the Droplet

The Droplet starts in provisioning status. After 30-60 seconds, the sync loop updates its status to running and assigns an IP.

Step 4: Check Droplet Status

Poll the Droplet until it’s running:
Look for:

Step 5: Connect via SSH

Managing Your Droplet

Reboot

Power Off

Power On

Create a Snapshot

View Metrics

Resize

Delete

Using the Dashboard

You can also create and manage Droplets through the web dashboard:
  1. Navigate to Droplets in the sidebar
  2. Click Create Droplet
  3. Select image, plan, region, and SSH keys
  4. Click Create
The dashboard shows real-time status, metrics, and provides VNC console access.

Next Steps