How to Install YouTube Downloader on Your Synology NAS

How to Install YouTube Downloader on Your Synology NAS

Wouldn’t you like to download your favorite YouTube videos and audios directly to your Synology NAS without any ads and fully automated? I know there are thousands of sites offering to give you just this, but the fact of the matter is they are full of junk advertisements and, more importantly, malware. And why resort to external services when your own Synology NAS can do it, and safely. Discover today how to download your favorite videos and audio files to your Synology NAS using a Docker container. Create a playlist, or more, and find out how to set up automatic downloading for your favorite YouTube channels and download everything you’d like to watch and listen to directly to your Synology NAS (but do please comply with copyright guidelines). Doesn’t that sound great? It’s not magic – it’s Synology NAS! In this step by step guide I will show you how to install YouTube Downloader on your Synology NAS using Docker.

💡Note: This guide works perfectly with the latest YouTube Downloader v4.3.2 release.

💡Note: Check out my new guide on how to Install YouTube Downloader Using Portainer.

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

Install Container Manager via Synology “Package Center”. If you run an older DSM version (under 7.2), search for Docker instead of Container Manager.

Download Container Manager Synology Docker

  • STEP 3

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

YouTube Downloader Synology NAS-Set up 1 new 2024

  • STEP 4

Now create five new folders inside the youtubedl folder that you have previously created at STEP 3 and name them appdata, audio, subscriptions, users, video. Follow the instructions in the image below.
Note: Be careful enter only lowercase, not uppercase letters.

YouTube Downloader Synology NAS-Set up 2 new 2024

  • STEP 5

Go to Control Panel / Task Scheduler / Create / Scheduled Task / User-defined script. Follow the instructions in the image below.

Synology User Defined Script

  • STEP 6

Once you click on User-defined script a new window will open. Follow the instructions below:

  1. General: In the Task field type in “Install YouTubeDL“. Uncheck “Enabled” option. Select root User.
  2. Schedule: Select Run on the following date then select “Do not repeat“.
  3. Task Settings: Check “Send run details by email“, add your email then copy paste the code below in the Run command area. After that click OK.
docker run -d --name=youtube_downloader \
-p 8084:17442 \
-v /volume1/docker/youtubedl/appdata:/app/appdata \
-v /volume1/docker/youtubedl/audio:/app/audio \
-v /volume1/docker/youtubedl/subscriptions:/app/subscriptions \
-v /volume1/docker/youtubedl/users:/app/users \
-v /volume1/docker/youtubedl/video:/app/video \
--restart always \
tzahi12345/youtubedl-material

YouTube Downloader Synology NAS Set up 4 new 2023

  • STEP 7

After you click OK on STEP 6 a new warning pop up window will open. Click OK.

YouTube Downloader Synology NAS Set up 5

After you click OK, type in your DSM Password then click Submit. Follow the instructions in the image below.

Synology Task Scheduler Confirm Admin Password

  • STEP 8

After you click Submit on STEP 7, select your “Install YouTubeDL” Task then click the “Run” tab. You will be asked to run Install YouTubeDL – click OK. Follow the instructions in the image below.

YouTube Downloader Synology NAS Set up 5 new 2024

  • STEP 9

Go back to STEP 1 or you will deal with karma 🙂

  • STEP 10

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://Synology-ip-address:8084 Copy and paste a YouTube URL of your choice, select the quality of your audio or video then click Download. After the download is complete you can listen to the music you’ve downloaded or watch the video you’ve downloaded, depending on your choice. If you click on the 3 vertical bullets in the upper right, you can switch the theme to Dark mode. Follow the instructions in the image below.

YouTube Downloader Synology NAS Set up 7 new 2024

Enjoy YouTube Downloader!

🆘TROUBLESHOOTING

If you encounter issues by using this container, make sure to check out the Common Docker issues article.

Note: If you want to run the YouTube Downloader container over HTTPS, check How to Run Docker Containers Over HTTPS. In order to make YouTube Downloader work via HTTPS, it’s mandatory to activate WebSocket.

Note: Can I run Docker on my Synology NAS? See the supported models.
Note: How to Back Up Docker Containers on your Synology NAS.
Note: Find out how to update the YouTube Downloader container with the latest image.
Note: How to Free Disk Space on Your NAS if You Run Docker.
Note: How to Schedule Start & Stop For Docker Containers.
Note: How to Activate Email Notifications.
Note: How to Add Access Control Profile on Your NAS.
Note: How to Change Docker Containers Restart Policy.
Note: How to Use Docker Containers With VPN.
Note: Convert Docker Run Into Docker Compose.
Note: How to Clean Docker.
Note: How to Clean Docker Automatically.
Note: Best Practices When Using Docker and DDNS.
Note: Some Docker Containers Need WebSocket.
Note: Find out the Best NAS Models For Docker.
Note: Activate Gmail SMTP For Docker Containers.

This post was updated on Wednesday / March 6th, 2024 at 12:44 PM