tomspark wrote:
Good news — nothing's actually broken, and you don't need to wait on an update for this one. Here's what's going on: AdGuard has two doors. Port 3054 is the first-time setup wizard, and 3053 is the normal admin page. The dashboard launcher button is built to open the normal one (3053) — but during setup, AdGuard left its admin page on the wizard's port instead of moving it over, so the button points at a door that's empty. Two ways to sort it: Easy: just bookmark http://your-server-ip:3054 and use that — it's your working AdGuard, nothing wrong with it. To make the launcher button work: open a terminal and edit AdGuard's config: sudo nano /opt/sparkbox/modules/adguard/config/conf/AdGuardHome.yaml Near the top find the line that looks like 'address: 0.0.0.0:3000' (under 'http:') and change the 3000 to 80, save (Ctrl+O, Enter, Ctrl+X), then: sudo sparkbox restart adguard After that the launcher button opens AdGuard correctly. Either path is fine — the bookmark is totally legit if you'd rather not touch the config.