Block Ads on Your Synology NAS with AdGuard Home in Minutes (2 Easy Ways!)

preview_player
Показать описание
In this video we'll be setting up AdGuard Home to block ads and trackers, across your entire network using either a host or bridge network on your Synology NAS using Container Manager.

⭐️ BUY ME A COFFEE⭐️

⭐️ SUPPORT THIS CHANNEL⭐️

⭐️ HIRE ME FOR A PROJECT⭐️

The video topics include:
• Introduction to AdGuard Home.
• Setting up AdGuard Home using the Host network mode.
• Setting up AdGuard Home using the Bridge network mode.
• Setting up a DHCP server to use AdGuard Home for it's DNS server.
• Renew a client DHCP lease to use the AdGuard Home DNS server.
• Testing to make sure AdGuard Home is working.
• Introduction to AdGuard Home using a MacVLAN network.

In the video I mentioned or referenced the following link:

HOST NETWORK YAML
---
version: "3"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguard
network_mode: host
volumes:
- /volume1/docker/adguard/config:/opt/adguardhome/conf
- /volume1/docker/adguard/data:/opt/adguardhome/work
restart: unless-stopped
---

BRIDGE NETWORK YAML
---
version: "3"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguard
ports:
- 3001:3000/tcp
- 53:53/udp
volumes:
- /volume1/docker/adguard/config:/opt/adguardhome/conf
- /volume1/docker/adguard/data:/opt/adguardhome/work
restart: unless-stopped
---

Timecodes
0:00 | Introduction
0:13 | AdGuard Home Intro
0:42 | Install Container Manager And Create AdGuard Home Folders
1:03 | Setup AdGuard Home Using The Host Network Mode
2:51 | Setup DHCP Server To Use AdGuard Home As Its DNS Server
3:15 | Renew Your Computer’s DHCP Lease To Use AdGuard Home
3:48 | Test AdGuard Home - Info On AdGuard Home Setup In Host Network Mode
4:27 | Revert To DHCP Server Original Setup And Renew Client DHCP Lease
4:44 | Stop AdGuard Home Project And Setup Using The Bridge Network Mode
6:36 | Setup DHCP Server, Renew Client DHCP Lease, Test AdGuard Home
7:07 | Info On AdGuard Home Setup In Bridge Network Mode
7:43 | Preview Of AdGuard Home Using A MacVLAN Network
8:13 | Closing

#synology #adguard #adguardhome
Рекомендации по теме
Комментарии
Автор

Hi!
Thanks for the very helpful video. I have set up Adguard Home following your guide.
I have a question.
On your channel there is a video about customizing Pi -hole + Unbound, is there any point to customize Adguard Home + Unbound ?

mattmastler
Автор

thank you so much. this is what I am looking for my Synology <3 Could you make more video about Frigate in Synology

VNMining
Автор

Hi Digital Aloha, I initially tried with the yaml configurations you put in the description but it didn't work. I noticed that, contrary to what I see in the video, the script in the description has references in capital letters (e.g. image: AdGuard/AdGuardhome instead of image: adguard/adguardhome). I made the references all lowercase and it worked right away. Thanks for your very useful video

giancarlol.
Автор

Would you say that AdGuard home is better that pihole now? Thanks!

seidmadur
Автор

Thank you, that was really helpfull and easy to follow!

deBierNinja
Автор

this video is a great help !
however i do have a question. the port number changed itself to 2999 after i restart my routers. how can i check what being set previously. I remember i do follow the guides set as 3000

eric
Автор

Thanks for the video, looking forward to the MacVLAN video as doing it that way is a bit confusing to me.

mr-totte
Автор

Any chance of making a video about setting up adguard sync if say you want to setup adguard on two devices.

eubeyouer
Автор

Is the bridge mode necessary? I set up as host network mode and everything is working fine.

ozkanb
Автор

My Synology DS918+ Package Center does not show any results at all for "container". "container manager" shows other stuff but not "Container Manager"… Maybe my Synology NAS is too old or something?

AdamLogan
Автор

I followed the guide and installation worked, but i can't reach adguard. When i try to connect i get a message saying Safari can't connect to the server. Please help...

vrx
visit shbcf.ru