How to Install Pi-Hole on Your Asustor NAS

How to Install Pi-Hole on Your Asustor NAS

Pi-Hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole (and, optionally, a DHCP server), intended for use on a private network. What is a DNS sinkhole? A DNS sinkhole, also known as a sinkhole server, Internet sinkhole, or Blackhole DNS is a DNS server that gives out false information, to prevent the use of a domain name. It is designed for use on embedded devices with network capability, such as the Raspberry Pi, but it can be used on other machines running Linux like Asustor NAS and cloud implementations. Pi-Hole has the ability to block traditional website adverts as well as adverts in unconventional places, such as smart TVs and mobile operating system adverts. In this step by step guide I will show you how to install Pi-HoleĀ on your Asustor NAS using Docker and Dockhand.

šŸ’”Note: This guide works perfectly with the latest version of Pi-Hole v6.4.1Docker Version 2026.04.1 and ADM 5.1.3.RGO1

šŸ’”Note: Check out my new guide on how to Install Pi-Hole V6 on Your Synology NAS.

šŸ’”Note: Check out my new guide on how to Install Pi-Hole V6 on Your UGREEN NAS.

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

āš ļøMandatory: Update your Asustor NAS Firmware to the latest version. Go to Settings / left sidebar ADM Maintenance / ADM Update tab. Click Update Now and update your NAS with the latest Firmware.

  • STEP 3

Add Google DNS. Go to SettingsĀ /Ā NetworkĀ /Ā General tab. On the DNS server area, type in 8.8.8.8 andĀ 8.8.4.4 Click Apply. Follow the instructions in the image below.

Asustor NAS ADM Google DNS Network PiHole

  • STEP 4

InstallĀ Dockhand using my step by step guide. If you already have Dockhand installed on your Asustor NAS, skip this STEP. āš ļøAttention: Make sure you have installed the latest Dockhand version.

  • STEP 5

Go toĀ File ExplorerĀ and open the Docker folder. Inside the Docker folder, create one new folder and name it pihole. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

Pi-Hole Asustor NAS Set up 1

  • STEP 6

Now create two new foldersĀ inside the pihole folder that you previously created at STEP 5 and name them piholeĀ and dnsmasq.dĀ Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

Pi-Hole Asustor NAS Set up 2

  • STEP 7

Open your browser and type in http://asustor-ip-address:3866 to connect to your Dockhand container. On the left sidebar, click Stacks then + Create. Follow the instructions in the image below.

Asustor NAS Add Stack 1

  • STEP 8

In the Stack name field, type in pihole. āš ļøWarning: Type in the name in lowercase letters. The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Follow the instructions in the image below.

Note: Copy Paste the code below in the Dockhand Compose Stack then click Create & Start.

services:
  pihole:
    image: pihole/pihole
    container_name: Pi-Hole
    network_mode: host
    security_opt:
      - no-new-privileges:false
    volumes:
      - /volume1/Docker/pihole/dnsmasq.d:/etc/dnsmasq.d:rw
      - /volume1/Docker/pihole/pihole:/etc/pihole:rw
    environment:
      FTLCONF_webserver_api_password: Mariushosting@4
      FTLCONF_webserver_port: 8080
      FTLCONF_dns_listeningMode: all
      TZ: Europe/Bucharest
      DNSMASQ_USER: pihole #or root NOT recommended to use root.
      PIHOLE_UID: 1026
      PIHOLE_GID: 999
    cap_add:
      - SYS_TIME
      - SYS_NICE
    restart: on-failure:5

Note: Before you paste the code above in the Web editor area below, change the value for FTLCONF_webserver_api_password and add your own password. Mariushosting@4 is an example for a password, you should use your own password.
Note: Before you paste the code above in the Web editor area below, change the value for TZ.Ā (Select your current Time Zone from this list.)
Note: Before you paste the code above in the Web editor area below, change the value numbers for PIHOLE_UID and PIHOLE_GID with your own UID and GID values. (Follow my step by step guide on how to do this.)

Pi-Hole Asustor NAS Set up 3

  • STEP 9

If everything goes right, you will see the following message at the bottom right of your screen: ā€œCreated stack “pihole”ā€œ.

Asustor NAS stack success

  • STEP 10

