Skip to content

tailscale/tailscale-synology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale package for Synology NAS

Synology NAS package for Tailscale.

Issue Tracker

File issues at: https://github.com/tailscale/tailscale/issues

Installation

See the Synology installation guide on the Tailscale website.

Building from source

The source code for the Synology packages is kept in Tailscale's main code repository. You can build the packages from source yourself with:

git clone https://github.com/tailscale/tailscale.git
cd tailscale
go run ./cmd/dist build synology

If everything worked you should have a directory called dist that contains SPK files for all supported NASes and DSM versions.

Precompiled packages

Tailscale also makes precompiled packages available for DSM6 and DSM7, supporting a variety of architectures.

  • Stable: stable releases. If you're not sure which track to use, pick this one.
  • Unstable: the bleeding edge. Pushed early and often. Expect rough edges!

Compatibility

The package is confirmed to be working on various Synology models. For recent models, the correct package is usually the DSM7 package for x86_64 or armv8. For older models based on 32-bit ARM, check the synology model list to find the synology platform name.

Credits and References