CloudOps Platform
Provision servers, virtual machines, databases, storage, and networks in minutes — with the reliability and ergonomics you expect from a public cloud, on bare metal you control.
Console, REST API, and an official Terraform provider — full parity across all three.
The building blocks of a public cloud, running on hardware you control.
Bare-metal servers and KVM virtual machines, Linux or Windows, with a browser-based console.
Learn moreManaged database instances with provisioning, backups, and monitoring handled by the platform.
Learn moreZFS-backed block volumes with snapshots and encryption, plus S3-compatible object storage.
Learn morePrivate networks, security groups, encrypted overlay networking across sites, and site-to-site VPN.
Learn moreNetwork-boot and image physical servers from the platform — unattended or interactive.
Learn moreEvery change runs as a tracked, auditable Ansible job. No snowflake servers, no mystery state.
See how it worksOrganizations with role-based access control, SSO, invitation flows, and scoped API tokens.
Learn moreRent verified bare metal from independent operators, or list your own idle hardware.
Browse marketplaceFrom an empty rack — or no rack at all — to provisioned, automated infrastructure.
Sign in, set up your org, and invite your team with the roles they need — owner to billing.
Bring your own bare metal and network-boot it into the platform, or rent verified capacity from the marketplace.
Create VMs, databases, storage, and networks from the console — then codify it all with Terraform and the API.
Everything in the console is backed by the same API your pipelines use. Describe servers, VMs, keys, and security groups in Terraform, review them in a merge request, and let the platform converge the rest.
terraform {
required_providers {
cloudops = { source = "cloud-ops/cloudops" }
}
}
resource "cloudops_ssh_key" "ops" {
name = "ops"
public_key = file("~/.ssh/id_ed25519.pub")
}
resource "cloudops_virtual_machine" "web" {
name = "web-01"
vcpus = 4
ram_mb = 8192
disk_gb = 80
os_image = "ubuntu-24.04"
}Grow without buying hardware — or earn from the hardware you already own.
Browse verified bare-metal servers from independent operators, rent them in a few clicks, and manage them exactly like your own hardware — same console, same API, same automation.
Browse the marketplaceList your spare servers, set your price, and let the platform handle provisioning, isolation, and billing. Payouts land automatically.
Become a providerIsolation, access control, and traceability are part of the platform's foundation — not an add-on.
Every tenant runs its own isolated stack — separate namespaces, databases, and networks.
Single sign-on with fine-grained, role-based access control across organizations and API tokens.
Encryption at rest for storage volumes and encrypted overlay networking between sites.
Every provisioning action is a logged, replayable job — what changed, when, and by whom.
Sign in to the console and provision your first server in minutes — or start with the marketplace and grow from there.