Skip to content
Claworc dashboard showing multiple OpenClaw AI agent instances running side by side
Easy-to-use orchestrator for OpenClaw

Run multiple OpenClaw agents from one self-hosted dashboard

Claworc is the open-source orchestrator for OpenClaw. Each AI worker gets its own browser, terminal, and persistent storage.

OpenClaw is an open-source runtime that gives AI agents a browser, terminal, and file system to work with. It handles the workspace for each agent. But managing many workers takes visibility, coordination, and control.

That’s where Claworc comes in:
OpenClaw runs agents. Claworc helps you operate them.

One workspace for every agent

Each Instance gives an OpenClaw agent its own isolated workspace — with chat, a live browser, terminal, file manager, and persistent storage.

Webchat built in

Chat with the agent while watching it work

The webchat runs side by side with the embedded browser, so you can send instructions and see the agent act on them in real time.

OpenClaw Instance interface with webchat and embedded browser

Live browser

Watch or control the agent's browser as it works.

Terminal

Run command-line operations inside the workspace.

File manager

Browse, upload, and edit files.

Persistent storage

Keep files across restarts and redeployments.

Each instance runs in an isolated workspace with its own file system. Claworc monitors them continuously and restarts them automatically if they crash.

Manage your entire fleet of AI agents from one place.

Claworc keeps team access simple: admins manage all OpenClaw instances, while users only see the workspaces assigned to them.

Agents connect to LLM providers through Claworc using virtual keys, so real API credentials never leave the control plane. Every request is tracked by instance, provider, token usage, and cost.

Workspace data, handled safely

Share files between instances in real time, create snapshots on demand or on a schedule, and restore workspaces when needed.

Real-time sharing

Files appear across connected instances immediately.

Flexible mapping

Choose which instances share each folder.

Scheduled backups

Back up one, several, or all instances automatically.

One-click restore

Restore to any running instance.

Claworc runs on Docker for local setups or Kubernetes for production. The control plane is a single 20 MB binary.

curl -fsSL https://raw.githubusercontent.com/gluk-w/claworc/main/install.sh | bash

Claworc is fully open source, self-hosted, and free. GitHub · Discord · Twitter · Contributions welcome