You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks to @nirev for creating this
project and transferring it to Tailscale's GitHub org.