A sleek dashboard for managing your Eero mesh network
A modern, responsive web dashboard for Eero network management.
Built for operators who want fast, efficient network control.
| Dark Theme | Light Theme |
|---|---|
![]() |
![]() |
| Devices | Eeros | Profiles |
|---|---|---|
![]() |
![]() |
![]() |
| Topology | Network | Login |
|---|---|---|
![]() |
![]() |
![]() |
| 📊 Monitor | 🎛️ Control | 🎨 Experience |
|---|---|---|
| Network health & speed tests | Block/unblock devices | Dark theme dashboard |
| Device listing & search | Pause/unpause profiles | Real-time filtering |
| Eero node status | Reboot nodes | Optimistic UI updates |
# Pull and run
docker run -d --name eero-ui -p 8000:8000 \
-v eero-data:/data \
-e EERO_DASHBOARD_SESSION_SECRET=$(openssl rand -hex 32) \
ghcr.io/fulviofreitas/eero-ui:latestOpen http://localhost:8000 🎉
💡 Or clone & run locally:
./start.sh
Full documentation lives in the Wiki:
| 📖 Guide | Description |
|---|---|
| 🚀 Installation | Docker & manual setup |
| ⚙️ Configuration | Environment variables |
| 🏗️ Architecture | System design & auth flow |
| 📡 API Reference | REST endpoints |
| 🔒 Security | Best practices |
| 🛠️ Development | Local dev & testing |
| 🔄 CI/CD | GitHub Actions workflows |
| 🔧 Troubleshooting | Common issues |
| 🗺️ Roadmap | Future plans |
- eero-api — Async Python SDK for Eero API
MIT — Use freely, contribute gladly!







