Running OpenClaw on Cloudflare Workers is possible thanks to Moltworker, a middleware that adapts OpenClaw to Cloudflare's serverless edge platform. fluado runs OpenClaw on a dedicated European VPS. These are fundamentally different architectures with different trade-offs.
TL;DR: fluado is the simplest path from zero to a running OpenClaw agent - always-on, no cold starts, no serverless complexity. Cloudflare Workers is an interesting option for developers already in the Cloudflare ecosystem, but fluado is easier, more predictable, and purpose-built for OpenClaw.
What is fluado?
fluado, the European OpenClaw hosting provider, offers managed OpenClaw hosting on a dedicated VPS in Germany. OpenClaw runs persistently on your server. You get SSH and root access, an mTLS gateway, and TLS. You bring your own API key.
Pricing: €9/month. Cancel anytime.
What is Cloudflare Workers + Moltworker?
Cloudflare Workers is a serverless compute platform that runs code at the edge across Cloudflare's global network. Moltworker is open-source middleware that enables OpenClaw to run in this serverless environment. It uses Cloudflare R2 for state persistence and Browser Rendering for web automation.
Pricing: Workers Paid plan at $5/month (includes 10M requests + 30M CPU ms). Workers AI charges $0.011 per 1,000 Neurons with 10,000 Neurons/day free. Actual costs depend heavily on usage patterns.
Comparison
| Feature | fluado | Cloudflare Workers + Moltworker |
|---|---|---|
| Monthly cost | €9 | $5/month base + usage-based |
| Architecture | Dedicated VPS (persistent) | Serverless (ephemeral containers) |
| Server location | Germany | Edge (300+ cities globally) |
| State persistence | Native (filesystem) | Via R2 object storage |
| SSH / root access | Yes | No |
| mTLS gateway | Included | Not applicable |
| TLS / SSL | Included | Included |
| Browser automation | Native (headless browser on server) | Via Browser Rendering API |
| Setup complexity | Under 1 minute | Moderate (Workers + R2 + config) |
| Cold starts | None (always running) | Possible (serverless) |
| Scaling | Vertical (VPS resources) | Horizontal (edge auto-scaling) |
| Data sovereignty | EU-hosted (Germany) | Global edge (EU jurisdiction options) |
| Local LLMs | Not yet | Not possible (no GPU) |
| Open source | N/A (managed service) | Moltworker is open source |
Key differences
Persistent vs ephemeral
fluado's VPS runs continuously - OpenClaw's state lives on the filesystem, processes persist, and there are no cold starts. Cloudflare Workers are ephemeral - each invocation spins up a container, loads state from R2, processes the request, and shuts down. This can introduce latency and complexity around state management.
Pricing model
fluado is flat-rate: €9/month regardless of usage. Cloudflare Workers pricing scales with usage - the $5/month base is cheap, but costs grow with requests and AI compute. For light usage, Workers can be cheaper. For steady, daily usage, fluado's flat rate becomes more predictable.
Edge vs centralized
Workers run across 300+ cities - your agent responds from the nearest edge location. fluado runs from a single European datacenter. For a personal AI agent, the latency difference rarely matters because the dominant latency is the AI model API call, not the server location.
Technical complexity
Setting up Moltworker on Cloudflare requires understanding Workers deployment, R2 configuration, and the Moltworker middleware. fluado requires no technical setup.
Who should choose what?
Choose fluado if:
- You want a turnkey, always-on OpenClaw deployment
- You don't want to learn Cloudflare Workers architecture
- Persistent state and SSH access matter to you
- You want predictable monthly costs
Choose Cloudflare Workers if:
- You're already in the Cloudflare ecosystem
- You want global edge distribution
- You have low or variable usage patterns
- You enjoy serverless architectures and want maximum technical control
Frequently asked questions
Is fluado more predictable than Cloudflare Workers pricing?
Yes. fluado is a flat €9/month - no usage-based surprises. Cloudflare Workers' $5/month base is cheaper at low usage, but costs scale with requests and AI compute. For consistent daily use, fluado's flat rate is simpler and often comparable.
Can Moltworker do everything regular OpenClaw can?
Most things, yes. But some features that depend on persistent filesystem access or long-running processes may behave differently in a serverless environment. Check the Moltworker documentation for known limitations.
Always-on, always European. Get fluado - €9/month, cancel anytime.