-
-
Notifications
You must be signed in to change notification settings - Fork 12
Installation AdGuard
Stefan Allius edited this page May 10, 2026
·
2 revisions
Install and configure AdGuard Home on Home Assistant. Change the DNS server settings in the FRITZ!Box to point to AdGuard Home. Add logger.talent-monitoring.com as a DNS rewrite in AdGuard and as an exception in the DNS Rebind Protection settings of the FRITZ!Box. Test the setup with tools like nslookup or AdGuard's Query Log.
-
Install AdGuard Home:
- Open Supervisor in Home Assistant.
- Go to the App Store and install AdGuard Home.
-
Start AdGuard Home:
- Start the add-on and open its web interface (
http://<Home Assistant IP>:3000).
- Start the add-on and open its web interface (
-
Configure AdGuard:
- DNS Rewrites:
- Navigate to Settings > DNS settings > DNS rewrites.
- Add the following rewrite:
-
Domain name:
logger.talent-monitoring.com -
IP address: The local IP address of your Home Assistant, e.g.,
192.168.178.50.
-
Domain name:
- Determine the local IP address of the device running Home Assistant (e.g.,
192.168.178.50). - This IP will be used as the DNS server in the FRITZ!Box configuration.
-
Access the FRITZ!Box:
- Open
http://fritz.boxin a browser and log in.
- Open
-
Change DNS Server Settings:
- Navigate to Internet > Access Data > DNS Server.
- Select Use other DNSv4 servers.
- Enter the AdGuard IP address:
-
Primary DNS server:
192.168.178.50(AdGuard IP). - Secondary DNS server: Leave blank or enter the same IP.
-
Primary DNS server:
- Save the changes.
-
IPv6 DNS (Optional):
- If you use IPv6, under Use other DNSv6 servers, enter the IPv6 address of AdGuard.
-
Go to Home Network > Network > Network Settings tab.
-
Scroll down to the DNS Rebind Protection section.
-
Add an exception for the domain:
logger.talent-monitoring.com
-
Save the changes.
-
Test DNS Resolution:
- On a device in the network:
-
Open a terminal or command prompt and run:
nslookup logger.talent-monitoring.com
-
The response should return the IP address of Home Assistant (e.g.,
192.168.178.50).
-
- On a device in the network:
-
Check AdGuard Logs:
- Open AdGuard Home and go to Query Log.
- Verify that queries to
logger.talent-monitoring.comappear and are resolved correctly.
Please ask questions in the discussions area