Welcome to TailHub

Control Panel

TailHub is an orchestrator for self-hosted Tailscale Coordination Servers. Under the hood, TailHub runs Headscale, an open source implementation of the Tailscale control plane.

This service is not open to new registrations, but you can always DM me on Discord: kuronekoda


Client Setup

Windows

  1. Download and install the Tailscale client for Windows.
  2. Open a Command Prompt. This can be done by pressing Windows + R, typing cmd then pressing Enter.
  3. Type tailscale login --login-server https://<network>.hub.nya.network
  4. This will open a webpage with a node key. Register the node using the Web Panel or the API using its key.

macOS

Method 1: via the menubar icon
  1. Install the Tailscale client for macOS via the App Store.
  2. Hold down the Option (alt) key and click on the Tailscale icon in the menubar.
  3. Go to Debug, then under Custom Login Server, select Add Account. Enter https://<network>.hub.nya.network in the popup box and confirm.
  4. This will open a webpage with a node key. Register the node using the Web Panel or the API using its key.
Method 2: via the CLI
  1. Install the Tailscale client for macOS via the App Store.
  2. Open a Terminal. This can be done by searching for Terminal in your Spotlight bar (Command + Space).
  3. Type /Applications/Tailscale.app/Contents/MacOS/Tailscale login --login-server https://<network>.hub.nya.network
  4. This will open a webpage with a node key. Register the node using the Web Panel or the API using its key.

Linux

  1. Follow the instructions to install the Tailscale client package for Linux systems.
  2. You might need to restart your terminal or switch users to use the Tailscale CLI.
  3. Type tailscale login --login-server https://<network>.hub.nya.network
  4. This should open a webpage with a node key. Register the node using the Web Panel or the API using its key.
    In case the web browser doesn't open, the node key is displayed in your terminal.

iOS + iPadOS

  1. Install the Tailscale client for iOS/iPadOS via the App Store.
  2. In the app, click the Account icon at the top right.
  3. Click Log In, then, at the top right, click the three dots menu and choose Custom Coordination Server.
  4. Enter https://<network>.hub.nya.network in the Server URL field and confirm.
  5. This will open a webpage with a node key. Register the node using the Web Panel or the API using its key.

Android

  1. Install the Tailscale client for Android via the Google Play Store.
  2. In the app, click the gear icon at the top right.
  3. Click Accounts, then, at the top right, click the three dots menu and choose Use an Alternate Server.
  4. Enter https://<network>.hub.nya.network in the Server URL field and confirm.
  5. This will open a webpage with a node key. Register the node using the Web Panel or the API using its key.