🟢Please Support My work by Making a Donation. Almost 99,9% of the people that install something using my guidesĀ forget to support my work, or justĀ ignoreĀ STEP 1. I’ve been very honest about this aspect of my work since the beginning: I don’t run any ADS, I don’t require subscriptions, paid or otherwise, I don’t collect IPs, emails, and I don’t have any referral links from Amazon or other merchants. I also don’t have any POP-UPs or COOKIES. I have repeatedly been told over the years how much I have contributed to the community. It’s something I love doing and have been honest about my passion since the beginning. But I also Need The Community to Support me Back to be able to continue doing this work.

  • STEP 11

The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser and type in http://asustor-ip-address:8080/admin/login Type in the Password (FTLCONF_webserver_api_password) that you have previously created at STEP 8. Click Log in. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 5

  • STEP 12

Your Pi-hole dashboard at a glance!

Pi-Hole Asustor NAS Set up 6

Fix: If you are experiencing the following issues:
Cannot bind to IPv4 address 0.0.0.0:123 (Address in use), IPv4 NTP server not available
Cannot bind to IPv6 address :::123 (Address in use), IPv6 NTP server not available

Go to Pi-Hole / Settings / System / At the top right of the page, switch from Basic to Expert. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 7

After you have activated the Expert function above, go to Pi-Hole / Settings / All Settings / Switch to All settings / Click on the Network Time Sync tab/ Uncheck the ntp.ipv4.active and ntp.ipv6.active options, then click Save & Apply. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 8

  • STEP 13

On the left sidebar in Pi-hole, click on Settings, then select the Web interface / API. After that, in the Theme settings area, select Pi-hole deep-midnight, then click Save & Apply. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 9

  • STEP 14

On your Windows 11 Desktop PC search for Settings. Once you find it, click Open. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 10

  • STEP 15

On the left sidebar click Network & Internet. Select your Ethernet connection, then click the little arrow. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 11

  • STEP 16

Scroll down until you find the option “DNS server assignment“. Click Edit. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 12

  • STEP 17

Edit DNS settings. Instead of Automatic DHCP, choose Manual. Turn ON IPv4. Add your own ipv4_address (your own Asustor NAS local IP),Ā then click Save. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 13

  • STEP 18

[Only for advanced users] Download (click on the blue link below) to download the Pi-Hole Macvlan Docker Compose. Advantages For Pi-Hole with Macvlan: Works well with NAS devices or hard port conflicts. A Macvlan network is the most advanced option since it requires more network knowledge and setup. This mode is similar to host network mode but instead of borrowing the IP of your docker host computer it grabs a new IP address off your LAN network. šŸ”’Note: Support my work to unlock the password. You can use this password to download any file on mariushosting forever! NOTE: To connect to the Macvlan network, remember to use the following address: http://YOURmacvlanIP/admin/login

šŸ‘‰šŸ»piholemacvlan.txt

šŸ†˜TROUBLESHOOTING

Fix: If someone has a problem once installation is completed, and gets an error like “This site can’t be reached“, open the Pi-hole GUI and go to Settings / DNS tab and in “Interface listening behavior” change to Listen on all interfaces instead of Listen only on interface eth0.

Fix: How can I make Pi-Hole work over VPN connection? Go to Pi-Hole / Settings / DNSĀ / Switch from Basic to Expert / Interface Settings window / choose Permit all origins then click Save & Apply. Follow the instructions in the image below.

Pi-Hole Asustor NAS Set up 1 VPN

Fix: If you want to run the DHCP server on docker with pi-hole, just add the cap_add: NET_ADMIN directive as per the instructions below.

services:
  pihole:
    image: pihole/pihole
    container_name: Pi-Hole
    network_mode: host
    security_opt:
      - no-new-privileges:false
    volumes:
      - /volume1/docker/pihole/dnsmasq.d:/etc/dnsmasq.d:rw
      - /volume1/docker/pihole/pihole:/etc/pihole:rw
    environment:
      FTLCONF_webserver_api_password: Mariushosting@4
      FTLCONF_webserver_port: 8080
      FTLCONF_dns_listeningMode: all
      TZ: Europe/Bucharest
      DNSMASQ_USER: pihole #or root NOT recommended to use root.
      PIHOLE_UID: 1026
      PIHOLE_GID: 999
    cap_add:
      - SYS_TIME
      - SYS_NICE
      - NET_ADMIN
    restart: on-failure:5

This post was updated on Friday / May 1st, 2026 at 11:38 PM

No sponsors, no corporations, no ads, no subscriptions, no membership tiers, no referral links, no pop-ups, no cookies, no tracking code. Just pure guides for the community from Marius.