How to protect your network with AdGuard Home
Learn how to protect your network remotely by using AdGuard Home as your DNS server over Meshnet.
AdGuard Home is a free and open-source tool for network protection. It can help you protect your devices from advertisements, malicious URLs, and dangerous websites. AdGuard Home is highly customizable and works network wide. However, without exposing the server device to the outside internet, you cannot use your AdGuard Home instance from a remote device or another location.
With the help of Meshnet, you can connect your AdGuard Home server and devices from anywhere in the world into a single virtual network. This technology allows you to use self-hosted LAN services, such as AdGuard Home, remotely without compromising on security.
This guide outlines the steps to install AdGuard Home on Windows, macOS, and Linux and explains how to change your DNS addresses to use it remotely.
Note
This setup cannot be used on mobile devices using cellular data. Changing the DNS addresses and keeping the Meshnet connection is not possible with such a connection method.
Begin by downloading and installing AdGuard Home on your device.
Windows
macOS
Linux
To install AdGuard Home on Windows:
- 1.
- 2.Extract the downloaded .zip file.
- 3.Open Command Prompt as an administrator by pressing the Windowskey + R, entering
cmd
, and pressing Ctrl + Shift + Enter. - 4.Navigate to the extracted AdGuard Home folder location using the
cd
command. Examplecd "C:\Users\secretmeerkat\Downloads\AdGuardHome_windows_amd64\AdGuardHome" - 5.Run the following command to install and start AdGuard Home:AdGuardHome.exe -s install
- 6.Check if the service status is
running
by using this command:AdGuardHome.exe -s status
AdGuard Home is now installed and active on your device.
To install AdGuard Home on macOS:
- 1.
- If you are using an Intel Mac, choose the AMD64 release package.
- If you are using an Apple silicon Mac, choose the 64-bit ARM release package.
- 2.Extract the downloaded .zip file by double-clicking it.
- 3.In Finder, drag the extracted AdGuard Home package to the Applications folder.
- 4.Open Terminal and navigate to the AdGuard Home folder using this command:cd /Applications/AdGuardHome
- 5.Install AdGuard Home with the following command:sudo ./AdGuardHome -s install
- 6.Enter your administrator password. The input will be hidden.
- 7.Check if the service status is
running
by using this command:sudo ./AdGuardHome -s statusExample
AdGuard Home is now installed and active on your device.
Note
When trying to install AdGuard Home, you may receive an error message that the developer cannot be verified. To proceed with the installation, open System preferences > Privacy & security, scroll down and click Allow anyway.

- 1.Open Terminal.
- 2.Run the following command to download and install AdGuard Home:sudo snap install adguard-home
When the process finishes, AdGuard Home is started automatically.
Another way to install AdGuard Home is by using an automated install script with the
curl
command.- 1.Open Terminal.
- 2.Run this command to execute the automated install script:curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
Once the installation process finishes, check if the AdGuard Home service is
running
with this command:
sudo /opt/AdGuardHome/AdGuardHome -s status

