Skip to main contentClaim $5 in free credit — one-time, per account. Claim $5 free
Krova CloudKrova Cloud
Cube

A real Linux server. Running in seconds.

A Cube is a Firecracker microVM with its own kernel — fast, secure and isolated by design. Pick any vCPU, RAM and disk, get full root access, and pay only for the minutes it runs.

Boots in secondsIts own kernelExpose only what you wantBilled by the minute
spin one up from the CLI
krova cubes create web-1 \
    --cpu 2 --ram 4 --disk 40 \
    --image ubuntu-24.04
…or the same thing in one API call
curl -X POST \
  https://krova.cloud/api/v1/spaces/$SPACE/cubes \
  -H "X-API-KEY: $KROVA_KEY" \
  -d '{ "name": "web-1",
        "resources": {
          "vcpu": 2, "ramGb": 4,
          "diskGb": 40 } }'
01Sizing

One Cube, any size

These are popular starting points — but you're never boxed into a plan. Dial in any vCPU, RAM and disk you like and the price follows. Every GB is reserved 1:1 on the host, never oversold.

Sandbox
vCPU1
RAM1 GB
Disk10 GB
$3 /mo
Micro
vCPU1
RAM2 GB
Disk20 GB
$5 /mo
Small
vCPU2
RAM2 GB
Disk20 GB
$6 /mo
PopularMost picked
vCPU2
RAM4 GB
Disk40 GB
$10 /mo
Mid
vCPU3
RAM6 GB
Disk60 GB
$15 /mo
Large
vCPU4
RAM8 GB
Disk80 GB
$19 /mo
XL
vCPU6
RAM12 GB
Disk100 GB
$25 /mo
XXL
vCPU8
RAM16 GB
Disk100 GB
$33 /mo
3XL
vCPU12
RAM24 GB
Disk100 GB
$45 /mo
Max
vCPU16
RAM32 GB
Disk100 GB
$59 /mo

Monthly figures assume a Cube running 24×7. Billing is by the minute — power off a Cube and compute charges stop instantly. Up to 69% less than comparable plans on Lightsail, DigitalOcean, Vultr and Linode.

02Built for real isolation

Run any code, fearlessly

Every Cube boots its own kernel behind a per-cube sandbox — so a workload runs on its own, never sharing a kernel with anyone else's. That's the freedom to run the things a shared box can't.

Run your users' code safely

Ship a product that runs your users' code. Each job gets its own kernel and sandbox, so one tenant's workload can never reach another's.

Sandboxes for AI agents

Give every AI agent its own disposable computer — full root, a real filesystem, and a network you control. Spin it up, let it work, throw it away.

Self-hosted CI runners

Run GitHub Actions on a Cube you control. The runner is outbound-only, so no port is published — and dependency caches survive between jobs.

03The platform around it

Everything around your Cube, handled

Cube is the primitive. Krova Cloud is the platform that makes it effortless to run.

Domains & automatic HTTPS

Point a domain with one CNAME and get HTTPS automatically — certificates issued and renewed for you, no config.

Snapshots & backups

Automatic snapshots with no downtime, one-click restore, and clone or export any snapshot — your Cube is a file you can take with you.

Power off & start

Power off a Cube to stop compute billing instantly, and start it again in seconds. It auto powers off when credit runs out.

Full API & tooling

Drive the whole lifecycle from a typed SDK, a CLI, an MCP server and a public REST API — every one open-source.

04Answers

Frequently asked questions

How fast does a Cube boot?

In seconds. A Cube is a Firecracker microVM, not a full virtual machine that spends minutes booting — you ask for it, and it is ready to use in seconds.

What can I run on a Cube?

Anything that runs on Linux. You get full root access, systemd, your own kernel modules, Docker, any package manager — no restrictions on what you install or run.

Can I resize a Cube later?

Yes. Grow RAM and disk live with no downtime; change vCPU with a quick restart. Start small and scale the exact Cube up as your app grows.

How am I billed?

By the minute, and only while a Cube is running. Power it off and compute charges stop instantly. There's no subscription — you top up prepaid credit as you go. Signing up is free. Claim $5 in free credit — one-time, per account, and nothing is charged for it.

Launch your first Cube

Create a free account and you'll be SSH'd into your own Cube in under a minute. Claim $5 in free credit — one-time, per account, and nothing is charged for it.