Synology NAS

Synology WebDAV Setup

Enable secure WebDAV on your Synology, grant access to your music folder, and stream directly to iPhone and Apple Watch with SOLONAS.

Synology NAS WebDAV setup illustration for SOLONAS

Prerequisites

Synology NAS

Running DSM with admin access

Music folder

A shared folder with your MP3 files (e.g. /music)

Network access

LAN or remote access via HTTPS

Setup Steps

1. Install & enable WebDAV

  1. Open Package Center and install WebDAV Server.
  2. Open WebDAV Server and go to the General tab.
  3. Enable HTTPS (recommended). Note the port - commonly 5006.
  4. Apply changes and keep the service running.

Tip: If you only use SOLONAS on LAN, you can skip port forwarding.

2. Create a WebDAV user

  1. Open Control Panel then Users and Groups.
  2. Create a new user (e.g. solonas).
  3. Grant read access to your music folder.
  4. Keep permissions read-only while you test.

You can use an existing user, but a dedicated account is cleaner.

Build Your URL

SOLONAS connects to your NAS using a clean HTTPS WebDAV URL. Enter these details in the app:

Host
your-nas.example.com or 192.168.1.20
Port
5006 (HTTPS default)
Path
/music (your root folder)
Username
solonas
Password
••••••••
https://your-nas.example.com:5006/music

Local only? Use your NAS local IP, e.g. https://192.168.1.20:5006/music

Common Pitfalls

Certificates

Use a trusted certificate (e.g. Let's Encrypt) for remote access. Self-signed certificates can work on LAN but some clients warn.

Empty library

Confirm your Path exists and contains MP3 files. Check user permissions on the shared folder.

Authentication fails

Reset the user password and try simple alphanumerics during testing. Avoid unusual characters in the username.

LAN vs. remote

LAN requires only a local IP or hostname. Remote access needs your router to forward HTTPS to your NAS for off-site streaming.

Pro Tip

Keep your music in a simple folder structure (Artist / Album / Tracks). Short paths sync faster and are easier to browse on the Watch.

Helpful Resources