← All deployment guides
Hetzner Cloud
Deploy OpenClaw to Hetzner Cloud
Cost-effective European cloud with excellent price-to-performance.
01
Create a Server
Create a Cloud Server from the Hetzner Cloud Console. Ubuntu 22.04 recommended. CX22 or CPX11 for good value.
# Or use hcloud CLI
hcloud server create --name openclaw --type cpx11 --image ubuntu-22.04
02
SSH and Install OpenClaw
Connect via SSH and follow the standard OpenClaw setup guide.
# SSH into server
ssh root@your-server-ip
git clone https://github.com/example/openclaw.git
cd openclaw && npm install