A feature-complete Web UI for Headscale
Go to file
2025-03-18 00:43:52 -04:00
.github/workflows
agent
app fix: ignore ws_agents if there are no agents connected 2025-03-18 00:43:52 -04:00
assets
docs
nix
patches
public
server
test
.dockerignore
.env.example
.envrc
.gitignore
.npmrc
agent.Dockerfile
biome.json
CHANGELOG.md
compose.yaml
config.example.yaml
Dockerfile
flake.lock
flake.nix
go.mod
go.sum
lefthook.yml
LICENSE
package.json
pnpm-lock.yaml
react-router.config.ts
README.md
tailwind.config.ts
tsconfig.json
vite.config.ts

Headplane

A feature-complete web UI for Headscale

Preview

Headscale is the de-facto self-hosted version of Tailscale, a popular Wireguard based VPN service. By default, it does not ship with a web UI, which is where Headplane comes in. Headplane is a feature-complete web UI for Headscale, allowing you to manage your nodes, networks, and ACLs with ease.

Headplane aims to replicate the functionality offered by the official Tailscale product and dashboard, being one of the most feature complete Headscale UIs available. These are some of the features that Headplane offers:

  • Machine management, including expiry, network routing, name, and owner management
  • Access Control List (ACL) and tagging configuration for ACL enforcement
  • Support for OpenID Connect (OIDC) as a login provider
  • The ability to edit DNS settings and automatically provision Headscale
  • Configurability for Headscale's settings

Deployment

Headplane runs as a server-based web-application, meaning you'll need a server to run it. It's available as a Docker image (recommended) or through a manual installation. There are 2 ways to deploy Headplane:

  • Integrated Mode (Recommended)

    Integrated mode unlocks all the features of Headplane and is the most feature-complete deployment method. It communicates with Headscale directly.

  • Simple Mode

    Simple mode does not include the automatic management of DNS and Headplane settings, requiring manual editing and reloading when making changes.

ACLs Machine Management

Copyright (c) 2025 Aarnav Tale