mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Cannot access web interface #1933
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1933
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zkzipoo on GitHub (Sep 7, 2020).
Issue Details
Expected Behavior
Access web interface to do configurations
Actual Behavior
This site can’t be reached saying that it refused to connect. But the service is working and it blocks ads.
Screenshots
Screenshot:
Additional Information
Every other service can be accessed both with the ip and my local hostname(N1-NAS), but just adguard home refuse the connection. For example, Heimdall also listens on port 80 (mapping to 8088 on the local machine) can be accessed.
8088 - Heimdall
9000 - Portainer
8081 - Adguardhome
Please help and it really drives me crazy. I have been playing with it for days and haven't got a clue. Also, it seems to block Emby metadata search and plugin update as well.
@ameshkov commented on GitHub (Sep 8, 2020):
Change the port to 80 here.
Please note, that this port is used INSIDE the docker image.
On your host machine you have mapped 8081 -> 80 so on your host machine it will be available on port 8081