A lightweight mobile-first dashboard for Libre Hardware Monitor data. View CPU, GPU, VRAM, RAM, storage, and network telemetry from any device.
- Cockpit UI optimized for phones and tablets, with theme switching and collapsible detail sections.
- Realtime polling of any Libre Hardware Monitor endpoint; configurable refresh interval and data URL.
- Highlighted CPU/GPU temp & power gauges, VRAM usage, memory bar, NVMe read/write, and NIC selector for upload/download/utilization.
- Minimal Node server (
server.js) that serves/publicand proxies/data.json; can be replaced by Nginx or any static host.
PORT=8090 node server.js(or justnode server.jsfor the default 8085).- Open
http://<host>:<port>/on your phone, set the Endpoint to your actualhttp://<device>:<port>/data.json, and enjoy the cockpit.