Overview
OpenClaw Manager is a visual management tool that helps you quickly install, configure, and manage OpenClaw instances. No manual config editing required — just 3 steps to deploy. Two messaging channels are supported:| Telegram | Feishu (Lark) | |
|---|---|---|
| Connection | Bot API (long polling) | WebSocket persistent connection |
| Credentials needed | Bot Token + your User ID | App ID + App Secret |
| Platform setup | Create a Bot only | Create an app + enable WebSocket subscription |
| User auth | Bound by User ID — only authorized users can chat | Any user who can message the Bot can chat |
| Best for | Personal use, international users | Team collaboration, users in China |
Prerequisites
Common
- Node.js 22+: The script installs OpenClaw via npm if not present, so Node.js is required
- EvoLink API Key: Sign up at evolink.ai and get your API Key
Channel Credentials
Telegram / Feishu credential setup guide
Telegram / Feishu credential setup guide
- Telegram
- Feishu
-
Search for @BotFather on Telegram, click START BOT

-
Send
/newbot, follow the prompts to set a name and get your Bot Token (format:123456789:ABCdef...)
-
Get your Telegram User ID: send
/startto @userinfobot and note the numeric ID
Step 1: Download & Run
Download the executable for your platform from Releases:

| Platform | File |
|---|---|
| Windows | openclaw-manager-win-x64.exe |
| macOS (Intel) | openclaw-manager-macos-x64 |
| macOS (Apple Silicon) | openclaw-manager-macos-arm64 |
| Linux | openclaw-manager-linux-x64 |
sudo in terminal:

Step 2: Create an Instance
2.1 — Basic Info
| Field | Description |
|---|---|
| Instance Name | Name for your instance (e.g. mybot), must be unique on this machine |
| Model | Choose a model: Haiku 4.5 / Sonnet 4.5 / Opus 4.5 / Opus 4.6 |
| Channel | Choose a channel: Telegram or Feishu |

2.2 — Credentials & Deploy
All channels require an EvoLink API Key.- Telegram
- Feishu
Enter the Bot Token from @BotFather, then click Deploy.The script will automatically:
- Create the OpenClaw config file
- Write model and API Key settings
- Configure and enable the Telegram plugin
-
Install and start the gateway service

2.3 — Connect
- Telegram
- Feishu
Enter your Telegram User ID (the numeric ID from @userinfobot), then click Connect.The script writes this ID to the 
allowedUsers config — only this user will be able to chat with the Bot. Once connected, you’ll be redirected to the home page.
Manage Instances
After deployment, the home page displays all instances:
| Status | Description |
|---|---|
| 🟢 Green | Gateway running |
| 🔴 Red | Gateway stopped |
- Start / Stop: Start or stop the gateway service
- Delete: Remove the instance (stops the gateway and cleans up all config files)






