Discover and explore top open-source AI tools and projects—updated daily.
tugcantopalogluSecure dashboard for AI agent oversight
Top 53.1% on SourcePulse
OpenClaw Agent Dashboard provides a secure, real-time monitoring and management interface for OpenClaw AI agents. It addresses the need for centralized visibility into agent activity, resource usage, and system health, targeting users who manage multiple AI agents. The dashboard offers enhanced security features and a user-friendly web interface, streamlining operational oversight.
How It Works
This project is a pure Node.js application, designed with minimal dependencies, requiring no external database or npm packages. It connects to running OpenClaw agents to stream real-time data, including session activity, API usage, costs, and system metrics. Core functionalities are delivered via a web server, with robust security measures like PBKDF2 password hashing and optional TOTP Multi-Factor Authentication (MFA) for user access control.
Quick Start & Requirements
cd into the directory, and run node server.js.jq (for Docker management), tmux (for Claude CLI scraper), python3 (for Claude parser), docker.install.sh script is provided to set up the dashboard as a systemd service for auto-start and crash recovery.Highlighted Details
Maintenance & Community
The project is maintained by Tuğcan Topaloğlu, with support available via GitHub Issues and Twitter (@tugcantopaloglu). Contributions are welcomed through standard GitHub pull request workflows.
Licensing & Compatibility
The dashboard is released under the MIT License, permitting broad use, modification, and distribution, including for commercial purposes.
Limitations & Caveats
The dashboard is explicitly not hardened for public internet exposure and is designed for local or private network (e.g., Tailscale) access. Exposing it publicly requires a reverse proxy with HTTPS and additional security measures. In-memory rate limiting resets upon service restart.
3 weeks ago
Inactive
aliasrobotics