Tailscale Manager plugin thumbnail

Tailscale Manager

Install, configure, and manage Tailscale VPN connections directly from the Agent Zero UI. Includes auto-SSH-key management.

Author PepeDiedrich 2 stars Version 1.0.1 Updated

Screenshots

Tailscale Manager screenshot 1

README

Tailscale Manager Plugin

Tailscale Manager

A comprehensive plugin for Agent Zero to install, configure, and manage Tailscale VPN connections directly from the UI.

Features

  • 🚀 One-click installation: Automatically installs tailscale and sshpass if missing.
  • 🔐 Authentication: Connect and authenticate to your Tailnet via the UI popup.
  • 💻 SSH Integration: Connect to Tailscale peers via SSH using saved credentials from the dashboard.
  • 📊 Status Monitoring: See your connected devices and their IPs.

Usage

Once installed and enabled, a new vpn_lock icon will appear in the sidebar quick actions. Click it to open the Tailscale dashboard, install the daemon, start it, and log in to your network.

Docker Requirements

To use this plugin, the Agent Zero Docker container must be started with additional network privileges (NET_ADMIN capabilities and /dev/net/tun device) to allow Tailscale to create its network interfaces.

Example Docker run command:

docker run -d \
  --name agent-zero-main \
  --label "ai.agent0.managed=true" \
  --restart unless-stopped \
  --cap-add=NET_ADMIN \
  --device=/dev/net/tun \
  -p 80:80 \
  -v /home/pepe/agent-zero/agent-zero-main/usr:/a0/usr \
  agent0ai/agent-zero:latest