Web Analytics

clawbridge

⭐ 225 stars English by dreamwing

ClawBridge Logo

ClawBridge Dashboard

The OpenClaw Mobile Dashboard & Mission Control.

Website OpenClaw License

[ English | 简体中文 ]


ClawBridge is the definitive Mobile Dashboard for OpenClaw agents. It serves as your pocket-sized Mission Control—monitor real-time thoughts, track token costs, and manage background tasks from anywhere, securely and instantly.

✨ Key Features

🚀 Installation

Run this one-liner on your OpenClaw server (Ubuntu/Debian):

curl -sL https://clawbridge.app/install.sh | bash
That's it. The script will:

📱 Usage

1. Zero-Config Access (Default)

If you just want to try it out, the installer provides a Quick Tunnel URL: https://.trycloudflare.com/?key=

2. VPN Direct Access (Privacy First)

If Tailscale or WireGuard is detected, the installer skips the public tunnel and gives you a private link: http://:3000/?key=

3. Permanent Public Domain (Advanced)

Want a fixed URL like dash.yoursite.com?
    cd skills/clawbridge
    ./install.sh --token=
    ``
    
  • Or force a new Quick Tunnel: ./install.sh --force-cf
  • After the installation is successful, go back to the Cloudflare Tunnel's Public Hostname (or Routes) page and click Add a public hostname to bind your own domain to localhost:3000 for permanent access.

4. Docker (Containerized)

You can run ClawBridge as a Docker container. The images are automatically published to the GitHub Container Registry (ghcr.io).
bash docker pull ghcr.io/dreamwing/clawbridge:latest docker run -d --name clawbridge \ -p 3000:3000 \ -e ACCESS_KEY=your_secret_key \ -e OPENCLAW_STATE_DIR=/openclaw \ -e OPENCLAW_WORKSPACE=/openclaw/workspace \ -v ~/.openclaw:/openclaw:ro \ -v ./data:/app/data \ ghcr.io/dreamwing/clawbridge:latest ``

📱 Mobile App (PWA)

🛠️ Tech Stack

Credits

Special thanks to our community for helping improve ClawBridge:

--- MIT License. Built for the OpenClaw Community.

--- Tranlated By Open Ai Tx | Last indexed: 2026-05-14 ---