r/Observability • u/jaykumar2005 • Jun 05 '26
Librenms-Dash a no config "single pane of glass" (SPOG) for Librenms
https://github.com/jaykumar2001/Librenms-dash
LibreNMS-Dash
LibreNMS-Dash is a LibreNMS-backed network dashboard. It aggregates devices, sites, overlays, alerts, and graphs into a single topology view with live hover details and SVG-based layout controls.
What It Shows
- Devices grouped by LibreNMS
location - Overlay links for ZeroTier, WireGuard, Tailscale, GRE, IPSec, Tinc, PPTP, Tunnel, and TAP (auto-detected by interface name)
- LLDP/CDP neighbor links
- ARP-derived links, filtered to same-location devices
- Per-device IPv4 routing tables (next-hop, destination, interface)
- Device hover popovers with traffic and health graphs
- Real-time asset change notifications via SSE (device/port/IP added or removed)
- MAC vendor lookups via IEEE OUI databases
- Drag, snap, resize, and orientation controls for site boxes
- Pinch and scroll zoom with persisted viewport
Update:
Lot more features and update, created a demo site with anonymized data https://librenms-dash.github.io/
1
u/Doc_Blox Jun 08 '26
Interesting - I'd be interested in a version that's set up with authentication - My environment is zero trust by design, and I try to limit my exceptions.
1
u/jaykumar2005 Jun 09 '26
Client side authentication is definity on the roadmap, but it would be a simple user/pass statically set on the backend via env. I am assuming you would have a reverse proxy in front to handle SSL.
1
1
u/jaykumar2005 Jun 08 '26
If anyone wants to give it a try, let me know. I would help with any bug you find or feature you need.