headscale

headscale 0.29.3

Open source, self-hosted implementation of the Tailscale control server

<rendered-html><p>Tailscale is a modern VPN built on top of Wireguard. It works like an overlay network between the computers of your networks - using all kinds of NAT traversal sorcery.</p> <p>Everything in Tailscale is Open Source, except the GUI clients for proprietary OS (Windows and macOS/iOS), and the ‘coordination/control server’.</p> <p>The control server works as an exchange point of Wireguard public keys for the nodes in the Tailscale network. It also assigns the IP addresses of the clients, creates the boundaries between each user, enables sharing machines between users, and exposes the advertised routes of your nodes.</p> <p>Headscale implements this coordination server.</p> </rendered-html>

https://github.com/juanfont/headscale
BSD 3-clause "New" or "Revised" License
main program: headscaleprograms: headscale
Platforms (30)
i686-linuxriscv32-linuxi686-freebsdloongarch64-linuxx86_64-freebsdarmv6l-linuxarmv7l-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  headscale
];
Ad-hoc shell
nix-shell -p headscale
Flake (nix run)
nix run nixpkgs#headscale