Learn how to protect your network remotely by using AdGuard Home as your DNS server over Meshnet.
Introduction
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
Changing DNS addresses while using cellular data and keeping the Meshnet connection active is not possible. If you are using a mobile device with a cellular connection, you will need to use AdGuard Home with a VPN connection.
Install AdGuard Home
Begin by downloading and installing AdGuard Home on your device.
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.
Extract the downloaded .zip file by double-clicking it.
Open Terminal and navigate to the AdGuard Home folder using this command:
cd/Applications/AdGuardHome
Install AdGuard Home with the following command:
sudo./AdGuardHome-sinstall
Enter your administrator password. The input will be hidden.
Check if the service status is running by using this command:
sudo./AdGuardHome-sstatus
Example
AdGuard Home is now installed and active on your device.
Note
When trying to install AdGuard Home, you may receive an error message indicating that the developer cannot be verified. To proceed with the installation, open System preferences > Privacy & security, scroll down and click Allow anyway.
Method 1: Using the Snap Store
For a quick and easy installation, you can download AdGuard Home from the Snap Store.
Open Terminal.
Run the following command to download and install AdGuard Home:
sudosnapinstalladguard-home
When the process finishes, AdGuard Home is started automatically.
Method 2: Using an automated install script
Another way to install AdGuard Home is by using an automated install script with the curl command.
Open Terminal.
Run this command to execute the automated install script:
Once the installation process finishes, check if the AdGuard Home service is running with this command:
sudo/opt/AdGuardHome/AdGuardHome-sstatus
AdGuard Home is now active and ready for use.
Configure AdGuard Home settings
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.
Set up your account
To set up your AdGuard Home account, take the following steps:
Open your internet browser and enter the following URL:
localhost:3000/
Click Get started.
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:
Under DNS server, make sure that the All interfaces option is selected. This option allows you to use AdGuard Home locally and remotely over Meshnet.
Click Next.
Follow the on-screen instructions to create your account and finish the setup procedure.
Select your upstream DNS
With AdGuard Home, you can select from a wide range of upstream DNS addresses. In addition to standard DNS, you can also choose:
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, substitute localhost with the server device’s Nord name or Meshnet IP.
Log in to your account.
From the dashboard, click Settings > DNS settings.
In the Upstream DNS servers field, enter your preferred DNS servers. You can choose from the list of known DNS providers.
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.
Choose your blocklists
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.
From your AdGuard Home dashboard, select Filters > DNS blocklists.
Click the Add blocklist button at the bottom and select Choose from the list.
Check the blocklists that you want to include and click Save.
You will see the chosen blocklists added to the DNS blocklist table.
Use AdGuard Home DNS over Meshnet
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.
Without a VPN connection
Windows 11
Choose the network type your device is using (Wi-Fi or Ethernet).
Find the DNS server assignment option and click Edit.
Choose Manual from the dropdown list and enable IPv4.
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.
Click Save.
Windows 10
Select Change adapter options.
Right-click your current network adapter (Wi-Fi or Ethernet) and select Properties.
In the new window, select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Select Use the following DNS server addresses.
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.
Click OK twice to apply the changes.
Open the Settings menu.
Go to Connections and select Wi-Fi.
Find your current Wi-Fi network and tap the gear icon.
Go to Advanced/View more.
Change the IP settings value to Static.
Fill in the required DNS addresses:
Under DNS 1, enter the Meshnet IP of the AdGuard Home server.
Under DNS 2, enter the DNS address of another provider.
Press Save (if such a button is present).
Open Settings.
Tap Configure DNS and choose Manual.
Ensure that the added IP address is at the top.
Tap Save.
macOS Ventura 13 and newer
Go to System settings and click Network.
Select the network interface you use (Wi-Fi or Ethernet) and click Details.
Open the DNS tab and click the plus (+) button at the bottom to add the Meshnet IP of the AdGuard Home server.
Ensure that the added IP address is at the top.
Click OK to save the changes.
macOS Monterey 12 and older
Go to System preferences and click Network.
Select the network interface you use (Wi-Fi or Ethernet) and click Advanced.
Open the DNS tab and add the Meshnet IP of the AdGuard Home server by clicking the plus (+) icon.
Ensure that the added IP address is at the top.
Click OK and Apply.
Method 1: Using Network Manager
Open Settings, and then select either Network or Wi-Fi based on your network type.
Click the gear button and head to the IPv4 tab.
Next to DNS, disable the Automatic toggle.
In the DNS field, enter the Meshnet IP of the AdGuard Home server and the DNS of another provider, separated by a comma.
Click Apply.
Open Terminal and run the following command to restart the Network Manager daemon:
sudosystemctlrestartNetworkManager
Enter your sudo password. The input will be hidden.
Method 2: Using Terminal
Open Terminal and run the following command:
sudonano/etc/systemd/resolved.conf
Locate the DNS and FallbackDNS lines.
Uncomment the lines by removing the hash (#) symbols.
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
Press Ctrl + X, Y, and Enter to exit and save the changes.
Run the following command to ensure that the network changes are applied:
sudosystemctlrestartsystemd-resolved
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.
Open the Android TV Settings menu.
Select Network & internet.
Choose your network and change the IP settings value to Static.
Enter your device's local IP address, network gateway, and network prefix length.
Type in the DNS addresses:
In the DNS 1 field, enter the Meshnet IP address of your AdGuard Home device.
In the DNS 2 field, enter the DNS address of another provider.
With a VPN connection
Meshnet allows you to use your custom, self-hosted DNS server alongside a VPN connection via the NordVPN app. Follow these steps to use your AdGuard Home DNS when connected to a VPN server:
Open the NordVPN app.
Select the Connection section.
Enable the Use custom DNS toggle and click the dropdown arrow.
In the first field, paste the copied Meshnet IP address.
Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.
Note
Open the NordVPN app.
In the lower-right corner, tap Profile, and then select Settings.
Under VPN and security, tap DNS.
Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.
Note
Open the NordVPN app.
Under VPN connection, tap Protocol.
In the Enter custom DNS address field, paste the copied Meshnet IP address.
Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.
Note
Note
The custom DNS feature is available only on the direct download version of the NordVPN app.
Open the NordVPN app.
On the left, select the DNS section.
Click Add new DNS.
In the new entry, paste the copied Meshnet IP address.
Turn on the Enable custom DNS servers toggle.
Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.
Note
Open Terminal.
Run the following command, replacing <MeshnetIP> with your AdGuard Home device's Meshnet IP address:
nordvpnsetdns<MeshnetIP>
Example
Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.
Note
Make sure that Threat protection lite is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.
To disable Threat Protection lite, use the nordvpn set tplite off command.
Open the NordVPN app.
Under App settings, select the DNS card and choose Custom.
Select Add server.
Enter the Meshnet IP address of your AdGuard Home device.
Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.
Open Command Prompt as an administrator by pressing the Windows key + R, entering cmd, and pressing Ctrl + Shift + Enter.
In Finder, drag the extracted AdGuard Home package to the Applications folder.
Right-click the Start button and select Network connections.
Right-click the Start button and select Network connections.
Tap Wi-Fi, find your current network, and tap the Info button.
Select Add server and enter the Meshnet IP of the AdGuard Home server.
Navigate to Devices inMeshnet and copy the Meshnet IP address of your AdGuard Home device.
In the lower-left corner, click Settings .
On the right, click the Save checkmark.
In Threat protection pro > Web protection, ensure that the DNS filtering toggle is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.
Navigate to Meshnet > Manage devices and copy the Meshnet IP address of your AdGuard Home device.
Select Custom, paste the copied Meshnet IP address, and tap Add.
In Profile > Settings, ensure that the Threat protection option is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.
Navigate to Meshnet > Manage devices and copy the Meshnet IP address of your AdGuard Home device by tapping it.
In the lower-right corner, tap Profile .
In the upper-right corner, select Settings .
In the Profile menu, ensure that the Threat protection option is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.
Navigate to Meshnet and copy the Meshnet IP address of your AdGuard Home device.
In the lower-left corner, click Settings .
In Threat protection pro > Overview, ensure that the DNS filtering toggle is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.
Navigate to the Settings tab.
On the Settings tab, under App settings, ensure that the Threat protection lite option is turned off. Otherwise, the Threat Protection feature will overwrite the custom DNS change.