Headscale logo
Network · self-hosted

Headscale in one click.

Headscale is a self-hosted tailscale control server you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Headscale?

Headscale is an open-source self-hosted implementation of the Tailscale control server. It lets you run a private Tailscale-compatible WireGuard mesh network without relying on Tailscale's hosted coordination plane.

CategoryNetwork
Default port8610
Container imageheadscale/headscale:v0.23.0
Official siteheadscale.net

Run Headscale in Even

Even Stacks launches Headscale as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Headscale in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8610, and serves it over trusted HTTPS at https://headscale.localhost.

Drive Headscale with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Headscale directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside it, check its status and logs, and reconfigure it. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Headscale and get it ready", and the agent handles it end to end.

How agents reach it: No web UI. Manage users with `docker exec -it headscale headscale users create <name>` and nodes with `headscale nodes list`. Generate pre-auth keys via `headscale preauthkeys create --user <name>`; config lives at /etc/headscale/config.yaml and SQLite data is in the /var/lib/headscale volume.

More Network services

Other one-click services you can launch in Even Stacks.