
AdGuardian is a lightweight, open-source terminal dashboard (written in Rust) that provides real-time monitoring and statistics for an AdGuard Home instance, displaying live DNS queries, block/allow counts, historical trends, active filter lists, and top domains while running fully locally with no external requests. In this step by step guide I will show you how to install AdGuardian on your UGREENĀ NAS using Docker & Portainer.
This guide works perfectly with the latest AdGuardian v1.7.0 release.
STEP 1
Please Support My work by Making a Donation.
STEP 2
InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your UGREEN NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.
STEP 3
ā ļøMandatory: Install AdGuard using my easy step by step guide. If you already have Adguard installed on your UGREEN NAS, skip this STEP.
STEP 4
Log into Portainer using your username and password. On the left sidebar in Portainer, click onĀ HomeĀ thenĀ Live connect. Follow the instructions in the image below.

On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.

STEP 5
In the Name field type in adguardian. Follow the instructions in the image below.
services:
adguardian:
image: sdjnmxd/adguardian-web
container_name: AdGuardian
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/7681' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
security_opt:
- no-new-privileges:true
ports:
- 7682:7681
environment:
ADGUARD_IP: 192.168.1.18
ADGUARD_PORT: 9080
ADGUARD_USERNAME: marius
ADGUARD_PASSWORD: mariushosting
#ADGUARD_PROTOCOL: The protocol to use when connecting to AdGuard (defaults to http)
#ADGUARD_UPDATE_INTERVAL: The rate at which to refresh the UI in seconds (defaults to 2)
#ADGUARD_TIMEOUT: The per-request timeout when contacting AdGuard, in seconds (defaults to 5)
#ADGUARD_QUERYLOG_LIMIT: The number of query log entries to fetch per update (defaults to 100)
restart: on-failure:5
Note: Before you paste the code above in the Web editor area below, change the value for ADGUARD_IP. Type in your own NAS local IP address.
Note: Before you paste the code above in the Web editor area below, change the value for ADGUARD_PORT. Type in your AdGuard IP Port. In my case it’s 9080. STEP 13 in the AdGuard guide.
Note: Before you paste the code above in the Web editor area below, change the value for ADGUARD_USERNAME. Type in your own AdGuard Username. marius is an example for a username. You should use your own AdGuard username.
Note: Before you paste the code above in the Web editor area below, change the value for ADGUARD_PASSWORD. Type in your own AdGuard Password. mariushosting is an example for a password. You should use your own AdGuard password.

STEP 6
Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.

STEP 7
If everything goes right, you will see the following message at the top right of your screen: āSuccess Stack successfully deployedā.

STEP 8
š¢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 9
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://ugreen-ip-address:7682 Your AdGuardian dashboard at a glance!Ā Follow the instructions in the image below.

Enjoy AdGuardian on your UGREEN NAS!
Note: If you want to run the AdGuardian container over HTTPS, check out How to Run Docker Containers Over HTTPS on Your UGREEN NAS.
šNote/Update/Container: How to Update Your Docker Containers on UGREEN NAS Using Portainer.
š³Note: How to Create Docker Shortcuts on Desktop.
šNote: How to Update Portainer to the latest version.
šNote: How to Clean Docker.
This post was updated on Wednesday / July 29th, 2026 at 1:26 PM