Setup guide

Get your OpenClaw agent running in 6 steps — connect your AI key, Telegram, and you're live.

1Instance
2AI key
3Telegram
4Try it
5Backup
6Tips

Create your instance

Choose a plan and your dedicated VPS will be ready in a few minutes.

1. Sign up and choose a plan

Go to claweasy.app and click Get started. Create your account, then pick a plan:

Starter
2 vCPU · 2 GB RAM
/mo
Most popular
Standard
2 vCPU · 4 GB RAM
/mo
Pro
4 vCPU · 8 GB RAM
/mo

Click a plan to go to the checkout. After payment you'll be redirected back and your instance will start provisioning automatically.

2. Wait for provisioning

Your dedicated VPS is being set up — this takes 3–10 minutes. The status badge changes from provisioning to running when it's ready.

You'll receive an email when your instance is live.

What's included: A dedicated Hetzner VPS in the EU, OpenClaw pre-installed, SSL certificate, Cloudflare DNS, and 20 TB monthly traffic — all managed for you.

Add your AI API key

Your agent needs an API key to talk to an AI model. You choose the provider.

Choose your AI provider

Anthropic

Claude Sonnet, Opus, Haiku. Best quality. Recommended.

console.anthropic.com

OpenAI

GPT-4o, GPT-4o Mini. Great alternative.

platform.openai.com

Google

Gemini 1.5 Pro and Flash.

aistudio.google.com

Get your API key

  1. Go to your provider's console (links above)
  2. Create an account if you don't have one
  3. Navigate to API KeysCreate new key
  4. Copy the key — it starts with sk-ant- (Anthropic) or sk- (OpenAI)
Anthropic note: You need to add credits before the API works — even if you have a Claude.ai Pro subscription. These are completely separate billing systems. Add at least $5 at console.anthropic.com → Settings → Billing. Create a new API key after adding credits — keys created before payment may not work.

Enter your key in the dashboard

Go to your instance → click Configure → open AI model & API key:

claweasy.app — configure
AI model & API key
Anthropic
OpenAI
Google
Model
claude-sonnet-4 (recommended)
API key
sk-ant-api03-••••••••
Save & apply

Your key is stored encrypted and applied to your instance automatically. It never leaves your server unencrypted.

Connect Telegram

Chat with your agent from your phone — no app to install beyond Telegram itself.

1. Create a Telegram bot

  1. Open Telegram and search for @BotFather
  2. Send /newbot
  3. Choose a name (e.g. My ClawEasy Agent) and a username ending in bot
  4. Copy the token BotFather gives you — it looks like 123456789:AAFxxxxx

2. Enter your token in the dashboard

Go to your instance → ConfigureTelegram → paste your token → click Connect:

claweasy.app — configure → Telegram
Telegram
Bot token
8694532594:AAHSxxxxx
Bot username
@myclaweasy_bot
Connect

3. Approve the pairing

OpenClaw requires you to approve yourself as the bot owner before it responds to messages. This is a security feature — only approved users can chat with your agent.

  1. Open Telegram → find your bot → send any message
  2. The bot replies with a pairing code
  3. Go back to Configure → Telegram pairing → click Refresh
  4. Your request appears — click Approve
  5. Done — your bot now responds to your messages
Pairing is per-instance. If you restore a backup to a new instance or upgrade your plan, you'll need to approve the pairing again — the token stays set but the session resets.

WhatsApp (optional)

WhatsApp is fully supported but requires a Meta Business account. Recommended only after Telegram is working comfortably.

  1. Set up a Meta Business account at business.facebook.com
  2. Create a WhatsApp Business app in the Meta Developer console
  3. Copy your Access token and Phone number ID
  4. Go to Configure → WhatsApp → enter both values → click Connect

Try your agent

Your agent understands natural language — no commands or syntax needed.

Just type naturally

Send any message to your bot in Telegram. Some things to try:

