-
Notifications
You must be signed in to change notification settings - Fork 5
Synology
voc0der edited this page Mar 7, 2026
·
3 revisions
If ytdl-material starts but you cannot reach the web UI/API from your LAN, Synology DSM firewall rules are a common cause.
- Open DSM
Control Panel->Security->Firewall. - Edit the active firewall profile for the interface your LAN clients use.
- Add an
Allowrule for your LAN/private subnet (for example, your exact192.168.x.0/24range). - Place that
Allowrule above broaderDenyrules. - Apply changes and retest
http://<nas-ip>:<ytdl-port>.
If you use Docker bridge/macvlan networking, also allow the relevant Docker subnet.
The original report behind this note is here: https://github.com/Tzahi12345/YoutubeDL-Material/issues/449#issuecomment-921386012