OpenClaw hosting guide

How to run OpenClaw 24/7, and what it actually costs.

OpenClaw can start locally, but an always-on agent needs a machine that never sleeps, secret handling, logs, updates, and a recovery plan. This guide compares the realistic hosting paths with actual prices on every line: the server, the tokens, and your time.

Direct answer

What does it cost to run OpenClaw 24/7?

Three lines: compute, model tokens, and your time. A small VPS runs $12-18 per month on DigitalOcean or about €4 on Hetzner. Tokens depend on workload and cost the same wherever the agent runs: a light daily-digest agent uses roughly $5-6 per month, a heavier daily task agent around $27. Self-hosting adds 2-4 hours of setup and typically 1-3 hours of upkeep per month, which at $75 per hour is the largest line. Managed hosting on Qoren starts at $39 per month with the server work included.

Small VPS
$12-18/mo (DigitalOcean), ~€4 (Hetzner)
Model tokens
~$5-30/mo typical, same on any host
Self-host time
2-4 hrs setup, 1-3 hrs/mo upkeep
Managed
From $39/mo, server work included

A worked month: one light OpenClaw agent

List prices as of July 2026. Token line assumes the light digest agent described above; your workload will differ.

LineSelf-hosted VPSManaged on Qoren
Server$12-18 (DigitalOcean 1 vCPU / 2 GB) or ~€4 (Hetzner).Included in the plan.
Model tokens≈ $5-6, paid to your provider.≈ $5-6, from credits, hard-capped.
Upkeep time1-3 hrs/mo (≈ $75-225 at $75/hr), plus 2-4 hrs setup once.None for the server; minutes to review the agent.
MonitoringYou build alerting or find out late.Health alerts and a public status page included.
Total, excluding time≈ $17-24/mo.From $39/mo + usage.
Total, counting time at $75/hr≈ $92-250/mo.From $39/mo + usage.

OpenClaw hosting comparison

PathTime to liveMaintenance burdenBest for
Local machineFastest for a demo.Medium: uptime depends on your device.Development and private experiments.
VPS2-4 hours for a hardened setup.High: server, runtime, security, updates, logs.Teams that already run servers.
QorenMinutes from setup to live agent.Low: Qoren operates the environment.Always-on agents without infrastructure ownership.

The three real cost lines

Running OpenClaw around the clock has three costs, and only the first shows up on an invoice by default. Compute is the machine that keeps the agent online. Tokens are what the model provider charges for the agent's actual work, and they cost the same whether the agent lives on your laptop, a VPS, or a managed platform. Your time is setup, updates, monitoring, and fixing the agent when it stops at a bad moment, and it is the line most cost comparisons quietly leave out.

Local OpenClaw: free, until you count uptime

Running OpenClaw locally costs nothing beyond tokens and is the fastest way to experiment. It is also the easiest way to tie an agent's uptime to a machine that is designed to sleep. A closed lid, a wifi change, or a routine reboot ends the run, so local is the right choice for development and the wrong one for anything that must work overnight.

  • Cost: $0 in compute, tokens only.
  • Direct access to local files and tools while you build.
  • Uptime ends when the laptop sleeps, reboots, or moves.

OpenClaw on a VPS: real prices

A VPS makes the agent independent of your laptop. For one OpenClaw agent, 2 GB of memory is a sensible floor. On DigitalOcean, a Basic droplet with 1 vCPU and 2 GB lists at $12 per month, and the premium Intel variant of the same shape, which is the machine class Qoren itself provisions for light environments, lists at about $18 per month. On Hetzner, a comparable small cloud server is around €4 per month. Those list prices are current as of this writing in July 2026; what they buy is the machine only. The operating system, runtime installs, firewalling, process restarts, log rotation, and updates are yours, and so is noticing when the agent dies.

  • DigitalOcean Basic, 1 vCPU / 2 GB: $12/mo list.
  • DigitalOcean premium Intel, 1 vCPU / 2 GB NVMe: ~$18/mo list, the class Qoren uses for light environments.
  • Hetzner small cloud server: ~€4/mo list.
  • Bigger agents or several agents per host push you to 2 vCPU / 4 GB shapes at roughly double.

Tokens: two worked examples

The model bill is driven by how much the agent reads and writes, not where it runs, so the same numbers apply to every hosting path. A light monitoring agent that runs three times a day, reading about 40,000 tokens and writing about 4,000 per run on a model priced near $1 per million input and $5 per million output, costs about six cents a day, or roughly $5-6 a month. A heavier agent doing one substantial task a day, around 200,000 tokens in and 20,000 out on a $3-per-million-input, $15-per-million-output model, is about 90 cents a day, or roughly $27 a month. Busy agents can spend much more, which is why a hard cap matters more than the exact rate.

  • Light digest agent, 3 runs/day: ≈ $5-6/mo in tokens.
  • Heavier daily task agent: ≈ $27/mo in tokens.
  • Identical on self-hosted and managed; cap it either way.
  • On Qoren, spend draws from your monthly credit grant, then any topped-up credits, and stops at your cap.

Your time: the biggest line for most people

Getting a hardened host from zero to a live agent is typically 2-4 hours the first time: provisioning, locking down SSH, installing the runtime, wiring secrets, and testing restarts. Upkeep is then commonly 1-3 hours a month across updates, log checks, and the occasional stalled process, with the occasional bad month when a dependency breaks. If your working hour is worth $75, that upkeep alone is $75-225 a month in time, several times the server bill. Self-hosting is not expensive because of the VPS; it is expensive because you become the on-call engineer.

Uptime: the number nobody publishes for a laptop

Provider SLAs cover the virtual machine, not your agent. A VPS can be up while the agent inside it has been dead for days, because process crashes, full disks, and failed updates are outside the provider's contract, and nothing alerts you unless you built the alerting. On Qoren, environments are health-monitored, faults raise alerts you can see in the dashboard, and current and historical service status is public.

Sources: Qoren service status

Managed OpenClaw hosting: what $39 replaces

Managed hosting does not make tokens free; nothing does. It replaces the server and the hours. Qoren provisions the environment, keeps the agent online, isolates secrets, applies updates, monitors health, and shows usage and spend in one place, from $39 per month. You configure the agent, its schedule, and its spend policy; the operational surface is the dashboard, not SSH.

  • Qoren provisions and operates the cloud environment.
  • You configure the agent, secrets, schedule, and spend policy.
  • Health monitoring and alerts are built in, with a public status page.

When self-hosting is genuinely cheaper

If you already operate servers, patching and monitoring are marginal work you have absorbed, and one more process on an existing host is close to free. Self-hosting also wins when you need host-level control or a locked-down private network as part of the design. The honest rule: if the hours are already spent, self-host; if the hours would be new, they are the cost.

Related guides

Frequently asked questions

For one agent, plan on a 2 GB machine: $12 per month for a DigitalOcean Basic droplet, about $18 for the premium Intel variant, or around €4 on Hetzner, at July 2026 list prices. The invoice is only part of the cost; setup and upkeep hours come on top.

Run OpenClaw or Hermes without managing infrastructure.

Deploy a managed agent environment, configure the runtime, and keep the agent online without Docker, VPS setup, or server maintenance.

Get started