Skip to content

Synology DSM

Stefan Gangefors edited this page Jul 2, 2021 · 8 revisions

Set up AirDC++ Web Client on a Synology NAS

  1. Open Docker application
  2. Go to Image tab
  3. Add > Add From URL: https://hub.docker.com/r/gangefors/airdcpp-webclient/
  4. Choose the tag you want to use
  5. Wait for the image download to complete
  6. Select the image in the list and click Launch

General Settings

  1. Give the container a name.
  2. Optional: Set resource limitations.
  3. Click Advanced Settings

Advanced Settings (Optional)

  1. Check Enable auto-restart
  2. Check Create shortcut on desktop, select Web page, add :5601 to the end of the URL. This number is the same as the HTTPS port below, default 5601. Or change to http:// and :5600 to use HTTP.

Volume

  1. Add Download folder and set Mount path to /Downloads

  2. Add Share folder and set Mount path to /Share

    1. Or you can add multiple share folders and set Mount path to /Share/<folder name> for each

Network

  1. No changes needed

Port Settings

  1. Add rows until there are five.
  2. Use the following configuration
Local Port Container Port Type
21248 21248 UDP
21248 21248 TCP
21249 21249 TCP
5600 5600 TCP
5601 5601 TCP

See README.md for more information on the ports.

Links

  1. No changes needed

Environment

  1. Add two new variables
  2. PUID = <your user id>
  3. PGID = 100 This is the users group.

Click Apply and Next

Summary

  1. Double check all the settings
  2. Click Done and let the container start.

Updating to newer version

  1. Open Docker application
  2. Go to the Container tab
  3. Stop the current airdcpp container
  4. Follow the guide above but name the container differently than before
  5. When you have validated that the new container works you can delete the old container.