Skip to main content

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:

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:

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)
Check success example If the check fails, the tool will provide specific fix suggestions.

Prerequisites

1. Install Node.js

OpenClaw Manager requires Node.js 22 or higher.
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.
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:
  • 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

  1. Search for @BotFather on Telegram, click START BOT Start BotFather
  2. Send /newbot, follow the prompts to set a name and get your Bot Token (format: 123456789:ABCdef...) Create Bot
  3. Get your Telegram User ID: send /start to @userinfobot and note the numeric ID

Step 1: Download & Run

Download the executable for your platform from Releases: GitHub Releases page Download executable
Make sure Node.js 22+ is installed.
Windows users right-click and run as administrator. macOS / Linux users run with sudo in terminal:
The script will check for and install OpenClaw if needed, then start the local web management interface and open your browser. Create new instance

Step 2: Create an Instance

2.1 — Basic Info

Basic info

2.2 — Credentials & Deploy

All channels require an EvoLink API Key.
Enter the Bot Token from @BotFather, then click Deploy.The script will automatically:
  1. Create the OpenClaw config file
  2. Write model and API Key settings
  3. Configure and enable the Telegram plugin
  4. Install and start the gateway service Telegram credentials
Wait for the progress bar to complete, then you’ll advance to the next step automatically.

2.3 — Connect

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.Telegram connect

Manage Instances

After deployment, the home page displays all instances: Instance management Each instance card shows the model and channel in use. Available actions:
  • Start / Stop: Start or stop the gateway service
  • Delete: Remove the instance (stops the gateway and cleans up all config files)
Click + New Instance to create multiple instances, each running independently on a different port.