WZ-IT Logo

Tailscale Pricing 2026: When Self-Hosting Headscale or NetBird Beats Seat Pricing

Timo Wevelsiep
Timo Wevelsiep
#Tailscale #Headscale #NetBird #WireGuard #SelfHosting #ZeroTrust

Editorial note: The information in this article was compiled to the best of our knowledge at the time of publication. Technical details, prices, versions, licensing terms, and external content may change. Please verify the information provided independently, particularly before making business-critical or security-related decisions. This article does not replace individual professional, legal, or tax advice.

Tailscale Pricing 2026: When Self-Hosting Headscale or NetBird Beats Seat Pricing

Self-hosting instead of seat pricing? We run Headscale and NetBird as a managed service in Germany - unlimited users, EU hosting, clear operational ownership. See our remote management platforms or book a free initial consultation.

Two news items reshaped the market for modern mesh VPNs in 2026. Tailscale overhauled its pricing and now bills business plans per seat. And NetBird, the Berlin-based open-source alternative, raised a USD 10M Series A in January 2026 and shipped dual-stack IPv6 with version 0.71. For IT and OT leads in the DACH region this raises a concrete question: do we keep paying per head to a US cloud, or do we host the control plane ourselves with Headscale or NetBird?

This article sets out the pricing change factually, works through the break-even, and gives a decision guide: when Tailscale Cloud remains the right call, when Headscale is enough, and when NetBird is the better platform.

Table of contents


What changed in 2026: Tailscale, NetBird, Headscale

Three developments belong together if you want to answer the cost question honestly in 2026.

1. Tailscale pricing v4 (blog post dated 08 April 2026). Tailscale moved its business plans from usage-based to seat-based pricing. The vendor's rationale: customers wanted predictable bills instead of amounts that fluctuate with monthly active users. The former Starter plan is now Standard, the free Personal plan covers up to 6 users with unlimited user-owned devices, and business plans gain features such as SCIM, device posture, user management APIs, and webhooks. Tailscale states existing customers have at least 12 months before migration to the new plans becomes mandatory.

2. NetBird Series A (13 January 2026). The Berlin-based open-source company raised USD 10M led by Pace Capital, with Nauta Capital, InReach Ventures, and Antler. NetBird positions itself as a European, open-source alternative to legacy SSL VPN vendors. The project has been public on GitHub since 2021.

3. NetBird v0.71 (14 May 2026). This release brings dual-stack overlay networking: every peer receives an IPv4 and an IPv6 address from a per-account prefix, with full DNS, ACL, exit-node, and network-route support.

The common thread: all three options build on WireGuard. The difference is not the tunnel protocol but who hosts the control plane and how you pay for it.

Tailscale seat pricing v4 in detail

Seat-based means you pay for a number of seats on your tailnet. A user occupies a seat when they first log in to the admin console or first authenticate a device. That makes the bill predictable - but it grows with every additional employee who needs access.

Plan Model Price (as of June 2026)
Personal free USD 0, up to 6 users, unlimited user-owned devices
Standard (ex-Starter) per seat USD 8 per seat per month
Premium per seat USD 18 per seat per month
Enterprise custom on request

For many B2B setups the Personal plan is too constrained (no central user management, no advanced policies), so Standard or Premium are the realistic options - and that is where the cost dynamic begins.

Cost example: when seat pricing gets expensive

Seat logic is linear: twice the users, twice the bill. Self-hosting inverts that model - infrastructure and operations cost is largely fixed, whether you connect 30 or 300 users.

Users Standard (USD 8) Premium (USD 18)
10 USD 80/month USD 180/month
25 USD 200/month USD 450/month
50 USD 400/month USD 900/month
100 USD 800/month USD 1,800/month
250 USD 2,000/month USD 4,500/month

Note: Prices as of June 2026 per Tailscale Pricing. The official vendor figures are authoritative.

A self-hosted control server (Headscale or self-hosted NetBird) runs comfortably on a small server; the meaningful costs are operations, updates, monitoring, and SSO integration. Once the user count moves into double digits - and especially when Premium features are required - the break-even in favour of self-hosting usually sits at a few dozen seats. We work through the break-even logic in detail in the guide NetBird vs. Tailscale.

Headscale vs. NetBird: two routes to self-hosting

Self-hosting does not mean a "DIY VPN". There are two mature routes, and they differ fundamentally.

Headscale is an open-source, self-hosted implementation of the Tailscale coordination server. You keep using the official Tailscale clients but point them at your own control server. Upside: lean, Tailscale-compatible, ideal when you like the Tailscale experience but do not want the control plane in the US cloud. Details in the knowledge article What is Headscale.

NetBird is a standalone platform with its own agent, web dashboard, OIDC SSO, a granular policy engine, and dual-stack IPv6 since v0.71. More features out of the box, but its own ecosystem rather than Tailscale compatibility. Basics in the article What is NetBird.

Criterion Headscale NetBird (self-hosted)
What you host coordination server for Tailscale clients full platform incl. dashboard
Clients official Tailscale clients NetBird agent
Management UI minimal (CLI / community UIs) full web dashboard
SSO/OIDC via setup integrated
Policies ACL files policy engine in the dashboard
IPv6 dual-stack depends on setup native since v0.71
Ideal for lean, Tailscale-compatible central management, self-service

For a technical comparison that also includes plain WireGuard, see NetBird vs. Tailscale vs. WireGuard.

Decision guide: when to choose what

The choice depends less on the protocol than on cost, control, and operations. As a rule of thumb:

