From click to SSH prompt in under a minute. Regions available to all customers.
Via the portal
- Portal → Cloud Servers → Deploy.
- Pick a region.
- Pick an image (Ubuntu 24.04, Debian 12, AlmaLinux 9, Rocky 9, Windows Server 2022).
- Pick a size (2 vCPU / 4 GB starts at $4.99/mo).
- Upload your SSH public key.
- Click Deploy.
VM is ready in 40–70 seconds. SSH with ssh root@<public-ip>.
Via the API
curl -X POST https://api.orvoxa.com/v1/vms \
-H "Authorization: Bearer $TOKEN" \
-d '{"region":"fra1","image":"ubuntu-24-04","plan":"cloud-s"}'