Quickstart
Go from zero to a running server in under 60 seconds.
Install the CLI
$ npm install -g rawhqOr use
npx rawhq deploywithout installing.Sign up
$ raw init Email: you@company.com ✓ Signed in. Region auto-set to eu.Deploy a server
$ raw deploy --type raw-free --region eu ✓ Server live: 49.13.xx.xx (25s) ✓ SSH ready — root access enabled $0/mo · Free foreverSSH in
$ raw ssh my-server root@my-server:~#
CLI Reference
All commands available in the rawhq CLI.
raw initSign up or log inraw deployDeploy a new server-t, --type <type>Server type (default: raw-free)-r, --region <region>Region (auto-detected)-n, --name <name>Server name (auto-generated)-i, --image <image>OS image (default: ubuntu-24.04)raw lsList all servers--jsonOutput as JSONraw ssh <name>SSH into a server-c, --cmd <command>Run a single commandraw logs <name>Stream server logs-n <count>Number of lines (default: 100)-fFollow log outputraw restart <name>Restart a serverraw stop <name>Power off a serverraw start <name>Power on a stopped serverraw rebuild <name>Reinstall OS (destroys data)-i, --image <image>OS image-f, --forceSkip confirmationraw resize <name>Change server type-t, --type <type>New server typeraw rm <name>Destroy a server-f, --forceSkip confirmationraw keysManage SSH keys--add <name>Add an SSH key--rm <name>Remove an SSH keyraw typesList server types and pricesraw regionsList available regionsraw statusShow account overviewraw billingOpen billing portalraw whoamiShow current userraw logoutLog outServer Types
| Type | CPU | RAM | Storage | Price |
|---|---|---|---|---|
raw-free | 2 vCPU | 4 GB | 40 GB NVMe | Free |
raw-2 | 2 vCPU (ARM) | 4 GB | 40 GB NVMe | $6/mo |
raw-4 | 4 vCPU (ARM) | 8 GB | 80 GB NVMe | $11/mo |
raw-8 | 8 vCPU (ARM) | 16 GB | 160 GB NVMe | $21/mo |
raw-16 | 16 vCPU (ARM) | 32 GB | 320 GB NVMe | $36/mo |
raw-4x | 4 vCPU (x86) | 8 GB | 80 GB NVMe | $9/mo |
raw-8x | 8 vCPU (x86) | 16 GB | 160 GB NVMe | $15/mo |
raw-16x | 16 vCPU (x86) | 32 GB | 320 GB NVMe | $42/mo |
raw-2d | 2 vCPU (ded.) | 8 GB | 80 GB NVMe | $19/mo |
raw-4d | 4 vCPU (ded.) | 16 GB | 160 GB NVMe | $36/mo |
raw-8d | 8 vCPU (ded.) | 32 GB | 240 GB NVMe | $69/mo |
raw-16d | 16 vCPU (ded.) | 64 GB | 360 GB NVMe | $139/mo |
raw-32d | 32 vCPU (ded.) | 128 GB | 480 GB NVMe | $279/mo |
raw-48d | 48 vCPU (ded.) | 192 GB | 600 GB NVMe | $449/mo |
Regions
euNuremberg, Germanyeu-fiHelsinki, FinlandusAshburn, Virginiaus-westHillsboro, OregonsgSingaporeAPI Reference
Base URL: https://api.rawhq.io · Auth: Authorization: Bearer YOUR_TOKEN
/signupCreate account. Returns API token.
No auth/auth/loginSend magic login link.
No auth/auth/verifyVerify magic token.
No auth/statusAccount info (plan, email, server count).
/deployDeploy a server. Body: { type, region, name?, image?, ssh_key? }
/serversList all servers.
/servers/:nameServer details.
/servers/:nameDestroy a server.
/servers/:name/actions/:actionActions: restart, stop, start, rebuild.
/servers/:name/metricsServer metrics (CPU, RAM, network, disk).
/servers/:name/resourcesLive resource usage.
/servers/:name/execExecute command on server.
/keysList SSH keys.
/keysAdd SSH key. Body: { name, public_key }
/keys/:nameRemove SSH key.
/volumesList volumes.
/volumesCreate volume. Body: { name, size, server, region? }
/volumes/:idDelete volume.
/servers/:name/backups/enableEnable automatic backups.
/servers/:name/backupsList backups.
/servers/:name/snapshotCreate snapshot.
/snapshotsList snapshots.
/typesList server types and prices.
No auth/regionsList regions.
No authFAQ
Is the free tier really free?
Yes. One server per account: 2 vCPU, 4 GB RAM, 40 GB NVMe SSD. No credit card. No time limit.
What OS images are available?
Ubuntu 24.04, Ubuntu 22.04, Debian 12, Fedora 40, CentOS Stream 9, Rocky 9, and more.
Can I use Docker?
Yes. Full root access — install Docker, Kubernetes, or anything you want.
How is this so cheap?
Hetzner bare metal at wholesale prices. No markup on compute, no egress fees.
What happens if I exceed the free tier?
Upgrade to paid. Plans start at $6/mo (ARM) or $9/mo (x86).
Do you offer GPUs?
Not yet. GPU servers are on our roadmap for Q3 2026.
Can I resize my server?
Yes. Use raw resize <name> --type <new-type> to upgrade or downgrade.
Where is my data stored?
On Hetzner infrastructure in the region you choose. Data stays in that region.