🚀 OpenClaw Multi-Provider Setup

One-Line Installation

Run this command on your VPS (as root):

curl -fsSL https://yourdomain.com/install-openclaw.sh | bash

Quick Install (With Parameters)

curl -fsSL https://yourdomain.com/install-openclaw.sh | bash -s -- --instance 1 --email you@email.com --provider openrouter --domain yourdomain.com

📋 Available Providers

🌐 OpenRouter (Recommended)

Access 100+ AI models including Claude, GPT-4, Gemini, Llama, and more!

--provider openrouter

🤖 Anthropic Claude

Direct access to Claude models only

--provider anthropic

🧠 OpenAI

GPT-4, GPT-4 Turbo, GPT-3.5

--provider openai

📝 Installation Steps

Step 1: Run Installer

curl -fsSL https://yourdomain.com/install-openclaw.sh | bash

Follow the interactive prompts

Step 2: Add Your API Key

nano /opt/openclaw/instance1/.env

Replace PLEASE_ADD_YOUR_API_KEY with your actual key

Step 3: Restart Instance

pm2 restart openclaw-instance1

Step 4: Access Your Bot

Visit: https://user1.yourdomain.com

🔧 Management Commands

pm2 status # Check all instances pm2 logs openclaw-instance1 # View logs pm2 restart openclaw-instance1 # Restart pm2 stop openclaw-instance1 # Stop

💾 Automated Backups

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

🆘 Need Help?

Check your setup info:

cat /opt/openclaw/instance1/SETUP_INFO.txt
```