Skip to content

Introducing Claworc — Open-Source AI Agent Fleet Orchestrator

We're open-sourcing Claworc, a self-hosted dashboard for running and managing multiple OpenClaw AI agent instances from a single control plane.

Tags:open-sourcereleaseai-agentsorchestration

We’re excited to open-source Claworc — the OpenClaw orchestrator.

Running one OpenClaw instance is easy. Running ten is a spreadsheet nightmare: which container is on which machine, who has access, which API keys go where, how do you rotate credentials without disrupting running agents?

Claworc solves this by giving every agent its own isolated environment while you manage the whole fleet from one dashboard.

Each agent instance gets:

  • A dedicated browser (Chrome, Chromium, or Brave) with VNC access
  • A full terminal, also accessible via VNC
  • Persistent storage that survives container restarts
  • Its own virtual API key through the built-in LLM gateway

You manage all of it from a single web UI: create, start, stop, restart, and delete instances; stream live logs; open an SSH terminal; edit the OpenClaw config; set CPU and memory limits.

Claworc was designed for teams from day one. Role-based access control keeps users limited to their own instances. API keys are encrypted at rest. All instance access goes through SSH tunnels — no agent ports need to be exposed. Passkey (WebAuthn) support is built in alongside password auth.

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

Terminal window
curl -fsSL https://claworc.com/install.sh | bash

Read the quickstart guide to run your first agent fleet in under five minutes.