Skip to content

Instantly share code, notes, and snippets.

@tux7k
tux7k / READYNAS-Tailscale.md
Created December 1, 2024 19:57
How to setup Tailscale on NETGEAR READYNAS Devices

How to setup Tailscale on NETGEAR READYNAS Devices

Download and Extract Tailscale

  1. Go to the the Tailscale Linux Download Website and select 'Other' as the distro.
  2. Enable SSH on the NAS, and SSH into the admin account
  3. Do su and type in the admin password
  4. Download the stable release for 'arm' not arm64 in the admin home directory
  5. Unpack the archive with tar xvf tailscale_VERSION_ARCH.tgz
@tux7k
tux7k / tailscaled.service
Created December 1, 2024 19:56
Tailscale Unit Service for NETGEAR READYNAS devices
[Unit]
Description=Tailscale node agent
Documentation=https://tailscale.com/kb/
[Service]
ExecStart=/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock
ExecStopPost=/usr/sbin/tailscaled --cleanup
Restart=on-failure