Skip to content

CLI Commands

Complete reference for tailscale-manager commands.

Usage

sh
tailscale-manager [command] [options]

Running without arguments opens the interactive menu.

Commands

Core

CommandDescription
installInteractive Tailscale installation
updateUpdate Tailscale to the latest version
uninstallRemove Tailscale and all related files
statusShow current installation and service status

Installation Variants

CommandDescription
install-quietNon-interactive installation (for scripting)
install-version <ver>Install a specific Tailscale version
download-onlyDownload binary without installing

Version Management

CommandDescription
list-versions [n]List available Small binary versions (default: 10)
list-official-versions [n]List available Official versions (default: 20)

Network Configuration

CommandDescription
setup-firewallConfigure tailscale0 interface and firewall zone
net-mode [auto|tun|userspace|status]Get or set networking mode

Script Management

CommandDescription
self-updateUpdate the manager script to the latest version
sync-scriptsSync all runtime scripts with the latest version
auto-update [on|off|status]Manage binary auto-update cron job

Other

CommandDescription
helpShow help message

Service Commands

Tailscale integrates with OpenWrt's procd init system:

sh
/etc/init.d/tailscale start     # Start the service
/etc/init.d/tailscale stop      # Stop the service
/etc/init.d/tailscale restart   # Restart the service
/etc/init.d/tailscale enable    # Enable at boot
/etc/init.d/tailscale disable   # Disable at boot

Tailscale Native Commands

After installation, the standard Tailscale CLI is available:

sh
tailscale status                               # Check connection status
tailscale up                                   # Connect to Tailscale network
tailscale down                                 # Disconnect
tailscale set --advertise-routes=192.168.1.0/24 # Advertise subnet
tailscale up --advertise-exit-node             # Advertise as exit node