For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginGet Started
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
    • Home
  • Getting Started
  • Infrastructure
    • GPU VMs
    • Cloud VMs
      • Create a VM
      • Instance types
      • OS images
      • Custom images
      • Resize a VM
      • Power actions
      • Networking for VMs
      • Attach volumes
      • Monitoring
    • Object Storage
    • Block Storage
  • Network & Security
    • Load Balancer
    • DNS
    • CDN
    • Firewalls
    • SSL Certificates
  • Tools
    • Backups
    • Snapshots
    • ISOs
    • SSH Keys
    • API Tokens
    • Secret Manager
    • Container Registry
  • Platform Fundamentals
    • Projects and tenancy model
    • IAM
    • Networking overview
    • Billing and usage
    • Limits and quotas
    • SLA and reliability
  • Tutorials
    • Deploy a web app
    • Host a static website with object storage
    • Run an AI model on a GPU VM
    • Set up a load-balanced architecture
    • Backup and disaster recovery
    • Multi-region deployment
  • Migration Guides
    • Migrate from AWS
    • Migrate from GCP
    • Migrate from Vultr and Linode
    • Move S3 workloads to IBEE Object Storage
    • VM image migration
  • Reference
    • Pricing
    • Regions
    • Limits
    • Error codes
    • Service level agreement
  • Support
    • Contact Support
    • Create a request
    • Troubleshooting guides
    • Visit ibee.ai
LogoLogo
LoginGet Started
On this page
  • Sources
  • Available templates
  • How templates are built
  • Default credentials
  • Switching OS
  • ISOs, snapshots, and backups
  • Related pages
InfrastructureCloud VMs

OS images

Was this page helpful?
Edit this page
Previous

Custom images

Next
Built with

When you deploy a Cloud VM, the Operating System picker lets you choose where the boot disk comes from. There are four sources.

Sources

TabUse it for
TemplatesCurated, official OS images maintained by IBEE. The fastest path to a clean install.
ISOsBoot from an ISO image — public ISOs in the IBEE catalog, or your own uploaded ISO.
SnapshotsRestore a manual recovery point captured from another VM.
BackupsRestore a scheduled backup recovery point.

The default is Templates.

Available templates

The following operating system families are offered as templates:

Ubuntu
Debian
AlmaLinux
Rocky Linux
Fedora
Windows
Windows Standard

Pick the family card, then choose a version from the OS Version dropdown — for example Ubuntu 24.04. The selection is confirmed with a Selected: <version> chip below the dropdown.

How templates are built

IBEE templates are derived from upstream cloud images and hardened with:

  • cloud-init for first-boot configuration (hostname, SSH keys, networking).
  • qemu-guest-agent pre-installed for Storage Utilization metrics and graceful shutdown.
  • The official package repositories for the distribution.
  • Security updates current to the image release date.

Each template has a stable name like golden-ubuntu-24-04-base-v1. The vN suffix increments when IBEE refreshes the base image.

Default credentials

OS familyDefault userLogin method
UbuntuubuntuSSH key
DebiandebianSSH key
AlmaLinux / Rocky / Fedoracloud-user (or rocky / fedora)SSH key
WindowsAdministratorAuto-generated password (delivered via console)

For Linux, password login is disabled by default — provide an SSH key during deploy (Create a VM). For Windows, retrieve the initial password from the Console in the IBEE Cloud portal, then change it on first login.

Switching OS

You can change the OS of an existing VM under Settings → Change OS. This rebuilds the root disk from the selected template.

Change OS wipes the root disk. Anything on the root disk is destroyed. Snapshot first, or move important data to a block storage volume which survives the rebuild.

ISOs, snapshots, and backups

For non-template installs:

  • ISOs — see ISOs for uploading and booting from an ISO.
  • Snapshots — see Restore a snapshot.
  • Backups — see Restore from backup.

Related pages

  • Create a VM
  • Custom images
  • SSH keys