AdGuard Home is now active and ready for use.
After you install AdGuard Home, its web interface is created. By default, the interface listens on port 3000. All of the settings are configured via the web interface.
To set up your AdGuard Home account, take the following steps:
- 1.Open your internet browser and enter the following URL:
localhost:3000/
- 2.Click Get started.
- 3.In the Admin web interface section, select the port number. The default port is 80, but if it is already occupied, you can change it to another one, such as port 81. If the selected port is already in use, an error message will appear:
- 4.Under DNS server, select the Listen interface with your Meshnet IP address. • For Windows and Linux, select NordLynx. • For macOS, select utunX (where X is a number).You will see an alert that AdGuard Home cannot configure a static IP address for the selected interface. You can safely ignore this message because your device’s Meshnet IP address does not change.
- 5.Click Next.
- 6.Follow the on-screen instructions to create your account and finish the setup procedure.
With AdGuard Home, you can select from a wide range of upstream DNS addresses. In addition to standard DNS, you can also choose:
To configure your upstream DNS:
- 1.Access your AdGuard Home dashboard at
http://localhost:<port>
, replacing<port>
with the previously selected port number. To open the dashboard from a Meshnet peer device, substitutelocalhost
with the server device’s Nord name or Meshnet IP. - 2.Log in to your account.
- 3.From the dashboard, click Settings > DNS settings.
- 4.In the Upstream DNS servers field, enter your preferred DNS servers. You can choose from the list of known DNS providers.
- 5.Click Test upstreams to check if the DNS servers are working correctly and click Apply.
Now your selected upstream DNS servers are used for hostname resolution.
To enhance your network security, you have the option of adding DNS blocklists to your dashboard. You can choose from the built-in list or add your custom blocklist URLs.
- 1.From your AdGuard Home dashboard, select Filters > DNS blocklists.
- 2.Click the Add blocklist button at the bottom and select Choose from the list.
- 3.Check the blocklists that you want to include and click Save.
You will see the chosen blocklists added to the DNS blocklist table.
Now that you've completed all the necessary steps, your AdGuard Home is fully set up. To make use of its features, you need to change your device’s DNS address to the Meshnet IP of the AdGuard Home device.
Windows
Android
iOS
macOS
Linux
- 1.Right-click the Startbutton and select Network connections.
- 2.Choose the network type your device is using (Wi-Fi or Ethernet).
- 3.Find the DNS server assignment option and click Edit.
- 4.Choose Manual from the dropdown list and enable IPv4.
- 5.Enter the following information: • Under Preferred DNS, enter the Meshnet IP of the AdGuard Home server. • Under Alternate DNS, enter the DNS address of another provider.
- 6.Click Save.
- 1.Right-click the Startbutton and select Network connections.
- 2.Select Change adapter options.
- 3.Right-click your current network adapter (Wi-Fi or Ethernet) and select Properties.
- 4.In the new window, select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- 5.Select Use the following DNS server addresses.
- 6.Enter the following information:• In the Preferred DNS server field, enter the Meshnet IP of the AdGuard Home server. • In the Alternate DNS server field, enter the DNS address of another provider.
- 7.Click OK twice to apply the changes.
- 1.Open the Settings menu.
- 2.Go to Connections and select Wi-Fi.
- 3.Find your current Wi-Fi network and tap the gear icon.
- 4.Go to Advanced/View more.
- 5.Change the IP settings value to Static.
- 6.Fill in the required DNS addresses:a. Under DNS 1, enter the Meshnet IP of the AdGuard Home server. b. Under DNS 2, enter the DNS address of another provider.
- 7.Press Save (if such a button is present).
- 1.Open Settings.
- 2.Tap Wi-Fi, find your current network, and tap the Infobutton.
- 3.Tap Configure DNS and choose Manual.
- 4.Select Add server and enter the Meshnet IP of the AdGuard Home server.
- 5.Ensure that the added IP address is at the top.
- 6.Tap Save.
- 1.Go to System settings and click Network.
- 2.Select the network interface you use (Wi-Fi or Ethernet) and click Details.
- 3.Open the DNS tab and click the plus (+) button at the bottom to add the Meshnet IP of the AdGuard Home server.
- 4.Ensure that the added IP address is at the top.
- 5.Click OK to save the changes.
- 1.Go to System preferences and click Network.
- 2.Select the network interface you use (Wi-Fi or Ethernet) and click Advanced.
- 3.Open the DNS tab and add the Meshnet IP of the AdGuard Home server by clicking the plus (+) icon.
- 4.Ensure that the added IP address is at the top.
- 5.Click OK and Apply.
- 1.Open Settings, and then select either Network or Wi-Fi based on your network type.
- 2.Click the gear button and head to the IPv4 tab.
- 3.Next to DNS, disable the Automatic toggle.
- 4.In the DNS field, enter the Meshnet IP of the AdGuard Home server and the DNS of another provider, separated by a comma.
- 5.Click Apply.
- 6.Open Terminal and run the following command to restart the Network Manager daemon:sudo systemctl restart NetworkManager
- 7.Enter your sudo password. The input will be hidden.
- 1.Open Terminal and run the following command:sudo nano /etc/systemd/resolved.conf
- 2.Locate the
DNS
andFallbackDNS
lines. - 3.Uncomment the lines by removing the hash (#) symbols.
- 4.Enter the appropriate DNS addresses after the equals (=) sign, as shown:
DNS=<Meshnet IP of the AdGuard Home server>
FallbackDNS=<DNS of another provider>
Example - 5.Press Ctrl + X, Y, and Enter to exit and save the changes.
- 6.Run the following command to ensure that the network changes are applied:sudo systemctl restart systemd-resolved
- 7.Enter your sudo password. The input will be hidden.
Note
Changes in the
/etc/systemd/resolved.conf
file take priority over settings in the Network Manager. Therefore, if you apply the DNS change directly via the Network Manager settings, ensure that there are no custom configurations in the previously mentioned resolved.conf
file. Otherwise, the specified DNS addresses will not be used.
Last modified 2d ago