Solutions · AI agents
A VPS for OpenClaw
OpenClaw is a gateway that sits between your chat apps and an AI agent that can run commands, use a browser and read your files — so it wants a machine that is always on, reachable only by you, and running Node 24 or newer. That is a modest server: BD-8 at $12.90 a month clears the figure hosting guides give for browser automation. Or take C2-4-80 at $36.90 and it arrives with OpenClaw already installed.
What it needs
Software from the docs, sizes from experience
OpenClaw's documentation specifies the software and the security posture. It publishes no CPU or RAM figure; these are the sizes independent hosting guides converge on.
From docs.openclaw.ai
- Node.js 24.16 or newer, 26 recommended. The official installer sets it up on Debian and Ubuntu.
- A machine that stays on: the gateway is a service, installed by
openclaw onboard --install-daemon. - The gateway binds to
127.0.0.1:18789by default. Reach it over an SSH tunnel or Tailscale; never expose it without a token. - Run it as a dedicated user; unknown senders get a pairing code; groups are allow-listed.
- An API key from your model provider. No GPU unless you host the model yourself.
Sizes guides converge on (not the project's numbers)
| Workload | vCPU | RAM |
|---|---|---|
| Gateway + one or two chat channels, API models onlyThe common case: it waits for messages and calls a hosted model. | 2 | 4 GB |
| Plus browser automation (Playwright/Chromium)A headless browser is the heaviest thing it runs. | 4 | 8 GB |
| Local models (Ollama) alongside itThat is a model-hosting question, not an OpenClaw one; see the GPU line. | 8 | 32 GB |
The plans that fit
Four machines, priced live
The cheapest that meets the guide figure first, then the ones that arrive with OpenClaw installed. Prices are today's, per month, read from the catalogue.
- BD-8$12.90/mo
4 vCPU · 8 GB · 100 GB disk · 32 TB
Cheapest that fits the 4 vCPU / 8 GB guide figure. Four cores, 8 GB, 100 GB SSD and 32 TB of transfer. The supplier does not run start-up scripts, so you paste one command yourself — it is the same installer.
- C2-4-80$36.90/mo
2 vCPU · 4 GB · 80 GB disk · 3 TB
Arrives with OpenClaw installed. The 2 vCPU / 4 GB minimum, in over thirty cities, on suppliers that run our preset. Buy it, log in, onboard.
- C4-8-160$72.90/mo
4 vCPU · 8 GB · 160 GB disk · 4 TB
Arrives installed, with room for a browser. 4 vCPU / 8 GB with the preset: the size for browser automation and several channels.
- U4-8$18.90/mo
4 vCPU · 8 GB · 100 GB disk · Unmetered
4 vCPU / 8 GB, unmetered, Singapore. For an agent that moves files or scrapes all day. Paste the installer yourself.
“Deploy installed” opens the configurator with our OpenClaw start-up script already in the start-up box, where you can read every line before you buy. It runs once, as root, while the server is built, and only on suppliers whose platform runs start-up scripts; the other rows install with one pasted command instead.
The install
Five steps, whichever row you chose
With the preset, the server arrives after step 1 is already done. Without it, step 1 is one line to paste.
- Install. The preset runs this for a dedicated
openclawuser; on a plan without the preset, log in as root, create the user and run it yourself:curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard --no-prompt --verify - Onboard. As that user:
openclaw onboard --install-daemon. It asks for your model provider's API key and which chat app to connect, then installs the gateway as a systemd user service. - Pair a channel. Message the bot from Telegram, WhatsApp or the app you chose; OpenClaw answers unknown senders with a pairing code by default, so nobody else can use it.
- Open the web UI through a tunnel.
ssh -N -L 18789:127.0.0.1:18789 openclaw@your-server, then http://127.0.0.1:18789/. The gateway never listens on the public address. - Check it.
openclaw gateway statusandopenclaw security audit. The preset leaves all of this in/root/OPENCLAW-NEXT-STEPS.txt.
Honestly
What we would actually buy
The cheapest machine on this page clears the guide figure. Pay more only for the preset or for room to grow.
For one OpenClaw gateway
BD-8 · $12.90/mo
4 vCPU, 8 GB, 100 GB of SSD and 32 TB of transfer: above the 4 vCPU / 8 GB that guides give for browser automation, for less than the 2 vCPU / 4 GB shapes elsewhere on this page. The one thing it does not do is run our start-up preset, so the install is the single line in step 1, typed by you. If that line is the difference, C2-4-80 at $36.90 arrives with it done.
Questions