Overview
Pre-built cloud images are official distribution releases packaged for virtual machine deployment. Each image includes cloud-init for first-boot customization, SSH server access, and storage drivers optimized for virtual environments. Use these images as the starting point for new instances rather than installing an operating system from scratch.Prerequisites
- An active Xloud account with appropriate permissions
- Access to the Xloud Dashboard (
https://connect.<your-domain>) or CLI configured with credentials - API credentials sourced (
source admin-openrc.sh)
Available Images
All images listed below require cloud-init to function
correctly in Xloud. Images without cloud-init will not receive SSH keys, hostname
assignments, or network configuration on launch.
| Distribution | Download URL | Format | Default User |
|---|---|---|---|
| Ubuntu 24.04 LTS | cloud-images.ubuntu.com | QCOW2 | ubuntu |
| Ubuntu 22.04 LTS | cloud-images.ubuntu.com | QCOW2 | ubuntu |
| CentOS Stream 9 | cloud.centos.org | QCOW2 | cloud-user |
| AlmaLinux 9 | repo.almalinux.org | QCOW2 | almalinux |
| Rocky Linux 9 | dl.rockylinux.org | QCOW2 | rocky |
| Debian 12 | cloud.debian.org | QCOW2 | debian |
| Fedora 41 | fedoraproject.org | QCOW2 | fedora |
| CirrOS 0.6.2 | download.cirros-cloud.net | QCOW2 | cirros / pass: gocubsgo |
| Windows Server 2022 | microsoft.com/evalcenter | VHD | Administrator |
Download and Upload an Image
- Dashboard
- CLI
Navigate to Images
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Project → Compute → Images. Click Create Image.Configure the image record
| Field | Recommended Value |
|---|---|
| Image Name | ubuntu-24.04-lts |
| Image Source | URL (for web download) or File (for local upload) |
| Image URL | Paste the download URL from the table above |
| Format | QCOW2 |
| Visibility | Private during testing; Public only after validation |
| Min Disk (GB) | 10 for most Linux images; 40 for Windows |
| Min RAM (MB) | 512 for Linux; 2048 for Windows |
Validation
Confirm the uploaded image is registered and ready before launching instances.- Dashboard
- CLI
Navigate to Project → Compute → Images. Locate the image by name and verify:
- Status: Active (green indicator)
- Format: Matches the selected disk format
- Size: Matches the expected download size
Image shows Active status and is selectable when launching a new instance.
Next Steps
Image Requirements
Understand what makes an image compatible with Xloud Compute.
Upload an Image
Upload images from local files or import via web URL.
Convert Formats
Convert VMDK, VHD, or RAW images to QCOW2 before uploading.
Image Properties
Set OS metadata, hardware requirements, and scheduler hints.