QNAP [ Headscale ] An open source, self-hosted implementation of the Tailscale control server

QoolBox

Représentant QNAP
2 Janvier 2014
10 692
182
158
51
France
www.qnap.com
headscale-logo.png

source : https://github.com/juanfont/headscale/

Download :


Code:
start headscal server on QPKG start
config file : /opt/HeadScale/etc/headscale/config.yaml

Verify headscale is available:


Tailscale is a modern VPN built on top of WireGuard. It works like an overlay network between the computers of your networks - using NAT traversal.

Everything in Tailscale is open source, except the GUI clients for proprietary OS (Windows and macOS/iOS) and the control server.

The control server works as an exchange point of WireGuard public keys for the nodes in the Tailscale network. It 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.

A Tailscale network (tailnet) is a private network that Tailscale assigns to a user in terms of private users or an organization.

Headscale aims to implement a self-hosted, open-source alternative to the Tailscale control server. Headscale has a narrower scope, and an instance of Headscale implements a single tailnet, which is typically what a single organization or home/personal setup would use.

Headscale uses terms that map to Tailscale's control server; consult the glossary for explanations.