Dashboard Overview
Monitor your infrastructure at a glance
Recent Activity
Machines
Manage Tailscale/Headscale connected devices
Users
Manage Headscale users/namespaces
| Username | Created | Machines | Actions |
|---|
Pre-Auth Keys
Create and manage authentication keys for new devices
| Key | User | Reusable | Ephemeral | Used | Expires | Actions |
|---|
Routes
Manage advertised routes from machines
| Route Prefix | Machine | Primary | Enabled |
|---|
Containers
Manage Docker containers across your infrastructure
Exposed Services
Public URLs for your services
Client Installers
Secure installer scripts with auto-authentication
đ Download Credentials
Set username/password for secure installer downloads. These credentials are required to download the auto-install scripts.
đĻ Auto-Install Scripts
These scripts automatically install Tailscale (if not present) OR update the auth key (if already installed). Requires credentials set above.
đĒ Windows PowerShell Installer
Downloads and installs Tailscale, then auto-connects with your auth key.
Run as Administrator:
powershell -ExecutionPolicy Bypass -File tailscale-installer.ps1
đ§ Linux Installer
Downloads and installs Tailscale, then auto-connects with your auth key.
Run as root:
sudo bash tailscale-installer.sh
⥠Quick Install One-liners
One-liner commands that download and run the installer directly. Replace USER:PASS with your credentials.
đ§ Linux
curl -u USER:PASS https://control.gateway.pulsedwh.app/api/installer/linux | sudo bash
đĒ Windows (PowerShell as Admin)
$cred = Get-Credential; irm -Uri "https://control.gateway.pulsedwh.app/api/installer/windows" -Credential $cred | iex
đĨ Manual Installation
Standard Tailscale installation commands (without auto auth key).
đ§ Linux (curl)
curl -fsSL https://tailscale.com/install.sh | sh && sudo tailscale up --login-server https://remote.pulsedwh.app
đĒ Windows (PowerShell)
irm https://tailscale.com/install.ps1 | iex; tailscale up --login-server https://remote.pulsedwh.app
đ macOS (Homebrew)
brew install tailscale && sudo tailscale up --login-server https://remote.pulsedwh.app
Settings
Configure your gateway
Headscale Server
API Configuration
API token is stored securely and used for Headscale communication