5

I want to reconfigure a Synology running latest DSM 5 to work on normal HTTP ports.

The default configuration is to use port 5000 and 5001 for HTTPS and I do not like these because they are quite often blocked by most firewalls (in addition to the accessibility and visual aspects)

sorin
  • 8,016
  • 24
  • 79
  • 103

1 Answers1

4

You can change this in your DSM Control Panel. Under Connectivity > Network > DSM Settings you can set the ports.

Setting DSM ports

Obviously, make sure that if you have another webserver running on your NAS like Apache, it doesn't listen on those ports.

Oldskool
  • 2,025
  • 1
  • 16
  • 27
  • 2
    When I do this i get an error message that this port is used – Dennkster Apr 17 '15 at 15:49
  • @Dennkster If you already have something like Apache or nginx installed on your NAS, those are most likely to have "claimed" that port already. You can only run one service on a port at a time. – Oldskool Apr 17 '15 at 15:52