Install AdGuard Home on Linux - Cross Platform Pi-Hole Alternative

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=JbkwKr1Hd5Y



Duration: 1:38
1,032 views
11


#AdGuard #Pi-Hole #AdBlocker

*** Updated 06/03/2023

Full steps can be found at https://i12bretro.github.io/tutorials/0427.html

--------------------------------------------------------------------
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
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Run the following commands in a terminal window
         # download the latest adguard home release
         wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz
         # extract the downloaded tar.gz
         sudo tar xvf AdGuardHome_linux_amd64.tar.gz
         # change directory into the extracted folder
         cd AdGuardHome
         # install AdGuardHome as a service
         sudo ./AdGuardHome -s install
   03. Open a web browser and navigate to http://localhost:3000
   04. Click the Get Started button
   05. Set the Admin Web Interface and DNS Server network interfaces and ports ≫ Click Next
   06. Enter an admin username and password ≫ Click Next
   07. Click Next on page 4
   08. Click Open Dashboard on the Congratutations page
   09. Log in using the admin username and password created during the install
   10. Welcome to AdGuardHome
 
Source:  https://github.com/AdguardTeam/AdGuardHome#getting-started
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
i12bretro
How To
Tutorial
AdGuard
DNS
Ad Blocker
Pi-Hole
Alternative
Networking