Skip to main content
vee
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

ubuntu-server

The default template. Creates an Ubuntu 24.04 LTS server VM with UEFI boot and user-mode networking.

Defaults

SettingValue
OSUbuntu 24.04 LTS
Memory2G
CPUs2
Disk20G qcow2
NetworkUser-mode NAT
UEFIYes
SSH keyInjected via cloud-init

Create

vee create myvm
vee create myvm --template ubuntu-server --memory 4G --cpus 4

Notes

  • Cloud-init runs on first boot to set hostname, create the default user, and inject the vee SSH public key.
  • Default user is ubuntu. Use vee ssh myvm — no password needed.
  • Supports --virtiofs-dir to share a host directory into the VM.