
Little AdGuard Home dashboard POC I’ve been tinkering with
I’ve been playing around with a small AdGuard Home dashboard in my free time.
Mostly started because I wanted an easier way to understand what was happening on my network without scrolling through query logs forever.
Right now I can get a better view of noisy clients, repeated domain activity, blocked vs allowed traffic, and which blocklists or allowlists are actually being hit. I’m also working toward easier drill-down by client, because that’s usually where I want to start when something looks weird.
It’s still just a hobby POC, not some polished project. The next big challenge is making the database side faster and smaller, because DNS logs get large really quickly.
Screenshot is sanitized to hide real clients and domains.
Curious if anyone else would find this kind of thing useful, or what views/stats you’d want if you were troubleshooting your own setup.
Ps. This is not just a mockup. It actually works.