Qingshan Chen 8c02c18800
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
Fix scheduled release publishing flow (#10)
2026-03-24 11:00:05 +08:00
2026-03-20 19:06:48 +08:00
2026-03-23 14:54:49 +08:00
2026-03-23 14:54:49 +08:00

ClawManager

ClawManager

A Kubernetes-first control plane for managing OpenClaw and Linux desktop runtimes at team and cluster scale.

Languages: English | 中文 | 日本語 | 한국어 | Deutsch

ClawManager Platform Go 1.21+ React 19 Kubernetes Native MIT License

What It Is

ClawManager helps teams deploy, operate, and access desktop runtimes on Kubernetes from one place.

It is built for environments where you need to:

  • create desktop instances for multiple users
  • control quotas, runtime images, and lifecycle centrally
  • keep desktop services inside the cluster
  • give users secure browser access without exposing pods directly

Why Users Pick It

  • One admin panel for users, quotas, instances, and runtime images
  • OpenClaw support with import/export for memory and preferences
  • Secure desktop access through the platform instead of direct pod exposure
  • Kubernetes-native deployment and operations flow
  • Works for both admin-managed rollout and self-service instance creation

ClawManager Overview

Quick Start

Prerequisites

  • A working Kubernetes cluster
  • kubectl get nodes works

Deploy

Apply the bundled manifest:

kubectl apply -f deployments/k8s/clawmanager.yaml
kubectl get pods -A
kubectl get svc -A

Build From Source

If you want to run or package ClawManager from source instead of using the bundled Kubernetes manifest:

Frontend

cd frontend
npm install
npm run build

Backend

cd backend
go mod tidy
go build -o bin/clawreef cmd/server/main.go

Docker Image

Build the full application image from the repository root:

docker build -t clawmanager:latest .

Default Accounts

  • Default admin account: admin / admin123
  • Default password for imported admin users: admin123
  • Default password for imported regular users: user123

First Use

  1. Log in as admin.
  2. Create or import users and assign quotas.
  3. Review or update runtime image cards in system settings.
  4. Log in as a user and create an instance.
  5. Access the desktop through Portal View or Desktop Access.

Main Capabilities

  • Instance lifecycle management: create, start, stop, restart, delete, inspect, and sync
  • Runtime types: openclaw, webtop, ubuntu, debian, centos, custom
  • Runtime image card management from the admin panel
  • User quota control for CPU, memory, storage, GPU, and instance count
  • Cluster resource overview for nodes, CPU, memory, and storage
  • Token-based desktop access with WebSocket forwarding
  • CSV-based bulk user import
  • Multilingual interface

Product Flow

  1. An admin defines users, quotas, and runtime image policies.
  2. A user creates an OpenClaw or Linux desktop instance.
  3. ClawManager creates and tracks the Kubernetes resources.
  4. The user accesses the desktop through the platform.
  5. Admins monitor health and capacity from the dashboard.

Architecture

Browser
  -> ClawManager Frontend
  -> ClawManager Backend
  -> MySQL
  -> Kubernetes API
  -> Pod / PVC / Service
  -> OpenClaw / Webtop / Linux Desktop Runtime

Configuration Notes

  • Instance services stay on Kubernetes internal networking
  • Desktop access goes through the authenticated backend proxy
  • Runtime images can be overridden from system settings
  • Backend deployment is best kept inside the cluster

Common backend environment variables:

  • SERVER_ADDRESS
  • SERVER_MODE
  • DB_HOST
  • DB_PORT
  • DB_USER
  • DB_PASSWORD
  • DB_NAME
  • JWT_SECRET

CSV Import Template

Username,Email,Role,Max Instances,Max CPU Cores,Max Memory (GB),Max Storage (GB),Max GPU Count (optional)

Notes:

  • Email is optional
  • Max GPU Count (optional) is optional
  • all other columns are required

License

This project is licensed under the MIT License.

Open Source

Issues and pull requests are welcome.

S
Description
Yuan-lab-LLM/ClawManager|GitHub 镜像 1.9k · 🍴 150
https://github.com/Yuan-lab-LLM/ClawManager Readme MIT 76 MiB
Languages
TypeScript 50.5%
Go 47.8%
CSS 1%
JavaScript 0.5%
Shell 0.1%