Independent testing Updated April 2026 387 self-hosting guides 5 VPS providers tested

comparison

Best VPS for OpenClaw (2026): The Agent's Real Hosting Needs

Looking for the best VPS for OpenClaw in 2026? We compare tested providers on performance, storage, and price so you can self-host OpenClaw with confidence.

Best VPS for OpenClaw (2026): The 210K-Star Agentโ€™s Hosting Quirks

OpenClaw went from 9K to 210K GitHub stars in roughly six weeks, and the hosting documentation has not caught up. The README still shows a Docker compose that fits in 2 GB RAM, which is true for the demo and false for anything resembling production use.

I tested OpenClaw on four different VPS configs over the last three weeks, mostly with the WhatsApp and Telegram gateways enabled and a small set of MCP tools. Here is what actually holds up.

What the README Does Not Tell You

The 2 GB demo footprint is the agent core only. The moment you enable the messaging gateways, the MCP tool registry, and the optional memory module, you are at 3 to 4 GB resident memory before the first conversation. Add the local embedding model for the memory feature and you are looking at 6 to 8 GB comfortable.

The other surprise is disk I/O. OpenClaw writes structured logs for every tool call so you can audit what the agent did. Useful, but it generates 1 to 2 GB of logs per week even at modest usage. Pick NVMe or you will be rotating logs more often than you want to.

VPS Comparison for OpenClaw

ProviderPlanvCPURAMDiskMonthlyBest fit
Hetzner CloudCCX23416 GB160 GB NVMe29.74 EURFull setup, EU
Contabo VPSVPS M616 GB200 GB NVMe8.49 EURBudget full setup
DigitalOceanPremium AMD 8 GB48 GB160 GB NVMe56 USDUS-based teams
Hetzner CloudCCX1328 GB80 GB NVMe14.86 EURBYO model + few tools

Hetzner Cloud CCX23: The honest recommendation

The CCX23 is the smallest plan I would actually run OpenClaw on for daily use. The 16 GB RAM gives headroom for the MCP registry plus a couple of gateways, and the NVMe handles the log volume without complaint. Network latency to OpenAI and Anthropic from Falkenstein stays under 80 ms.

Why this matters for OpenClaw specifically: the agent often chains 3 to 5 tool calls per user turn. Every 50 ms of network latency adds up across the chain. Hetznerโ€™s network is genuinely fast.

Pros:

The catch: no managed GPU options in the same region if you later want to add local image generation tools.

Get Hetzner: Hetzner Cloud.

Contabo VPS M: Best price-to-spec, watch the gotchas

For 8.49 EUR a month you get 6 vCPU and 16 GB RAM. Nothing comes close to that on paper. The newer Contabo VPS-M with NVMe handles OpenClaw fine in steady state.

Two real gotchas I hit:

  1. Provisioning took 4 hours, not 4 minutes. If you are iterating on setup, this is painful.
  2. Outbound rate limits seem tighter than Hetzner. If your agent makes many concurrent API calls, you can hit them.

For a set-and-forget OpenClaw deployment where you do not care about elastic scaling, Contabo is the right call. For a fast iteration loop, pay more for Hetzner.

Try Contabo: Contabo VPS.

DigitalOcean Premium AMD 8 GB: For US-east teams

If your Slack workspace, OpenAI account, and team are all US-east, DigitalOcean wins on round-trip latency. 56 USD a month is a lot, but the snapshot system is the easiest way to recover from a bad agent skill update.

Honestly: at this price tier, look at Hetznerโ€™s US-east region instead if you are paying anyway. DigitalOceanโ€™s advantage is the docs and 1-click market, neither of which apply to OpenClaw yet since there is no official 1-click template.

Get DigitalOcean: DigitalOcean.

Hetzner CCX13: When you can get away with less

If you only run one or two gateways, you skip the memory module, and you point at external models, the CCX13 with 8 GB RAM is enough. Around 4 GB resident memory in steady state leaves headroom for spikes during long tool chains.

This is the right pick for personal use or proof-of-concept. Do not pick it if you plan to add WhatsApp Business, multiple Slack workspaces, or local embedding.

The Decision in One Paragraph

For a production OpenClaw setup with messaging gateways: Hetzner CCX23 if you want it to just work, Contabo VPS M if you want the cheapest reasonable option. Skip anything under 8 GB RAM unless you are running a demo. The README is wrong about the floor.

For more on agent hosting choices, see the SelfHostVPS comparison. OpenClaw is moving fast, so verify the current memory requirements against the project README before you commit to a plan.

Frequently asked questions

How much RAM does OpenClaw actually need with 50 tool integrations?

The base process is around 800 MB. Each active gateway (WhatsApp, Slack, Telegram, Discord) adds 100 to 200 MB. The MCP tool registry alone takes another 400 MB once you load common business integrations. Plan for 4 GB minimum, 8 GB if you also run the embedded vector store for memory. Anything under 4 GB will OOM within a week.

Why does OpenClaw need so much disk space?

Two reasons. First, the conversation history and tool call logs grow fast, around 50 MB per active user per week if you use it daily. Second, the local embedding index for the memory feature can hit 5 to 10 GB once you have a few months of context. Start with 80 GB NVMe and budget for snapshots. SSD is fine but NVMe noticeably helps when the agent searches memory.

Can OpenClaw run on a shared hosting plan instead of a VPS?

No. OpenClaw needs persistent background processes for the gateway daemons, websocket connections that stay open, and the ability to bind arbitrary ports for the tool sandbox. Shared hosting blocks all three. A 5 EUR VPS will do the job, shared hosting will not even start.

Is the Sam Altman endorsement reason enough to pick OpenClaw over CrewAI?

No, picking by celebrity endorsement is how you end up with the wrong tool. OpenClaw is the right choice if you want messaging-first agents with built-in integrations to WhatsApp and Telegram. CrewAI wins for role-based multi-agent workflows. They solve different problems. Pick by your actual use case, not GitHub star count.