So you've heard about OpenClaw and want to get it running. Good news: the setup process is genuinely straightforward — we're talking under 30 minutes from zero to a working AI agent. No PhD in DevOps required.
This guide walks you through every step: choosing your server, deploying OpenClaw, configuring your first agent, and connecting it to a messaging channel. Let's get into it.
Quick context if you're brand new: OpenClaw (also known as Clawdbot) is an open-source AI agent framework that lets you deploy and run AI-powered bots on your own server. Unlike SaaS chatbot platforms where you're locked into someone else's infrastructure and pricing, OpenClaw gives you full control — your server, your data, your rules.
The killer feature is the skill system. Skills are modular capabilities you install into your agent — customer service, news monitoring, trading signals, calendar management, whatever your use case demands. Think of it like apps on a smartphone, but for your AI agent.
OpenClaw needs a cloud server to run on. You could use any VPS, but the easiest and most cost-effective option is Tencent Cloud Lighthouse.
Why Lighthouse specifically?
| Use Case | vCPU | RAM | Storage |
|---|---|---|---|
| Personal / Testing | 2 | 2GB | 40GB SSD |
| Small Team / Production | 2 | 4GB | 60GB SSD |
| Multi-channel / Heavy Use | 4 | 8GB | 80GB SSD |
For most users getting started, 2 vCPU / 4GB RAM hits the sweet spot.
Once you've provisioned your Lighthouse instance, deployment is essentially one click. The complete walkthrough is in the official deployment tutorial — follow it step by step.
Here's the high-level flow:
That's it for basic deployment. OpenClaw is now running on your server.
When you first access the OpenClaw dashboard, you'll need to configure a few things:
OpenClaw connects to LLM providers (OpenAI, Anthropic, etc.) to power its AI capabilities. You'll need to add at least one API key:
Configure your agent's basic identity:
Don't skip these:
A fresh OpenClaw instance is capable but generic. Skills make it specific to your needs.
Browse available skills in the marketplace, or install them manually. The Skills installation guide covers the full process.
Popular first skills to install:
OpenClaw is most useful when it's accessible through the messaging platforms you already use. Pick your primary channel and set it up:
The most popular choice for individual users and small teams. Follow the Telegram integration guide:
Best for customer-facing deployments. The WhatsApp integration tutorial walks through Business API setup.
Ideal for communities and team collaboration. See the Discord integration guide for server bot setup.
Each integration takes 15-30 minutes including testing.
Before relying on your OpenClaw setup for anything important, run through these tests:
Agent not responding?
Slow responses?
Channel integration not working?
Once your basic setup is running, explore these next steps:
| Resource | Link |
|---|---|
| Lighthouse Instance | Tencent Cloud Lighthouse Special Offer |
| Deployment Guide | One-click Setup Tutorial |
| Skills Guide | Installation & Configuration |
| Telegram Setup | Integration Tutorial |
| WhatsApp Setup | Integration Tutorial |
| Discord Setup | Integration Tutorial |
That's everything you need to go from zero to a fully functional OpenClaw agent. The whole process takes about 30 minutes, and the infrastructure cost is minimal — especially with the current Lighthouse promotion. Start building.