comprobot-dashboard
v1.0.2
Published
Web dashboard for Comprobot to start/stop the bot, edit config files, update the Discord profile, and monitor live logs
Maintainers
Readme
Comprobot Dashboard
A web dashboard for Comprobot to start/stop the bot, edit config files, update the Discord profile, and monitor live logs and moderation stats.

Requirements
Install Bun
curl -fsSL https://bun.sh/install | bashWindows:
powershell -c "irm bun.sh/install.ps1 | iex"Install
bunx comprobot-dashboardThis installs the dashboard as a background service that starts automatically on login and restarts on crash.
| Platform | Mechanism |
|----------|-----------|
| macOS | launchd (~/Library/LaunchAgents/) |
| Linux | systemd user service (~/.config/systemd/user/) |
| Windows | Startup folder |
The dashboard runs at http://localhost:7626. To use a different port, set the PORT environment variable beforehand.
Install from source
git clone https://github.com/badluma/Comprobot-Dashboard
cd Comprobot-Dashboard
bun installRun manually
bun startFor development with automatic reload on changes:
bun devDisclaimer
This dashboard is entirely made by AI, so there might be bugs or unexpected behavior. If you are a web developer and want to help make a better version, feel free to contact me on Discord or just create a pull request.
