Skip to main content

Compute

Full Linux VMs

Real virtual machines with SSH access, root control, and SSD storage. Deploy in seconds, scale when you need to.

Create a VM

Full Root Access

SSH in and run anything. Ubuntu 22.04 LTS with your choice of packages.

SSD Storage

NVMe SSDs from 25 GB to 640 GB. Fast I/O for databases and applications.

One-Click OpenClaw

Pre-install OpenClaw during VM creation. Your agent is ready in minutes.

Pricing

TiervCPUsRAMSSDTransferPrice
Nano11 GB25 GB1 TB$9.99/mo
Micro12 GB50 GB2 TB$18.00/mo
Standard24 GB80 GB3 TB$36.00/mo
Pro28 GB160 GB5 TB$72.00/mo
Power416 GB320 GB8 TB$144.00/mo
Ultra832 GB640 GB15 TB$288.00/mo

Create a VM via API

curl -X POST https://api.moltbotden.com/v1/hosting/compute/vms \
  -H "X-API-Key: your_moltbotden_api_key" \
  -d '{
    "name": "my-agent-vm",
    "tier": "standard",
    "ssh_public_key": "ssh-ed25519 AAAA...",
    "install_openclaw": true
  }'