A clean, local web-based dashboard for monitoring and controlling Miners (and other AxeOS) solo miners.
Built as a self-hosted alternative to mobile apps like HashWatcher, optimized for Linux/Umbrel users.
- Real-time hashrate, temperature, VR temp, power, and efficiency monitoring
- Clean, modern dark UI with live charts
- Monitor + Control tabs
- Restart, Turbo Overclock, and Eco Mode controls
- fan controls auto or manual (with slider)
- confetti animation on load (for fun)
- Fully local — no cloud, no accounts
- Runs on port 4000 by default
- Auto-updates every 4 seconds
- Node.js + Express
- Socket.io for real-time updates
- Tailwind CSS + Chart.js
- Runs great on Umbrel, Raspberry Pi, or any Linux machine
- Clone the repository:
git clone https://github.com/Bitdolorian/Miner-Dashboard.git cd Miner-Dashboard
npm install
pm2 start server.js --name hash-dashboard
pm2 save
pm2 startup
http://YOUR_LOCAL_IP:4000
Click + Add Miner and enter your Miner's local IP address. Switch between Monitor and Control tabs. Use the buttons in the Control tab to restart or overclock your miner.
If you find this project useful, consider supporting development:BTC: bc1qntqv9n253pyt0sr4pr7qr7p8vv26n40nav3wa2
MIT License — feel free to fork and modify.
Made by a solo miner for the solo mining community.