What's the weather in Ghent today?
🌦 Ghent, Belgium — 9°C, light rain. Wind from the NE at 18 km/h. Feels like 6°C — bring a jacket.
Create a file called ideas.txt with 5 startup ideas for Belgium
Done! Created /home/clawuser/ideas.txt with 5 Belgian startup ideas — from hyperlocal delivery to multilingual AI tools.
Search the web for the latest news about OpenClaw and give me a summary
Found 3 recent articles. OpenClaw 2026.3 was released last week with improved gateway stability and new plugin APIs…

What your agent can do

  • Answer questions and do research by searching the web in real time
  • Create, read, edit and manage files on your instance
  • Run calculations, write code, and analyse data
  • Send and receive Telegram messages on your behalf
  • Run terminal commands on your server
  • Remember context within a conversation session
  • Install and use OpenClaw skills for extended capabilities

Multi-step tasks

The agent chains multiple actions together in one request:

Check the disk space and memory on this server, then write a health report to a file with today's date in the filename
Checked the server: 14% disk used (63 GB free), 1.2 GB RAM in use of 4 GB. Health report saved to /home/clawuser/health-2026-03-28.txt
Session memory: Your agent remembers context within a single Telegram conversation. Each new conversation starts fresh. To keep memory across sessions, install the memory skill via openclaw skills install memory.

Backup, restore & upgrade

Your agent's state is portable — export it, store it safely, and restore it anywhere.

Export your agent

A backup includes everything your agent has learned and created:

  • Conversation sessions and memory
  • Workspace files and documents
  • Installed skills and custom instructions
  • OpenClaw configuration and agent settings

Go to Configure → Export & import → click Download backup. You'll get a .tar.gz file — store it somewhere safe.

Good habit: export a backup before making big changes to your agent's instructions or before upgrading your plan.

Import a backup

To restore a backup to your current instance (or a new one):

  1. Go to Configure → Export & import
  2. Click Click to select a .tar.gz file
  3. Choose your backup file
  4. The import restores automatically — OpenClaw restarts with your previous state

Your API keys and channel connections (Telegram, WhatsApp) are not replaced by the import — they stay as configured in the dashboard.

If you import a backup that was created on a different instance, you'll need to re-approve the Telegram pairing — the token is kept but the session resets.

Upgrade your plan

When your agent needs more power, upgrade in one click:

  1. Go to Configure → Upgrade plan
  2. Select a higher tier
  3. Confirm the upgrade

The system automatically: backs up your current agent → provisions a new server → restores your backup → reconfigures your API keys → switches DNS over → deletes the old server. Takes about 10 minutes. Your agent will be offline during migration.

You can only upgrade to a higher tier. To downgrade, export your backup, cancel your subscription, and subscribe to a lower plan on a new instance.

Tips & tricks

Get the most out of your agent.

Be specific

The more context you give, the better the result:

Less effective
"Write me an email"
More effective
"Write a short professional email to a client confirming their invoice was received and payment is due in 14 days"

Chain tasks

The agent handles multi-step instructions naturally — no need to break them into separate messages:

"Search for the top 5 VPS providers in Europe by price, compare them in a table, and save it to a file called vps-comparison.md"

Managing your instance

  • Status: Configure → Status section shows all active connections
  • Restart OpenClaw: Admin panel → CLI tab → select instance → restart
  • View logs: Admin panel → CLI tab → logs
  • Check disk/memory: Admin panel → CLI tab → disk / memory
  • Bandwidth: Configure → Status → bandwidth bar shows monthly usage

Bandwidth limits

All plans include 20 TB per month. The dashboard shows usage as a progress bar on your instance card:

  • At 75% — warning shown in dashboard
  • At 90% — your agent's network traffic is throttled
  • At 100% — throttled until the 1st of next month

For most personal and small business use, 20 TB is effectively unlimited.

Security

  • Your API keys are stored encrypted — only your instance can decrypt them
  • Telegram requires pairing approval — strangers can't chat with your agent
  • Your instance runs behind SSL and a firewall
  • EU data residency — all servers are in Hetzner EU data centres
Need help? Check the OpenClaw docs for advanced features like skills, cron jobs, multi-agent setups, and the Canvas UI.