What is AdGuard Home?
AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
It operates as a DNS server that re-routes tracking domains to a “black hole”, thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers, and both share a lot of code. -https://github.com/AdguardTeam/AdguardHome
Installing AdGuard Home
- Download AdGuard Home for Windows Download
- Navigate to the Download location > Right click the downloaded AdGuardHome .zip file > Properties
- At the bottom of the dialog, look for a security message with an Unblock checkbox > If it exists, check Unblock > Click Apply > Click OK
- Extract the downloaded .zip file
- Copy the extracted AdGuardHome directory to a safe location to run from, C:\Program Files for example
- Right click AdGuardHome.exe > Properties
- Check the Run this program as an administrator box > Click Apply > Click OK
- Hold the SHIFT key and right click in the white space > Open PowerShell windows here...
- Type the following in the PowerShell window to test run AdGuard Home
.\AdGuardHome.exe
- Click Allow access if you receive a Windows Defender Firewall popup
- Back in the web browser, navigate to http://DNSorIP:3000
- Click the Get Started button
- Set the Admin Web Interface and DNS Server network interfaces and ports > Click Next
- Enter an admin username and password > Click Next
- Click Next on page 4
- Click Open Dashboard on the Congratutations page
- Log in using the admin username and password created during the install
- Welcome to AdGuardHome
Install as a Windows Service
- Click the open Command Prompt and press CTRL+C to close it
- Type the following command in the PowerShell window to run AdGuard Home as a Windows service
.\AdGuardHome.exe -s install
- Close the PowerShell window
Testing AdGuard Home DNS
- Click the Start button > Type control panel > press Enter
- Click View By > Small Icons
- Click Network and Sharing Center
- Click Change adapter settings
- Right click on the network connection > Properties
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties
- Select the radio option next to Use the following DNS server addresses
- Input the IP address of the AdGuard Home host
- Click OK on both of the open dialog windows
- Right click the Start button > Command Prompt (Admin)
- Type the following commands to flush your DNS cache and restart the network connections (note: your network connection will drop if running the commands on a remote machine)
ipconfig /flushdns
ipconfig /release
ipconfig /renew
Source: https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started