How do I set up a Synology NAS so it can be accessed by URL/name instead of by IP address

Example

On Windows, I open Run with Win+R and enter \\192.168.1.30.

Windows Run dialog

The trouble is, every time the NAS reboots, that IP address may change.

Question

So that's why I'd prefer to access the NAS' data folder by name, for example , instead.

What do I need to do to make that work?

Research

Version

  • Hardware: Synology DS212j
  • Software: Synology DiskStation Manager (DSM) 5.0

3 Answers

Just enter \\diskstation in the Run dialog.

Windows Run dialog

It works by default because Windows File Service is enabled on the Synology NAS.

Synology DiskStation Manager File Services menu

The easiest way is to configure a Quick Connect Id. Go to your Synology configuration panel, then select the icon Control Panel and then Quick Connect, and finally tick Enable QuickConnect

You will be able to access your DSM through the URL ID>.

This URL maps to the Synology IP on the LAN, so it means that you may use for example DHCP on your Synology. It means that if you change home router or router network configurations, as long as your preserve DHCP enabled, reconnection of Synology should run smoothly.

Within your router, you can reserve an IP address on your LAN for your NAS. Ensuring that it is a same IP address each time is preferable over relying on DNS hostname to resolve to a dynamic IP address.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like