Adguard Home on Windows 11
Adguard Home uses DNS to block ads and tracking software. I previously installed Adguard Home on Ubuntu and used it with Docker containers. The Ubuntu install worked well, but I had trouble getting the Docker install to work, especially on my Windows 11 laptop. For this install, I used the standard Windows 11 install, and it went pretty smoothly. Download Adguard Home from here: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.76 Unzip the file and save it in C:\Program Files\Adguard Home . Open a command prompt window and run as administrator. Perform the following commands: cd "C:\Program Files\AdGuardHome" AdGuardHome.exe -s install Ensure that the service is running with following command: AdGuardHome.exe -s status Open a web browser and go to the temporary AdGuard Home Web Portal setup page (http://127.0.0.1:3000 or http://[Your-PC-IP-Address]:3000). Follow the setup wizard to choose your network interfaces and set up your admin username and password. Now...