Stay on Tailscale Cloud when ...

  • the team is small (up to roughly 6 users the free Personal plan often suffices),
  • you have no data-sovereignty or EU-hosting requirements,
  • you deliberately want zero operational ownership of the control plane.

Choose Headscale when ...

  • you like the Tailscale clients and the Tailscale model,
  • the control plane should sit in-house or in the EU for sovereignty reasons,
  • you prefer a lean setup without an additional platform.

Choose NetBird when ...

  • you need central management, a dashboard, SSO, and policies out of the box,
  • the user count grows and seat pricing becomes a tax on growth,
  • you want a fully open-source platform with an active roadmap (dual-stack IPv6, SSH, Zero Trust) - see NetBird updates.

In OT environments and machine remote maintenance there is often the added need to connect edge appliances and sites securely without open ports - see Edge VPN appliances and remote maintenance.

Sovereignty: why EU hosting and open source matter

Cost is often the trigger, sovereignty usually the real reason. When the control plane sits with a US provider, metadata about your network - devices, users, connections - lives on that provider's infrastructure and legal jurisdiction. For many companies in regulated sectors, the public sector, or with GDPR-sensitive data, that is a governance concern. NIS2 further tightens the requirements for access control, audit, and traceability; a self-hosted, open-source stack can be controlled and audited cleanly here. What that looks like for remote access in practice is covered in NIS2-compliant remote access.

Open source adds: no vendor lock-in, inspectable code, your own update authority. Headscale and NetBird are both open source and can run entirely in Germany.

This article is general information and not legal advice. For a concrete assessment of NIS2 or GDPR obligations, please involve qualified counsel - we deliver the technical implementation.

How we work at WZ-IT

We are engineers, not a call centre. For self-hosted remote access we keep it pragmatic:

  1. Requirements check: user count, devices, sites, SSO, compliance, growth plan.
  2. Architecture: Headscale or NetBird, hosting in Germany/EU, SSO via OIDC (e.g. Keycloak, Authentik, Okta).
  3. Pilot and parallel run: pilot group, then a phased rollout; the old VPN stays active until cutover - with a clear rollback option.
  4. Managed operations: updates, monitoring, alerting, and incident response, so VPN ops never become a permanent task for your team.

We run this approach in production, for example for ABCO Water Systems in Australia and nextGYM GmbH in Germany. More on the platform under Remote management platforms.

Further reading

Want to know whether self-hosting is cheaper for you? We calculate your break-even and show the clean, zero-downtime migration. See our remote management platforms or book a free initial consultation.

Sources


Tailscale, NetBird, and Headscale are trademarks or projects of their respective owners. This article provides technical and economic context. Prices and features can change; the official vendor figures are authoritative.

Frequently Asked Questions

Answers to important questions about this topic

With the pricing v4 update (blog post dated 08 April 2026), Tailscale moved its business plans from usage-based to seat-based billing. The former Starter plan is now called Standard at USD 8 per seat per month, Premium stays at USD 18 per seat per month, and the free Personal plan now covers up to 6 users with unlimited user-owned devices. Tailscale states existing customers have at least 12 months before any mandatory migration to the new plans.

Seat pricing scales linearly with users: 50 users on Premium is USD 900 per month, 100 users USD 1,800 per month. A self-hosted control server (Headscale or NetBird) has largely fixed infrastructure and operations cost regardless of user count. Depending on the plan and operating model, the break-even typically lands in the range of a few dozen seats.

Headscale is an open-source, self-hosted implementation of the Tailscale coordination server. You keep using the official Tailscale clients but host the control plane yourself. NetBird is a standalone open-source platform with its own agent, dashboard, OIDC SSO, policy engine, and (since v0.71, 14 May 2026) dual-stack IPv6. NetBird ships more management features out of the box; Headscale is leaner and Tailscale-compatible.

NetBird is a Berlin-based open-source company that closed a USD 10M Series A in January 2026, led by Pace Capital with Nauta Capital, InReach Ventures, and Antler. The project has been public on GitHub since 2021 and is actively developed, most recently with version 0.71 and dual-stack IPv6.

Yes. Both Headscale (with Tailscale clients) and NetBird carry the actual data traffic directly peer-to-peer over WireGuard. The self-hosted server only coordinates connection setup (control plane) and provides relay/DERP when NAT prevents a direct path. When you self-host, that control plane is entirely yours.

Both are possible. You can run Headscale or NetBird on your own infrastructure, or have WZ-IT operate it as a managed service in Germany - including updates, monitoring, SSO integration, and incident response. That gives you data sovereignty and predictable cost without making VPN operations a permanent task for your team.

Timo Wevelsiep

Written by

Timo Wevelsiep

Co-Founder & CEO

Co-Founder of WZ-IT. Specialized in cloud infrastructure, open-source platforms and managed services for SMEs and enterprise clients worldwide.

LinkedIn

Let's Talk About Your Idea

Whether a specific IT challenge or just an idea - we look forward to the exchange. In a brief conversation, we'll evaluate together if and how your project fits with WZ-IT.

E-Mail
[email protected]

Leading companies trust WZ-IT

  • Rekorder
  • Keymate
  • Führerscheinmacher
  • SolidProof
  • ARGE
  • Boese VA
  • NextGym
  • Maho Management
  • Golem.de
  • Millenium
  • Paritel
  • Yonju
  • EVADXB
  • Mr. Clipart
  • Aphy
  • Negosh
  • ABCO Water Systems
Timo Wevelsiep & Robin Zins - CEOs of WZ-IT

Timo Wevelsiep & Robin Zins

Managing Directors of WZ-IT

1/3 - Topic Selection33%

What is your inquiry about?

Select one or more areas where we can support you.