⚙️ How to Set Up OpenClaw (The Complete Guide — From Free to Paid)
Setting up OpenClaw involves two costs: (1) a machine to run it on and (2) an LLM to power it. Below, I’ve mapped out every route — from completely free to budget-friendly — so you can pick the path that fits.
Requirements
A machine to run it on (Mac, Linux, VPS, or even an old laptop)
An LLM API key (Claude, OpenAI, Gemini, or a free alternative)
A messaging app account (WhatsApp, Telegram, Slack, or Discord)
Part 1: Where to Run OpenClaw
Option A: One-Click Cloud Deploys (Easiest, $5–20/month)
If you don’t want to think about server config, these are the lowest-friction options.
DigitalOcean Marketplace (Most Polished) — ~$6–20/month
Go to the DigitalOcean Marketplace → Search “OpenClaw” → Deploy.
This is the most security-hardened one-click option available. Out of the box, it sets up authenticated communication with a gateway token, hardened firewall rules with rate-limiting, non-root user execution, Docker container isolation, and direct message pairing so strangers can’t talk to your agent. You’ll still need to run the onboarding wizard via terminal, but the heavy lifting is handled. The base $6/month droplet is enough.
Contabo (Best Value) — ~$5/month
Contabo offers OpenClaw as a free add-on with any VPS purchase. Their Cloud VPS 10 starts at $4.95/month and gives you 3 vCPU, 8GB RAM, and 75GB NVMe — more than enough for OpenClaw with headroom to spare. You handle maintenance and updates after initial setup, and their network is slower than premium providers, but for OpenClaw it doesn’t matter.
Hostinger — ~$5–10/month
Hostinger bakes OpenClaw into their Docker Manager in hPanel. A few clicks deploys a Docker container with OpenClaw ready to configure. Watch for promo pricing that increases at renewal.
Railway / Northflank (One-Click + Browser Setup)
Both offer one-click deploy options documented in the official OpenClaw VPS docs. Railway uses a credit-based model; Northflank is similar. Good for getting started fast, though costs can vary with usage.
Cloudflare Moltworker — ~$5/month
Cloudflare offers a sandbox pattern for running OpenClaw. No Mac Mini required, but you’ll still need to understand the security model and configure it appropriately.
🚀 Master AI in 2026: The Complete 101 Library
Claude (Anthropic)
Perplexity AI
ChatGPT (OpenAI)
Prompt Engineering & Skills
📚 AI Tool 101 Guides — By Use Case
🔍 Research & Search
💰 Financial Analysis & Modeling
🛠️ Productivity & Automation
🌐 AI Browsers
🎯 PM Skills
Option B: Free Cloud Hosting
⭐ Oracle Cloud Always Free Tier (Best Free Option) — $0/month forever
This is the most generous free tier in the industry and the community’s top recommendation for free hosting. Oracle gives you 4 ARM CPU cores, 24 GB of RAM, and 200 GB of storage — permanently, no trial period. That’s enough to run OpenClaw and a local 7B model via Ollama simultaneously.
What you get: VM.Standard.A1.Flex (Ampere ARM), up to 4 OCPUs, 24 GB RAM, 200 GB storage.
Setup overview (~30–45 minutes):
Sign up at cloud.oracle.com. A credit card is required for verification, but you won’t be charged. Choose a home region close to you — this is permanent and can’t be changed later. Less popular regions have better availability.
Create a compartment: Hamburger menu → Identity & Security → Compartments → Create. Name it something like “OpenClaw” to keep things organized.
Create an instance: Navigate to Compute → Instances → Create Instance. Choose “Ampere” (ARM) as the shape, select VM.Standard.A1.Flex. Allocate up to 4 OCPUs and 24 GB RAM (the max free tier allows). Use Ubuntu as your OS image.
Set up SSH keys during instance creation — paste your public key or generate one.
Wait for provisioning. If it fails with “Out of capacity,” try a different availability domain or retry later (early morning UTC works best). Free tier ARM capacity is limited and in high demand.
SSH in and set up:



