OpenClaw on Serverion

Custom managed VPS β€” 33 datacenters, 99.99% uptime

Serverion offers VPS with optional custom management. Four tiers from VPS Basic (1 vCPU, 1GB RAM) to VPS Enterprise (8 vCPU, 8GB RAM). 33 global datacenters, 99.99% uptime SLA, full root access. Higher tiers include free server management. EU-focused with 20+ years of managed hosting experience.

Plans

  • VPS Basic β€” ~€10/mo. 1 vCPU, 1GB RAM, 20GB SSD. Entry tier.
  • VPS Standard β€” ~€20/mo. 2 vCPU, 2GB RAM, 50GB SSD. Popular choice.
  • VPS Professional β€” ~€40/mo. 4 vCPU, 4GB RAM, 100GB SSD. Free server management.
  • VPS Enterprise β€” ~€100/mo. 8 vCPU, 8GB RAM, 200GB SSD. Free management.

Check Serverion for current pricing and managed add-ons.

Setup

Install
curl -fsSL https://openclaw.ai/install.sh | bash
npm install -g pm2
openclaw init
pm2 start 'openclaw gateway start' --name openclaw
pm2 save
pm2 startup

Why Serverion

  • Custom managed β€” Optional full server management
  • 33 datacenters β€” Global coverage
  • 99.99% uptime β€” SLA-backed
  • EU focus β€” Good for GDPR

After install

  1. Run openclaw onboard for your LLM provider and first channel.
  2. Pick a walkthrough: channel hub or Telegram quickstart.
  3. Set pairing policy before you expose the bot to untrusted DMs.
  4. On a public VPS, keep the Gateway on loopback; use a reverse proxy only if you need remote WebChat (see remote access).

VPS pricing does not include LLM API spendβ€”see monthly cost guide and example setups & model routing.

Sizing and hardening

Start with 2 vCPU / 4 GB RAM for one Gateway; add RAM for browser skills or local embeddings. UFW: allow SSH from your IP only; keep Gateway on loopback unless remote WebChat (remote access). Snapshot before upgrades (runbook).