Is Headscale the same as Tailscale?
No, but it is compatible. Headscale is a self-hosted reimplementation of the Tailscale control server; your devices still run the official Tailscale client and register with your server instead.
Do I need special apps on my devices?
No. Install the official Tailscale app and point it at your Headscale server with the --login-server flag.
How do I sign in to Headplane?
Headplane uses an API key rather than a password. Run sudo headscale apikeys create on the server and paste the key at your ServerUrl/admin/login.
How do I add a device?
Create a user with headscale users create, generate a key with headscale preauthkeys create, then run tailscale up --login-server=<your-domain> --authkey=<key> on the device.
Is Headscale as secure as Tailscale?
The encryption is the same, because the Tailscale client enforces WireGuard end to end. Patching, TLS and backups for the control server become your responsibility.
Can I move an existing Tailscale network?
There is no one-click import. Each device runs tailscale up again against your Headscale URL; after that the experience is the same.
Which instance size should I choose?
t3a.small is enough to start, since the coordination server is lightweight.
Is Headscale free?
Headscale is open source and free. You pay for the EC2 instance, plus any Meetrix software fee shown on the marketplace listing, with nothing per device or user.