Skip to main content
OpenClaw is an autonomous multi-channel personal AI agent designed to execute commands, automate tasks, and coordinate workflows across Telegram, Discord, Slack, and terminal environments. You can run OpenClaw using two primary modes: Hosted Cloud Agent (zero-maintenance deployment in the Neosantara dashboard) or Self-Hosted CLI using the @neosantara/openclaw-provider plugin.

Deployment Options


Option 1: 1-Click Hosted Cloud Agent (Dashboard)

The fastest way to deploy OpenClaw without maintaining server infrastructure is through Neosantara’s managed cloud runtime.

1. Get a Bot Token and Owner ID

  1. Open @BotFather on Telegram, send /newbot, and copy the generated Bot Token.
  2. Open @userinfobot on Telegram to find your numerical User ID.

2. Deploy from the Dashboard

  1. Navigate to app.neosantara.xyz/cloud/openclaw.
  2. Enter your Bot Token and Telegram Owner ID.
  3. Select a primary model (such as deepseek-v4.1-flash) and an optional fallback model.
  4. Click Deploy Agent.
The isolated E2B microVM boots in ~700ms whenever an incoming Telegram message arrives, and automatically pauses after 30 minutes of inactivity with zero compute cost.

Option 2: Self-Hosted CLI & Terminal

To run OpenClaw directly on your local workstation or VPS, install the official Neosantara plugin.

1. Install Neosantara Provider Plugin

Run the following command in your terminal:

2. Configure Credentials

Set your Neosantara API key via environment variables:
Alternatively, supply the key during interactive onboarding:

3. Select a Model

Set OpenClaw to route through the gateway using the neosantara/ namespace:

4. Run OpenClaw

Launch the daemon gateway or enter interactive terminal mode:

Example Command Execution

Once connected via Telegram or TUI, assign autonomous tasks to OpenClaw:
OpenClaw queries the Neosantara gateway, executes relevant command tools or web lookups, and returns structured findings.

Next Steps