Run this command on your VPS (as root):
curl -fsSL https://yourdomain.com/install-openclaw.sh | bash
curl -fsSL https://yourdomain.com/install-openclaw.sh | bash -s -- --instance 1 --email you@email.com --provider openrouter --domain yourdomain.com
Access 100+ AI models including Claude, GPT-4, Gemini, Llama, and more!
--provider openrouter
Direct access to Claude models only
--provider anthropic
curl -fsSL https://yourdomain.com/install-openclaw.sh | bash
Follow the interactive prompts
nano /opt/openclaw/instance1/.env
Replace PLEASE_ADD_YOUR_API_KEY with your actual key
pm2 restart openclaw-instance1
Visit: https://user1.yourdomain.com
pm2 status # Check all instances
pm2 logs openclaw-instance1 # View logs
pm2 restart openclaw-instance1 # Restart
pm2 stop openclaw-instance1 # Stop
To enable automated daily backups to Google Drive/Dropbox/S3:
# Configure rclone first
rclone config
# Then run installer with backup option
curl -fsSL https://yourdomain.com/install-openclaw.sh | bash -s -- --rclone gdrive:openclaw-backups
Check your setup info:
cat /opt/openclaw/instance1/SETUP_INFO.txt