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
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.
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-upgradeAlso if you are coming from a Pi-hole installation, you will need to remove the settings left over.
sudo nano /etc/dhcpcd.confand remove the static DNS set (usually at bottom of file).You also need to
sudo nano /etc/systemd/resolved.confand remove any entries and comment outDNSStubListener=yesso it is#DNSStubListener=yesso it's back to default.A surefire way to get things back to normal is running the following cmds:
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.