Adguardhome: Can't connect to AdGuard Home Web Interface

Created on 18 Oct 2018  路  20Comments  路  Source: AdguardTeam/AdGuardHome

I flashed the latest 2018-10-09-raspbian-stretch-lite.img to the SD card and started the headless setup. Then I followed the instruction from this page:
https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi

Expected behavior

I should be able to see the AdGuard Home web interface by using that address or using the address using the IP if my raspberry pi.

Actual behavior

When I try to connect to the http://localhost:3000/ I get "This site can't be reached"

question

All 20 comments

Hi! Replace localhost with your Pi's IP address

I did and I still get
"This site can鈥檛 be reached
192.168.10.200 refused to connect."

When I used PiHole on the same RPi3 I didn't have any problem.

Initially I uninstalled PiHole and installed Adguard on the same SD card.
When it didn't work, I flashed raspbian lite again and faced the same problem in this fresh setup.
I don't know what I am doing wrong.

Does the port 3000 already opened? Maybe your firewall blocked it.

Does the port 3000 already opened? Maybe your firewall blocked it.

Do I need to manually open it? I mean I haven't change the default settings found in Raspbian.

Do I need to manually open it? I mean I haven't change the default settings found in Raspbian.

Try sudo iptables -L

If output looks like

[root@vps192261 AdGuardHome.wiki]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@vps192261 AdGuardHome.wiki]#

that mean iptables doesn't block any port, firewall is not the problem :P

Do I need to manually open it? I mean I haven't change the default settings found in Raspbian.

Try sudo iptables -L

If output looks like

[root@vps192261 AdGuardHome.wiki]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@vps192261 AdGuardHome.wiki]#

that mean iptables doesn't block any port, firewall is not the problem :P

I got the same results, so Firewall isn't the problem. What else could be doing this?

I ran sudo systemctl daemon-reload after I ran sudo systemctl enable adguard-home and
sudo systemctl start adguard-home and it is working. I still didn't manage to figure out why it wasn't working in the first place.

Maybe daemon-reload already listening on port 53, so coredns (AdGuardHome) couldn't lauch :P

I dunno but it looks like this issue.
https://github.com/AdguardTeam/AdGuardHome/issues/402

I dunno but it looks like this issue.

402

Is this supposed to be normal when I run host doubleclick.net 127.0.0.1:

Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:

doubleclick.net has address 127.0.0.1
doubleclick.net has address 127.0.0.1
doubleclick.net has address 127.0.0.1

I mean does it mean the AdGuard Home is working?

Look strange, but Yes.

change bind_host to 0.0.0.0.

change bind_host to 0.0.0.0.

Can you tell me how to change bind_host to 0.0.0.0. on rpi3 running raspbian?

change bind_host to 0.0.0.0.

Can you tell me how to change bind_host to 0.0.0.0. on rpi3 running raspbian?

image

change bind_host to 0.0.0.0.

Can you tell me how to change bind_host to 0.0.0.0. on rpi3 running raspbian?

image

Thanks. Everything is working the way it should.

I guess it can be closed now

@dfmcvn @evansan thank you so much!

using latest 0.92 hotfix arm.zip on RPI 2

Hello, facing same issue. Cannot connect on static IP 192.168.1.XXX:3000 using port DNS port 53. If i change to like 1027 in adguardhome.yaml i am able to open the page but its not connecting.

host doubleclick.net 127.0.0.1 results in connection time out, no servers could be reached.

sudo ./adguardhome says command not found.

tried the solution - I ran sudo systemctl daemon-reload after I ran sudo systemctl enable adguard-home and sudo systemctl start adguard-home and it is NOT working for me.

IP table command shows same results

sudo iptables -L

If output looks like

[root@vps192261 AdGuardHome.wiki]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Had same issue on pi4b. Any suggestion?

I've exactly the same issue. I could initially access it to setup, but since I made it my DHCP and reset my devices, I can no longer connect.

Status via pi says it's running, but I can't access the web interface.

Have you tried installing Adguard on a fresh Rpi setup? My problems resolved when I formatted my SD Card and tried the whole process again. Also make sure that your VPN is OFF when connecting to Adguard home.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yanniedog picture yanniedog  路  3Comments

thb007 picture thb007  路  3Comments

Iconology picture Iconology  路  3Comments

ameshkov picture ameshkov  路  3Comments

TXC picture TXC  路  3Comments