Update:
For DSM 5 the paths are changed:
- DSM 4: /usr/syno/etc/httpd-ssl-vhost.conf-user
- DSM 5: /etc/httpd/sites-enabled-user/httpd-ssl-vhost.conf-user
I want to be able to access my Synology Disk Station Management (DSM) from the internet in a secure way through https.
DSM is standard running on the Synology in https mode on port 5001, so we need to setup a reverse proxy in apache:
Access the Synology with SSH using Putty, en type the following commands in the shell prompt to navigate to the right folder:
For DSM 4:
cd /usr/syno/etc/
For DSM 5:
cd /etc/httpd/sites-enabled-user/
Continue reading “Access Synology DSM from the internet with a Reverse Proxy”