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 |
System Environment Check
Before installation, it’s recommended to run the environment checker tool to ensure your system meets OpenClaw’s requirements.Download Checker Tool
Download the checker tool for your platform from GitHub Releases:| Platform | Filename |
|---|---|
| Windows | openclaw-checker-win-x64.exe |
| macOS (Intel) | openclaw-checker-macos-x64 |
| macOS (Apple Silicon) | openclaw-checker-macos-arm64 |
| Linux | openclaw-checker-linux-x64 |
Check Items
The tool automatically checks the following:- ✅ Node.js version (requires >= 22.12.0)
- ✅ npm available
- ✅ Git available
- ✅ Network connectivity (github.com, npmjs.org, evolink.ai)

Prerequisites
1. Install Node.js
OpenClaw Manager requires Node.js 22 or higher.- Windows
- macOS
Visit Node.js official website, download the Windows installer (.msi file), and run the installation program.After installation, open PowerShell to verify:
It’s recommended to run PowerShell as administrator to avoid permission issues during installation.
2. Install Git
OpenClaw depends on Git for version management and plugin installation.- Windows
- macOS
Visit Git official website, download the Windows installer, run the installation program, and complete the installation with default options.After installation, open PowerShell to verify:
3. Get EvoLink API Key
- Log in to EvoLink Console
- Find API Keys in the console, click “Create New Key”, then copy the generated Key
- API Key usually starts with
sk-, please keep it safe
4. 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)






