This guide is for developers comfortable with CLI tools, server administration, and debugging. If this looks intimidating, consider our done for you setup.
Prefer to skip the hassle?
We handle all of this for you. One payment, no coding, delivered within 24 hours.
1Prerequisites
›Node.js >= 22.x installed
›pnpm package manager
›Git CLI configured
›VPS with Ubuntu 22.04+ (2GB RAM minimum)
›SSH access to your server
›Domain or static IP (recommended)
2Clone and Configure
git clone https://github.com/openclaw/openclaw.git
cd openclaw
cp .env.example .env
pnpm install