"OpenClaw is free and open source."
Technically true. Practically misleading. The software costs nothing. Running it costs money. How much money depends on how you use it, and most cost breakdowns online leave out the biggest expenses.
Let's fix that. Here's every dollar you'll spend on OpenClaw in 2026, broken down honestly.
Cost 1: The server ($5-20/month)
OpenClaw needs a computer to run on. Unless you want to leave your laptop open 24/7 (you don't), that means renting a virtual private server.
Here are the realistic options:
| Provider | Plan | Specs | Monthly Cost |
|---|---|---|---|
| Hetzner CPX11 | Shared vCPU | 2 vCPU, 2GB RAM, 40GB SSD | $4.85 |
| Hetzner CPX21 | Shared vCPU | 3 vCPU, 4GB RAM, 80GB SSD | $8.45 |
| DigitalOcean Basic | Shared | 1 vCPU, 2GB RAM, 50GB SSD | $12.00 |
| DigitalOcean Basic | Shared | 2 vCPU, 4GB RAM, 80GB SSD | $24.00 |
| Linode Shared | Nanode | 1 vCPU, 2GB RAM, 50GB SSD | $5.00 |
| AWS Lightsail | Shared | 2 vCPU, 2GB RAM, 60GB SSD | $12.00 |
Which one to pick: Hetzner is the best value. Their $4.85 plan runs OpenClaw fine for a single user. If you want headroom for multiple connected accounts and heavy usage, the $8.45 plan is the sweet spot.
DigitalOcean and Linode work perfectly but cost more for equivalent specs. AWS Lightsail is the most expensive per dollar of compute.
Realistic budget: $5-10/month for most people.
Cost 2: AI model API keys ($10-200/month)
This is the cost people consistently underestimate. OpenClaw doesn't include AI intelligence. It's a framework that connects to AI models via their APIs. Those APIs charge per use.
The main providers and their pricing (as of February 2026):
OpenAI (GPT-4)
- GPT-4 Turbo: $10/million input tokens, $30/million output tokens
- GPT-4o: $5/million input, $15/million output
- GPT-4o Mini: $0.15/million input, $0.60/million output
Anthropic (Claude)
- Claude 3.5 Sonnet: $3/million input, $15/million output
- Claude 3 Haiku: $0.25/million input, $1.25/million output
Google (Gemini)
- Gemini Pro: $1.25/million input, $5/million output
- Gemini Flash: $0.075/million input, $0.30/million output
"Tokens" are roughly words. A million tokens is about 750,000 words. Sounds like a lot until you realize every email your assistant reads, every response it writes, and every research query it processes burns tokens.
What actual usage looks like
I tracked token usage for a month of typical business use (email triage, morning briefings, 30-50 messages per day, occasional research):
| Model | Tokens Used/Month | Cost/Month |
|---|---|---|
| GPT-4 Turbo | ~8M input, ~3M output | $170 |
| GPT-4o | ~8M input, ~3M output | $85 |
| Claude 3.5 Sonnet | ~8M input, ~3M output | $69 |
| GPT-4o Mini | ~8M input, ~3M output | $3 |
| Claude 3 Haiku | ~8M input, ~3M output | $6 |
| Gemini Flash | ~8M input, ~3M output | $1.50 |
The spread is enormous. GPT-4 Turbo for the same usage costs 100x more than Gemini Flash.
The quality tradeoff is real, though. GPT-4 Turbo and Claude 3.5 Sonnet produce noticeably better email drafts, research summaries, and detailed responses. The cheaper models work fine for simple tasks (weather, calendar queries, basic search) but struggle with complex writing and analysis.
The smart approach: Use a cheap model as default for simple tasks and route complex ones to a premium model. OpenClaw supports this configuration. Your morning briefing doesn't need GPT-4. Your client email draft does.
Realistic budget: $20-60/month for mixed-model usage. Light users (mostly simple queries) can get by on $10-15. Heavy users (lots of research and long-form writing) might hit $100-200.
Cost 3: Domain name ($0-15/year)
Optional but recommended if you want HTTPS (you should). A domain from Namecheap or Cloudflare Registrar costs $10-15/year for a .com.
You can skip this by using a VPN like Tailscale for access instead of a public domain. Tailscale is free for personal use.
Realistic budget: $0-15/year ($0-1.25/month)
Cost 4: Backup storage ($0-5/month)
If you're self-hosting, you should back up your OpenClaw data. Conversation history, configurations, memory files. If your VPS dies, you don't want to start from scratch.
Options:
- Hetzner Storage Box: 100GB for $3.81/month
- Backblaze B2: $0.005/GB/month (pennies for most users)
- Manual exports to your computer: Free but manual
Realistic budget: $0-4/month
Cost 5: The hidden cost nobody talks about (your time)
This is the one that changes the entire calculation.
Setting up OpenClaw from scratch takes time. Maintaining it takes time. Here's a realistic estimate:
Initial setup: 4-8 hours
- Provisioning and configuring a VPS: 1-2 hours
- Installing OpenClaw: 30-60 minutes
- Configuring security (firewall, SSL, authentication): 1-2 hours
- Connecting accounts (email, calendar, messaging): 1-2 hours
- Setting up workflows and automations: 1-2 hours
Monthly maintenance: 2-4 hours
- Applying updates: 30-60 minutes
- Troubleshooting issues: 30-60 minutes (optimistic, some months it's 0, some months it's 5 hours)
- Monitoring and security checks: 30 minutes
- Tweaking configurations and workflows: 30-60 minutes
What is your time worth? If you bill at $50/hour (conservative for a business owner), that initial setup costs $200-400 in opportunity cost. Monthly maintenance costs $100-200.
Even at $25/hour, self-hosting "costs" $50-100/month in time. That's on top of the cash expenses.
This isn't an argument against self-hosting. Some people enjoy it. Some people do it faster because they're experienced. But pretending the time cost doesn't exist is dishonest, and most "OpenClaw costs only $5/month" posts are pretending exactly that.
The real monthly bill: three scenarios
Let's put it all together for three user profiles.
Light user
Uses OpenClaw for email summaries, basic questions, and occasional research. 15-20 messages per day. Uses cheaper AI models.
| Expense | Monthly Cost |
|---|---|
| VPS (Hetzner CPX11) | $4.85 |
| AI API (mostly Claude Haiku + some Sonnet) | $15 |
| Domain (amortized) | $1 |
| Backup | $0 |
| Time (2 hrs/month @ $50/hr) | $100 |
| Total (cash only) | $21 |
| Total (including time) | $121 |
Medium user (typical business owner)
Email triage, morning briefings, calendar management, 40-60 messages per day. Mixed model usage.
| Expense | Monthly Cost |
|---|---|
| VPS (Hetzner CPX21) | $8.45 |
| AI API (mixed Claude + GPT-4o) | $45 |
| Domain (amortized) | $1 |
| Backup | $4 |
| Time (3 hrs/month @ $75/hr) | $225 |
| Total (cash only) | $58 |
| Total (including time) | $283 |
Heavy user
Multiple email accounts, extensive research, social media drafting, competitive monitoring, 100+ messages per day. Premium models.
| Expense | Monthly Cost |
|---|---|
| VPS (DigitalOcean 4GB) | $24 |
| AI API (GPT-4o + Claude Sonnet) | $120 |
| Domain (amortized) | $1 |
| Backup | $4 |
| Time (4 hrs/month @ $100/hr) | $400 |
| Total (cash only) | $149 |
| Total (including time) | $549 |
How managed hosting changes the math
Managed providers charge a subscription that covers the server, security, maintenance, and support. You're trading time costs for a predictable monthly fee.
| Provider | Subscription | AI Costs (typical) | Time Cost | Total |
|---|---|---|---|---|
| Self-hosted | $5-25 | $15-120 | $100-400 | $120-545 |
| xCloud | $39-79 | $15-120 (BYOK) | $25-50 | $79-249 |
| MyClaw | $29-99 | $20-155 (markup) | $10-25 | $59-279 |
| KillerBot | $29-59 | $15-120 (BYOK) or credits | $5-10 | $49-189 |
The time cost drops dramatically with managed hosting because someone else handles updates, security, server maintenance, and troubleshooting. You might still spend 15-30 minutes per month tweaking your workflows, but the infrastructure work disappears.
For the medium user scenario (the most common), self-hosting costs $58 cash but $283 including time. KillerBot costs $74-104 total (subscription + AI). That's 63% less when you account for time.
The credit system: an alternative to API keys
Some managed providers (including KillerBot) offer a credit system as an alternative to bringing your own API keys.
Here's how it works: instead of signing up with OpenAI and Anthropic separately, managing billing with each, and entering API keys into your configuration, you buy credits through the platform. Credits are consumed as you use the AI. The platform handles model routing, billing, and key management.
Pros: Simpler. One bill instead of three. No API key management. The platform can automatically route queries to the most cost-effective model.
Cons: You pay a markup (typically 15-30% above direct API pricing). Less control over which model handles which query.
For most non-technical users, credits are the right choice. The convenience is worth the markup. For cost-optimized power users, bringing your own keys and managing the routing yourself saves money.
The costs nobody warns you about
Beyond the predictable monthly expenses, self-hosting has surprise costs that can blow your budget:
API usage spikes
Your assistant processes tokens every time it reads an email, generates a response, or does research. Normally this is predictable. But certain scenarios cause spikes:
- A busy email day. If you receive 200 emails instead of your usual 50, that's 4x the token usage for email processing alone. With GPT-4 Turbo, a spike day can cost $15-20 more than normal.
- Long research sessions. Asking your assistant to research a topic in depth (reading multiple web pages, synthesizing information) can burn through tokens fast. A single deep research request might use 50,000+ tokens.
- Conversation loops. If your assistant encounters an error and retries repeatedly, it can burn tokens on failed attempts. This is rare but expensive when it happens.
Most API providers let you set spending limits. Do this immediately. A $100 monthly cap prevents a runaway process from costing you $500 overnight.
Emergency maintenance
Servers crash. Software has bugs. Updates occasionally break things. When your OpenClaw stops working at 9am on a Monday and you have an important email to send, you're spending an hour troubleshooting instead of working.
For self-hosters, budget at least one "emergency" incident per quarter that costs 2-4 hours of unplanned time. In dollar terms, at $75/hour, that's $150-300 per incident.
The upgrade treadmill
OpenClaw's resource requirements creep up over time as features are added. The VPS that ran fine 6 months ago might start feeling sluggish. More connected accounts mean more background processing. Heavier AI model usage means more memory needed.
I've seen users start on a $5/month Hetzner plan and need to upgrade to $8.45 within 3 months, then to $15 within a year. Not dramatic, but it adds up.
Learning curve costs
If you're not already comfortable with Linux system administration, expect to spend 10-20 hours learning the basics before you can confidently self-host. That's before the 4-8 hours of actual setup. At $50/hour, the learning investment alone is $500-1,000.
This cost is zero if you already have the skills. But most people asking "how much does OpenClaw cost?" don't.
Frequently asked questions about costs
Can I run OpenClaw on a Raspberry Pi to save money? Technically yes. Practically, it's slow. A Raspberry Pi 4 (4GB) can handle basic usage but struggles with multiple connected accounts and heavy AI processing. The experience is noticeably worse than a proper VPS. You save $5/month but get a worse assistant. Not worth it for daily use.
What if I only use free/cheap AI models? Gemini Flash and Claude 3 Haiku are extremely cheap (under $5/month for moderate use). The tradeoff: they produce lower quality responses. Email drafts sound more generic. Research summaries miss nuance. Morning briefings are less insightful. For basic tasks (weather, simple questions, calendar queries), cheap models work great. For anything requiring careful writing or analysis, you'll want a premium model.
Can I share one instance with my team? OpenClaw supports multiple agents on one server, but each agent needs its own configuration and connected accounts. More agents mean more server resources and more API usage. For a 3-person team, budget roughly 2.5x the single-user cost (not 3x, because some resources are shared).
Do managed providers mark up AI costs? Some do. MyClaw charges roughly 30% above direct API pricing. SetupOpenClaw charges about 15%. KillerBot and xCloud let you bring your own API keys at no markup. If you use KillerBot's credit system instead, there's a convenience markup built into the credit pricing.
What's the cheapest possible setup? Hetzner CPX11 ($4.85) + Gemini Flash (under $2/month) + no domain (use Tailscale) = about $7/month. This gets you a functional assistant for simple tasks. It won't impress you with its email drafts, but it'll check your calendar and summarize weather just fine.
What's the most expensive realistic setup? DigitalOcean premium droplet ($48) + GPT-4 Turbo as default ($170) + domain ($1) + backups ($4) = about $223/month in cash costs. Plus your time. Some power users spend more if they use multiple premium models or have extremely high message volumes.
The bottom line: what should you budget?
If you're considering OpenClaw, here's my honest recommendation for monthly budgets:
- Exploring/casual use: $20-30/month (cheap VPS + cheap AI model, or a managed starter tier)
- Serious business use: $50-100/month (better server + mixed models, or a managed pro tier)
- Power user: $100-200/month (premium everything, or managed enterprise)
Don't forget the time cost in your calculation. If your honest answer to "do I enjoy maintaining servers?" is "no," then the managed option is almost cheaper when you account for your time.
See KillerBot pricing at killr.bot/pricing. Starter plan is $29/month. Credits for AI usage start at $10. Most users spend $39-69/month total.