Deploy Your First VM
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:id (e.g., sk_abc123).
Step 2: Choose an Image and Plan
Browse available images and plans:Step 3: Create the Droplet
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: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:- Navigate to Droplets in the sidebar
- Click Create Droplet
- Select image, plan, region, and SSH keys
- Click Create
Next Steps
- Attach block storage to your Droplet
- Set up backups for disaster recovery
- Deploy an app on the App Platform