Quick Start
Create and connect to your first VM in under two minutes.
vee create myvm
This creates an Ubuntu 24.04 LTS server VM using the default ubuntu-server template. vee downloads the cloud image on first use and caches it.
vee start myvm
vee boots the VM in the background and waits until it is ready to accept SSH connections. Progress is shown inline.
vee ssh myvm
vee uses the keypair it generated at create time — no password needed.
vee status myvm
Shows the VM’s IP addresses, hostname, OS, and uptime (requires qemu-guest-agent installed inside the guest).
vee list
vee stop myvm # graceful ACPI shutdown
vee delete myvm # removes the VM and its disk images
- Browse the Templates to see what VM types are available.
- Learn about GPU passthrough for gaming VMs.
- See the full Command Reference.