Adguardhome: can't run in raspberrypi 3B+

Created on 29 Jun 2019  Â·  3Comments  Â·  Source: AdguardTeam/AdGuardHome

I install adguardhome on 3b+,after set up,always appear that"Error: control/version.json | Network Error",and then the web can't open anymore

question wontfix

Most helpful comment

Also running fine on my 3 B+.

The error seems that AdGuard Home can't connect to the Internet. Does your 3 B+ have an active internet connection? If you run this command below, does Raspbian successfully download and check for updates?

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

Also if you are coming from a Pi-hole installation, you will need to remove the settings left over.

sudo nano /etc/dhcpcd.conf and remove the static DNS set (usually at bottom of file).
You also need to sudo nano /etc/systemd/resolved.conf and remove any entries and comment out DNSStubListener=yes so it is #DNSStubListener=yes so it's back to default.

A surefire way to get things back to normal is running the following cmds:

sudo apt-get remove --purge resolvconf && sudo apt-get install resolvconf 
sudo resolvconf -u
sudo reboot

If you have time, I would fresh install Raspbian again and install AdGuard Home. Check that your Pi is getting an active working internet connection as well.

All 3 comments

I don't mean to discredit this issue but it works on my 3b running Raspbian Stretch or Buster - So it's not an issue across the board

Also running fine on my 3 B+.

The error seems that AdGuard Home can't connect to the Internet. Does your 3 B+ have an active internet connection? If you run this command below, does Raspbian successfully download and check for updates?

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

Also if you are coming from a Pi-hole installation, you will need to remove the settings left over.

sudo nano /etc/dhcpcd.conf and remove the static DNS set (usually at bottom of file).
You also need to sudo nano /etc/systemd/resolved.conf and remove any entries and comment out DNSStubListener=yes so it is #DNSStubListener=yes so it's back to default.

A surefire way to get things back to normal is running the following cmds:

sudo apt-get remove --purge resolvconf && sudo apt-get install resolvconf 
sudo resolvconf -u
sudo reboot

If you have time, I would fresh install Raspbian again and install AdGuard Home. Check that your Pi is getting an active working internet connection as well.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xenio picture xenio  Â·  4Comments

yanniedog picture yanniedog  Â·  3Comments

xiaofengcod picture xiaofengcod  Â·  3Comments

hl2guide picture hl2guide  Â·  3Comments

ameshkov picture ameshkov  Â·  3Comments