Get started
Login
© 2024

Access QNAP NAS from anywhere

Tailscale makes it easy to securely connect to your QNAP NAS devices over WireGuard®.

Tailscale is free for most personal uses, including accessing your NAS.

Supported QNAP hardware

  • x86-64bit devices
  • arm-64bit devices

Installation steps

  1. Open the QNAP App Center.

  2. Open the Communications section.

    The QNAP App Center interface
  3. Locate the Tailscale application and select Install.

  4. After the Tailscale app installation is completed, select the Tailscale app icon, and select Open.

  5. Log in to your Tailscale network.

    Log in to the Tailscale network
  6. In the Connect device page, select Connect.

The app can also be downloaded from the QNAP App Center website.

Manual installation steps

An alternative to the recommended approach of installing Tailscale from the QNAP App Center is to install Tailscale using a downloadable QNAP package (QPKG). A reason you might want to install from a QPKG is to access new Tailscale features that are not yet released in the Tailscale version that is available from the QNAP App Center.

To manually install Tailscale:

  1. Download the QPKG for your QNAP device from the Tailscale Packages server. QNAP QPKGs are available from both stable and unstable release tracks.
  2. Open the App Center on your QNAP device.
  3. Select Install Manually in the upper right-hand corner, select Browse, select the QPKG (.qpkg) file that you downloaded, and then select Install.
  4. Once installation completes, tailscaled should be up and running on your QNAP device, and you should see a new Tailscale app in your My Apps section.

Features

When used with QNAP, Tailscale supports these features:

Using the Tailscale CLI

Some Tailscale functionality, such as configuring QNAP to be a subnet router, requires using the tailscale CLI. After you install the Tailscale app, the tailscale CLI is available as part of the mounted qpkg package. You can access the QNAP terminal and run CLI commands using SSH.

You can find the mounted package path using this command:

# print the package path:
echo $(getcfg SHARE_DEF defVolMP -f /etc/config/def_share.info)/.qpkg/Tailscale/
# run the tailscale CLI:
$(getcfg SHARE_DEF defVolMP -f /etc/config/def_share.info)/.qpkg/Tailscale/tailscale ...

For convenience, you can add the package path to your $PATH environment variable. This lets you run tailscale commands without the full path:

export PATH=$PATH:$(getcfg SHARE_DEF defVolMP -f /etc/config/def_share.info)/.qpkg/Tailscale/
tailscale ...

Special thanks

Special thanks to ivokub, who has contributed a community-maintained Tailscale QPKG package builder.