Hermes Control Interface
Full-featured web dashboard for Hermes Agent management. Browser-based terminal, file explorer, agent profiles, session management, cron scheduler, and token analytics.
Hermes Control Interface is the most full-featured community dashboard for Hermes. It provides browser-based terminal access, file management, agent profile switching, and real-time monitoring — all from a clean web UI. Built for single-user local networks or reverse-proxied VPS deployments.
Features
- ✓Browser terminal with PTY
- ✓File explorer + editor
- ✓Profile switching
- ✓Session management
- ✓Cron scheduler UI
- ✓Token usage analytics
- ✓Real-time WebSocket updates
Why this tool matters
The standout feature is the real PTY terminal in the browser — you can interact with Hermes exactly as you would from a local terminal, but accessible from any device. Combined with the inline file editor, you can manage your entire Hermes setup without SSH.
Session management and cron scheduler interfaces make it easy to see what Hermes has been doing and what it will do next. Token usage analytics help you track costs across different models and providers.
Security is handled properly: rate-limited auth, CSRF protection, and CSP headers. It's designed for local network use by default, but can be safely exposed through a reverse proxy.
Best use cases
FAQ
No. Clone the repo, install dependencies, and run. It auto-detects your Hermes installation at ~/.hermes/.
Yes. Set it up behind a reverse proxy (nginx, Caddy) with HTTPS and the built-in auth will protect access.
Yes. You can create, delete, and switch between agent profiles directly from the interface.