Skip to content
DnsLister Forum

Where domain hunters compare notes

[Update] eero Custom Dashboard v1.4.0 is in testing! Fluent redesign, interactive Health Score, Pi-hole/Technitium sync & in-app updates

Hey everyone,

Following up on the previous releases, version 1.4.0 of the open-source eero Dashboard is now in testing! Thanks to your feedback, this update packs major UI improvements, expanded DNS support, and deep optimizations.

https://preview.redd.it/21ql1vf7ojoh1.png?width=1536&format=png&auto=webp&s=903c8bf14ebcaf7cabee12ff2f9a6ffe3bf672f4

Key Highlights in v1.4.0:

  • Fluent Design & Dual Theme: Complete visual refresh inspired by Windows 11 Fluent UI, featuring instant toggle for Dark, Light, or System modes with dynamic adaptive charts.
  • Interactive Network Health Modal: Clicking the Health Score badge now reveals an in-depth breakdown across 4 pillars (Topology, WAN, Client RSSI, and Frequency distribution) with actionable tips to fix weak spots.
  • Multi-Engine DNS Sync: Along with AdGuard Home, the dashboard now syncs local DNS records with Pi-hole (v5/v6) and Technitium DNS. Includes an option to drop rotating IPv6 SLAAC addresses from polluting your query logs.
  • 1-Click In-App Docker Updates: Checks Docker Hub automatically and lets you pull updates directly through the Docker socket, Watchtower webhooks, or assisted CLI.
  • Historical RSSI Analytics: SQLite time-series logging to track individual client signal trends, link quality, and dead zones over 24h / 7d.
  • API Connection Pooling & DNS Cache: Slashed local DNS queries to api-user.e2ro.com by >99% and cut polling cycle latency from ~1.5s to ~250ms.

https://preview.redd.it/jmeah5leojoh1.png?width=680&format=png&auto=webp&s=a47be9fda24b1b14d0489a15e3790131843fdbc2

https://preview.redd.it/zkfsq5fjojoh1.png?width=633&format=png&auto=webp&s=e5c270bdc6a48934bbe8719b29b9250982335e76

How to Test:

You can pull and test the image right away:

Bash

docker run -d \ --name eero-dashboard \ -p 8085:8000 \ -v $(pwd)/data:/app/data \ -v /var/run/docker.sock:/var/run/docker.sock \ -e TZ=Europe/Rome \ --restart unless-stopped \ enricoflammini/eero-dashboard:latest 

(Note: Mounting /var/run/docker.sock is optional, only needed if you want the 1-click in-app container updater).

Let me know if you run into any quirks or have suggestions while v1.4.0 is in final testing!

Source: r/amazoneero · by /u/Alone_Ad4383

Leave a Reply

Your email address will not be published. Required fields are marked *