Nathan Warawa Posted Wednesday at 04:00 AM Posted Wednesday at 04:00 AM I got an Orange Pi Zero 3 (1.5GB) to run Adguard Home. I tried the latest Armbian image (25.5.1), first with DE, then without... same problem. I run the config wizard and install AdGuard Home through it, set it up via the browser (192.168.0.6:3000), then reboot to make sure the service loads properly on boot... which it doesn't. Well, the service SEEMS to be running, according to the monitor, but I can no longer access AdGuard via the browser (and yes, I reserved 192.168.0.6 for the Orange Pi in the router). 0 Quote
Igor Posted Wednesday at 09:57 AM Posted Wednesday at 09:57 AM 5 hours ago, Nathan Warawa said: but I can no longer access AdGuard via the browser I have installed AdGuard https://docs.armbian.com/User-Guide_Armbian-Software/DNS/#adguardhome on a clean Armbian bookworm on some Rockchip device running vendor kernel. Boot logs: https://paste.armbian.com/hibaporove.yaml Reboot and AdGuard normally works after: https://paste.armbian.com/enomawupip.yaml It could be some SD card issue. Try - different one. 5 hours ago, Nathan Warawa said: I run the config wizard and install AdGuard Home through it If you didn't use Armbian install method, then check system logs to see what is failing ... Armbian is Debian or Ubuntu from userspace perspective, so it could be some AdGuard install issue. 0 Quote
subhan Posted Wednesday at 06:42 PM Posted Wednesday at 06:42 PM Check if AdGuard is binding to the correct IP after reboot. You can verify this in the AdGuardHome.yaml file—make sure bind_host is set to 0.0.0.0 or your static IP. Also confirm the service is listening with sudo netstat -tulnp | grep 3000 and check logs with journalctl -u AdGuardHome. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.