HashBrowns Command Center is a multi-client DreamBot organizer / manager that lets you run and manage a lot of clients in one clean dashboard without everything turning into a mess.
- Organize lots of clients in one window (20+ supported)
- Scale tiles so they stay usable at high client counts
- Quick client control flow
- Right-click tile actions (Mute/Unmute client, Close client)
- Top-bar controls for Mute All, Tile Click Control, Close All
- Settings menu for FPS/layout/performance
- Scalable grid layout for large multi-client sessions
- Click-to-control workflow with optional prompts
- Per-client and global audio controls
- Startup setup prompt if DreamBot JAR path is not configured
- Full source code included for transparency
- Download this repo as ZIP and extract it.
- Open the extracted folder.
- Run:
powershell -ExecutionPolicy Bypass -File .\Build-Portable.ps1- After build finishes, open this folder:
HashBrowns-Command-Center
- Run this file:
HashBrowns Command Center.exe
ClientDashboard/- Main WPF app source code
AutoTest and OneClick-LiveDreamBotTest.ps1 are not required for normal users and are not included in this repo.
- Windows 10/11
- .NET 8 SDK (for building from source)
dotnet build ClientDashboard/ClientDashboard.csprojdotnet run --project ClientDashboard/ClientDashboard.csprojdotnet publish ClientDashboard/ClientDashboard.csproj -c Release -o ClientDashboard/publish- If you used
Build-Portable.ps1, the exe is here:HashBrowns-Command-Center\HashBrowns Command Center.exe
- If you used
dotnet publishmanually, the exe is in whatever output folder you passed with-o.





