Application Portal

Application Portal allows you to configure the connection settings of various applications so that you can directly access and run these applications (e.g. File Station) in independent browser tabs or windows.

Note:

You can edit access settings for applications like Audio Station, Download Station, Surveillance Station, Video Station, File Station, and many others.

Customize Aliases

You can assign an alias for each Synology-developed application like File Station. With the custom alias, you can quickly open the application via a specialized URL.

To customize application aliases:

  1. Go to Control Panel > Application Portal > Application.
  2. Select an application.
  3. Click Edit > General.
  4. On the pop-up window, select Enable customized alias and specify the alias.
  5. Click OK to save the settings.

Note:

To access applications with aliases:

After you set up an alias for an application (e.g. File Station), you can quickly open the application by entering a URL in the following formats: http://DS_IP_OR_SERVER_NAME/ALIAS/ or https://DS_IP_OR_SERVER_NAME/ALIAS/

For instance, you can quickly access File Station via the URLs: http://192.168.xx.xx/file/ or https://MySynologyNAS/file/

Customize HTTP/HTTPS Ports

You can assign an HTTP/HTTPS port for each Synology-developed application like File Station. With the custom port, you can quickly open the application via a specialized URL.

To customize application HTTP/HTTPS ports:

  1. Go to Control Panel > Application Portal > Application.
  2. Select an application.
  3. Click Edit > General.
  4. On the pop-up window, select Enable customized port (HTTP) or Enable customized port (HTTPS).
  5. Specify a custom port number.

Note:

To access applications with HTTP/HTTPS ports:

After you set up an alias for an application (e.g. File Station), you can quickly open the application by entering a URL in the following formats: http://DS_IP_OR_SERVER_NAME:HTTP_PORT or https://DS_IP_OR_SERVER_NAME:HTTPS_PORT

For instance, you can quickly access File Station via the URLs: http://192.168.xx.xx:7000 or https://MySynologyNAS:7001

Customize Domains

You can match a domain name with a Synology-developed application like File Station. With the custom domain, you can quickly open the application via a specialized URL.

To customize application domains:

  1. Go to Control Panel > Application Portal > Application.
  2. Select an application.
  3. Click Edit > General.
  4. On the pop-up window, select Enable customized domain.
  5. Specify a custom domain.
  6. For additional settings, you can select Enable HSTS or Enable HTTP/2 to suit your needs.

Note:

To access applications via domains:

After you set up a domain (e.g. file.example.com) for an application (e.g. File Station), you can quickly open the application by entering a URL in the following formats: http://APP_DOMAIN or https://APP_DOMAIN

For instance, you can quickly access File Station via the URLs: http://file.example.com or https://file.example.com

If the domain name (e.g. FileFile) for an application (e.g. File Station) obeys the NetBIOS naming conventions, Windows users can access it on a Synology NAS in the same local network with a similar URL: http://FileFile or https://FileFile

Customize Reverse Proxy Rules

Your DiskStation can act as a reverse proxy server that transfers requests from the Internet to devices in the local network. Reverse proxy rules can help you hide sensitive ports from potential threats as in the two scenarios below:

Scenario 1: Suppose the sensitive port is 80, which should not allow external access according to the firewall rule. You can set up a reverse proxy rule to allow trusted users from the Internet to reach the sensitive port 80 via another open port (e.g. 81). In this way, the trusted users can circumvent the firewall and still be able to access the port 80.

Scenario 2: Suppose the sensitive port is 80, which should not allow external access except from a specific device (e.g. a server named "MyTrustee"). With reverse proxy rules, you can allow only traffic from MyTrustee to reach the port 80 while traffic from other devices will not.

To set up reverse proxy rules:

  1. Go to Control Panel > Application Portal > Reverse Proxy.
  2. Click Create and specify the following settings:
  3. Click OK to save the settings.

Note:

If you enter * as the source hostname or leave it in blank, the rule will be applied to any sources.