Story

Show HN: Claworc – Manage multiple OpenClaw instances from a single dashboard

Dm_Linov Tuesday, February 10, 2026

My friend wanted to give everyone on my team their own OpenClaw agent but quickly ran into the obvious problems: no isolation, no auth, no way to manage N instances without it becoming a mess.

Claworc is a lightweight control plane that wraps each OpenClaw instance in its own container. You get a web UI to create/stop/remove instances, watch the agent's browser live via proxied noVNC, chat with agents, manage files, and stream logs. All traffic goes through a single entry point with authentication.

Access control is multi-user with admin and user roles — admins manage everything, users only see instances assigned to them. You set global API key defaults so you're not copy-pasting keys into every instance, but each instance can override with its own model and keys. Works with any LLM that OpenClaw supports.

Deploys on Docker for a single box or Kubernetes for production. The control plane is a single Go binary serving the dashboard and proxy.

Instances are fully isolated (separate filesystems, no inter-instance communication), monitored by systemd, and auto-restarted on crash. Storage persists across restarts.

Open source, self-hosted, MIT licensed. Feedback and contributions welcome.

Summary
The article discusses the Claworc project, an open-source tool that enables the automation and orchestration of cloud infrastructure. Claworc provides a unified interface for managing cloud resources across multiple providers, simplifying the deployment and management of complex cloud environments.
1 0
Summary
github.com
Visit article Read on Hacker News