Skip to content

juandp77/tailscale-udm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale on Unifi Dream Machine

This repo contains the scripts necessary to install and run a tailscale instance on your Unifi Dream Machine (UDM/UDM Pro). It does so by piggy-backing on the excellent boostchicken/udm-utilities to provide a persistent service and runs using Tailscale's usermode networking feature.

Install tailscale

  1. Follow the steps to install the boostchicken on-boot-script here.

  2. Run the install.sh script to install tailscale and the startup script on your UDM.

    curl https://raw.githubusercontent.com/juandp77/tailscale-udm/main/install.sh | sh
  3. Follow the on-screen steps to configure tailscale and connect it to your network.

  4. Confirm that tailscale is working by running /mnt/data/tailscale/tailscale status

Upgrade tailscale

curl https://raw.githubusercontent.com/juandp77/tailscale-udm/main/upgrade.sh | sh

Remove tailscale

curl https://raw.githubusercontent.com/juandp77/tailscale-udm/main/uninstall.sh | sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%