🌐 Gateway Control

Sign in to manage your infrastructure

🌐 Gateway Control

  • 📊 Overview
  • Network
  • đŸ–Ĩī¸ Machines
  • đŸ‘Ĩ Users
  • 🔑 Auth Keys
  • 🔀 Routes
  • Infrastructure
  • đŸŗ Containers
  • 🌍 Exposed Services
  • Configuration
  • đŸ“Ļ Client Installers
  • âš™ī¸ Settings

Dashboard Overview

Monitor your infrastructure at a glance

đŸ–Ĩī¸
0
Total Machines
✅
0
Online
đŸ‘Ĩ
0
Users
đŸŗ
0
Containers

Recent Activity

📋
Activity log coming soon

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.

âŦ‡ī¸ Download PS1 Script

Run as Administrator:

powershell -ExecutionPolicy Bypass -File tailscale-installer.ps1

🐧 Linux Installer

Downloads and installs Tailscale, then auto-connects with your auth key.

âŦ‡ī¸ Download SH Script

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
đŸĒŸ Windows 🍎 macOS 🐧 Linux 📱 iOS 🤖 Android

Settings

Configure your gateway

Headscale Server

API Configuration

API token is stored securely and used for Headscale communication

Create New User

Usernames are also called namespaces in Headscale

Create Pre-Auth Key

✅ Auth Key Created

Copy this key now. It won't be shown again!

Use this command to connect: