ClawCloudClawCloud.sh
How it worksModelsPricingCompareGuidesBlog
Log in
DeployDeploy Now
ClawCloud logoClawCloud

Managed OpenClaw AI assistant hosting on dedicated cloud servers.

Deploy now →
Product
ModelsPricingCompare PlansOpenClaw HostingOpenClaw VPSOpenClaw CloudTelegram BotDiscord BotFeishu BotUse CasesFAQ
Resources
GuidesBlogTopicsOpenClawGitHub
Company
ContactTerms of ServicePrivacy Policy
© 2026 ClawCloud. All rights reserved.
All posts

OpenClaw 101: What It Is and How to Get Started

Published March 1, 2026

OpenClaw bot responding in a Telegram chat

What OpenClaw actually does

OpenClaw is open-source software that turns an AI model into a persistent bot on Telegram or Discord. You run it on a server, it stays online 24/7, and people message it like a regular contact. It is not a web app or a browser extension. It lives inside the messaging platform you already use.

The bot connects to whichever AI model you pick. Claude, GPT, Gemini, DeepSeek, Qwen, and dozens of others are all supported. You can switch models mid-conversation with a single command.

The three things you need

Getting OpenClaw running requires three pieces:

  1. A server. OpenClaw runs as a Node.js process. It needs a machine that stays on.
  2. An AI provider key or managed credits. This is how the bot pays for model inference. You either bring your own API key from Anthropic, OpenAI, or Google, or use managed credits through a service like ClawCloud.
  3. A channel bot token. A Telegram bot token from @BotFather or a Discord bot token from the Discord Developer Portal. Creating one takes about two minutes.

That's it. No database, no Docker, no Kubernetes.

Path 1: self-hosted

If you have a VPS or spare machine, you can install OpenClaw directly:

npm install -g openclaw@latest
openclaw onboard

The onboard command walks you through connecting your API key and channel token interactively. You'll need Node.js 22+ installed first.

Self-hosting gives you full control over the server, config files, and updates. The trade-off is that you handle everything yourself: Node.js versions, process management, firewall rules, and troubleshooting. The self-hosting difficulty post covers what that looks like in practice.

Config lives at ~/.openclaw/openclaw.json. The OpenClaw documentation covers all the options.

Path 2: ClawCloud

ClawCloud is managed hosting for OpenClaw. You pick a plan, paste a bot token, choose a model, and your bot is live in under a minute.

The wizard has three steps:

  1. Pick a plan — Lite ($29/mo), Pro ($49/mo), or Max ($109/mo). All include Telegram, Discord, and Feishu. WhatsApp is available on Pro and Max.
  2. Connect a channel — Paste your Telegram or Discord bot token.
  3. Choose a model — Pick from our curated models or bring your own API key.

After checkout, ClawCloud provisions a dedicated VM, installs OpenClaw, configures your bot, and hands you a dashboard. The getting-started guide walks through each step with screenshots.

ClawCloud deploy wizard showing plan, channel, and model steps

Where to go from here

Once your bot is responding, a few things are worth exploring:

  • Skills let you teach the bot new abilities. Install a web search skill from ClawHub and the bot can look things up during conversations. (Skills documentation)
  • Memory writes notes to disk — plain Markdown files — that the bot can reference in future conversations. On a dedicated server, these files persist across restarts and accumulate over time. (Memory documentation)
  • Model switching lets you change which AI model the bot uses without redeploying. Send /model sonnet and the bot switches to Claude Sonnet 4.

The OpenClaw documentation is the definitive reference for everything else: configuration, channel setup, multi-agent systems, and provider details.

Ready to deploy?

Skip the setup — your OpenClaw assistant runs on a dedicated server in under a minute.

Deploy Your OpenClaw

Keep reading

Getting Started with OpenClawManaged AI HostingAll topics →
Post

Why We Added Windows Servers for OpenClaw

The CLI barrier stops more OpenClaw deployments than anything else. Here's why we built managed Windows cloud servers to remove it.

Post

What Private AI Actually Means (and Where OpenClaw Fits)

What private AI means in practice for OpenClaw: where the gateway runs, where memory lives, and how local, VPS, and managed setups differ.

Post

Best OpenClaw Alternatives in 2026

Best OpenClaw alternatives in 2026, grouped by what you actually want: hosted OpenClaw, Claude Code, LangChain, NanoClaw, or IronClaw.

Post

OpenClaw vs Claude: Bot runtime vs Claude app vs Claude Code

OpenClaw vs Claude compares a self-hosted chat runtime with Claude.ai and Claude Code, so you can pick the right tool for chat, coding, or both.

Post

ClawCloud vs Clawy vs Donely: OpenClaw Hosting Compared

Comparing ClawCloud, Clawy, and Donely on OpenClaw hosting, pricing, and customization. ClawCloud is the stronger pick for control.

Post

OpenClaw Managed Hosting vs Self-Setup: An Honest Comparison

What actually happens when you self-host OpenClaw versus using managed hosting like ClawCloud. Real failure modes, real trade-offs.