Cloudflare Zero Trust Alternative: Sovereign ZTNA Without Inline Inspection in the US Cloud
Cloudflare Zero Trust Alternative: Sovereign ZTNA Without Inline Inspection in the US Cloud
Cloudflare Zero Trust alternative: when an EU-hosted WireGuard mesh solves the ZTNA core with more sovereignty, and when Cloudflare remains the right choice.
Content notice: The information in this article was compiled to the best of our knowledge at the time of publication. Technical details, pricing, versions, licensing models and external content are subject to change. Please verify the information independently, especially before making business-critical or security-relevant decisions. This article does not constitute individual professional, legal or tax advice.
Cloudflare Zero Trust is the fastest path to zero-trust access for many teams: free for up to 50 users, globally distributed, set up in minutes. That is exactly why growing companies sooner or later face two questions: what does the model cost from user 51, and should all employee traffic run through a US provider's network? Anyone searching for an alternative mostly finds aggregator listicles that compare apples to oranges. This article sorts out the categories first: Cloudflare One is a SASE platform made up of ZTNA, a secure web gateway, browser isolation and more. A mesh solution like NetBird deliberately replaces only the access core, with direct WireGuard connections instead of a proxy cloud, and operated entirely in Germany if you choose. You will learn when Cloudflare remains the right choice, what the Data Localization Suite really covers, and when an EU-hosted WireGuard mesh solves the remote access part with more sovereignty.
Also worth reading: Twingate Alternative 2026: NetBird vs. Twingate for Businesses
What Cloudflare Zero Trust Is (and Which Parts You Actually Need)
Cloudflare Zero Trust is not a single product but a product family within the Cloudflare One SASE platform. To evaluate an alternative, you first need to know which building blocks you actually use.
The Building Blocks: Access, Gateway, WARP, Tunnel
The Cloudflare One documentation lists Access, Gateway, the Cloudflare One Client (WARP), Tunnel, Browser Isolation, DLP, CASB, Email Security and DEX as core components.[2]
| Component | Function |
|---|---|
| Access | ZTNA: identity- and context-based access control for internal applications, including clientless access via browser |
| Gateway | Secure web gateway: filters DNS, network, HTTP and egress traffic |
| One Client (WARP) | Device client that routes traffic into Cloudflare's network, where policies are enforced |
| Tunnel (cloudflared) | Outbound-only connection from your infrastructure to Cloudflare, no open inbound ports |
| Browser Isolation (RBI) | Browser code runs in the Cloudflare cloud |
| DLP / CASB / Email Security / DEX | Data loss scanning, SaaS security, email protection, experience monitoring |
The Decisive Architectural Property: Your Traffic Runs Through Cloudflare's Network
All building blocks share one property that is barely noticeable in daily use but central to any evaluation: the One Client routes device traffic into Cloudflare's global network, and Cloudflare Tunnel connects your own infrastructure to that very network via outbound connections.[2] That is the core of the SASE model and the technical foundation for features like content filtering. But it also means: between your devices and your internal systems stands the cloud of a US provider as an intermediary.
Why Companies Look for an Alternative
Three motives come up again and again in conversations with IT leaders.
Price: Free up to 50 Users, Then $7 per User and Month
The free plan is generous: $0, up to 50 users.[1] From user 51, the pay-as-you-go plan applies at $7 per user/month (paid annually), with no user limit.[1] For larger requirements there is the Contract plan with custom per-user pricing.[1] In the documentation, the three tiers are called Zero Trust Free, Standard and Enterprise.[3]
The jump from 50 to 51 users is therefore also a jump from $0 to several hundred dollars per month, and some quotas remain tiered by plan: Gateway lists hold 1,000 entries per list on the Standard plan versus 5,000 on Enterprise, DEX tests are limited to 10/30/50 and remote captures to 100/200/800 per day (Free/Standard/Enterprise).[3]
Data Path: A US Provider as Inline Proxy
The second motive is structural: in the SASE model, employee traffic flows through the provider's infrastructure.[2] With a US provider, this raises questions about the CLOUD Act, data processing agreements and dependency, regardless of how well the provider does its job. You will find the detailed analysis in GDPR-Compliant VPN 2026: Why US Cloud VPNs Are a Compliance Risk.
Complexity: A SASE Platform When All You Wanted Was Remote Access
At their core, many teams need one thing: secure employee access to internal applications, SSH and RDP targets, databases and sites. A SASE platform ships a whole bundle of modules for that, which all need to be configured, understood and audited. If you only need the access part, you pay for the platform complexity without using it.
What Cloudflare Offers for Data Localization (a Fair Look)
Cloudflare has responded to the European sovereignty debate: the Data Localization Suite (DLS) bundles Regional Services (choosing which data centers process traffic), Customer Metadata Boundary (logs and analytics stay in the region) and Geo Key Manager (control over where private keys are stored).[4] That is a serious offering and belongs in any fair evaluation.
Three limitations are documented:
- The DLS is a paid add-on available only on the Enterprise plan.[4]
- Gateway DNS filtering cannot be regionalized via Regional Services because most DNS traffic is not encrypted.[5]
- Custom certificates in Gateway cannot yet be restricted to a specific region, and Gateway only performs TLS decryption when using the One Client in default mode.[5]
Then there is the legal layer: the CLOUD Act (18 U.S.C. § 2713) obliges US providers to disclose data in their possession, custody or control, explicitly "regardless of whether such communication, record, or other information is stored, or otherwise located within or outside of the United States".[10] EU data centers operated by a US provider do not fundamentally change this provider-level obligation. At the same time: since the adequacy decision on the EU-US Data Privacy Framework of July 10, 2023, data transfers to certified US companies are legally permissible.[11] Using Cloudflare is therefore not a question of legality, but a question of risk assessment, control and future-proofing. What NIS2 additionally requires for access control and network security is summarized in NIS2 and Network Security.
This article is not legal advice; involve your data protection or legal counsel for specific questions.
The Alternative for the ZTNA Core: WireGuard Mesh Instead of Proxy Cloud
If the actual need is remote access, exactly this part can be solved with a different architecture: an overlay network in which the payload never flows through a provider cloud in the first place.
How NetBird Works
NetBird is open source (BSD-3-Clause; the management, signal and relay components are licensed under AGPLv3) and has around 28,000 GitHub stars (as of August 2026).[9] Devices form a mesh network and connect to each other directly via encrypted point-to-point WireGuard tunnels.[6] The signal server only brokers connection setup: it stores no data, and no traffic passes through it.[6] Only when restrictive NATs or firewalls prevent a direct connection does a relay step in; traffic flowing through the relay cannot be decrypted due to the WireGuard point-to-point encryption, and the private key never leaves the device.[6]
The contrast with the proxy model is clear: with Cloudflare, the data path through the provider network is the foundation of the platform; with NetBird, the direct peer-to-peer path is the foundation. How this architecture compares to a coordinated SaaS control plane is covered in detail in NetBird vs. Tailscale 2026.
Access Control Without Inline Inspection: Policies, Posture Checks, SSO
Zero trust does not require traffic inspection in a provider cloud to control access. NetBird enforces policies at the network level and verifies device state via posture checks with five check types: NetBird client version, operating system version, country/region, network range and running processes.[7] Sign-in runs through your existing identity provider via OIDC/SAML.
What NetBird Deliberately Is Not
Honesty belongs in every comparison: NetBird is not a secure web gateway. Neither the documentation nor the pricing page lists URL or content filtering, browser isolation, CASB or DLP as features.[6][8] DDoS protection for public websites is not its field of use either. If you need these functions, you still need a product of that category, whether from Cloudflare or another vendor. NetBird replaces the ZTNA and remote access core, not the SASE platform.
Cloudflare Zero Trust vs. NetBird: the Decision Matrix
| Dimension | Cloudflare Zero Trust | NetBird (birdhost Managed) |
|---|---|---|
| Category | SASE platform (ZTNA + SWG + RBI + DLP + CASB) | ZTNA / overlay network (WireGuard mesh) |
| Data path | Traffic runs through Cloudflare's global network | Direct peer-to-peer; relay only as encrypted fallback |
| Inline inspection | Yes (Gateway, TLS decryption with One Client in default mode) | No (by design; policies at the network level) |
| Open source | No (platform proprietary) | Yes (BSD-3-Clause + AGPLv3), self-hostable |
| Provider jurisdiction | USA (CLOUD Act applicable; DPF transfers permissible) | EU operation possible; birdhost: Germany |
| Data localization | DLS (Enterprise-only add-on, documented limits) | Instance fully in your chosen region, payload P2P |
| Pricing model | Free up to 50 users; then $7/user/month (paid annually); Enterprise custom | Flat rate from €99.90/month (Germany region), unlimited users and devices |
| Posture checks | Yes | Yes (5 check types; with birdhost from the Startup plan) |
| SWG / content filter / RBI / DLP | Yes | No |
| DDoS/WAF for public apps | Yes (core strength) | No (not its field of use) |
| Clientless browser access for third parties | Yes (Access) | Limited (reverse proxy from the Business plan) |
| Operating model | SaaS | Dedicated managed instance or self-hosting |
When Cloudflare Zero Trust Remains the Right Choice
Recommending an alternative does not mean talking down the category. Cloudflare Zero Trust remains the right choice when:
- You need a secure web gateway: URL and content filtering, TLS inspection, DLP, CASB or browser isolation
- You want to protect public web apps (WAF, DDoS protection, global edge performance)
- Many external third parties should access web apps clientlessly via browser
- Your team is below 50 users and has no sovereignty requirements: the free plan is hard to beat in that case
- You are already deep in the Cloudflare ecosystem (DNS, CDN, Workers) and deliberately want a single vendor
Coexistence is also a legitimate scenario, not a compromise: Cloudflare protects the public web assets with WAF and DDoS protection, while the internal network runs as a WireGuard mesh and the payload never leaves your own perimeter via a provider cloud.
When an EU-Hosted Mesh Solves the Access Part with More Sovereignty
The WireGuard mesh is the right fit when the core need is remote access to internal resources: applications, SSH and RDP targets, databases, sites and VPCs. How this also lets you connect sites without MPLS is covered separately. On top of that, three arguments:
Predictable costs instead of a per-user model. A calculation with 80 users (as of August 1, 2026): on the pay-as-you-go plan, that is 80 × $7 = $560 per month, effectively an annual commitment of $6,720 due to the "paid annually" terms.[1] With birdhost, the Business plan costs €199.90/month as a flat rate (Germany region, plus VAT), with unlimited users and devices and monthly cancellation.
| Users | Cloudflare Free | Cloudflare pay-as-you-go ($7/user/month, paid annually) | birdhost flat rate (Germany region) |
|---|---|---|---|
| 25 | $0 | $175/month | €99.90 (Startup) |
| 50 | $0 | $350/month | €99.90 (Startup) |
| 80 | not available | $560/month | €199.90 (Business) |
| 100 | not available | $700/month | €199.90 (Business) |
All Cloudflare prices: as of August 1, 2026; prices and plans can change at any time, please verify directly with the vendor.[1] For context: in NetBird Cloud, the Team tier costs €6 and the Business tier €12 per active user/month (free for up to 5 users and 100 machines), and posture checks are only available from Business.[8] With birdhost, access policies and posture checks are already included in the Startup plan (€99.90/month, Germany region); relay traffic of 2 TB (Startup) or 4 TB (Business) is included, €1/TB beyond that, peer-to-peer connections run directly between devices and do not count against the relay allowance.[6]
Sovereignty through architecture plus location. Your dedicated NetBird instance runs entirely in the region you choose, for example Germany in an ISO 27001 and BSI C5 certified data center (certification held by the data center operator), with a DPA available on request. The payload flows peer-to-peer and therefore never through a provider cloud in the first place, neither an American one nor ours.
Exit strategy included. NetBird is open source and can be self-hosted at any time. If you leave birdhost, you lose neither the protocol nor the architecture, you only change the operator. This independence is, by construction, not available with a proprietary SASE platform.
Getting started: choose a region, choose a plan, deploy your instance, connect clients via SSO. You can test for 7 days free of charge (credit card required) and cancel monthly.
Conclusion: Clarify the Category, Then Decide
The question "What is the best Cloudflare Zero Trust alternative?" can only be answered once it is clear which part of the platform you actually use. If you need a secure web gateway, browser isolation, DLP or DDoS protection for public apps, then Cloudflare (or another SASE vendor) remains the tool of choice, and the Data Localization Suite is the right lever for EU requirements, with the documented limits and the Enterprise hurdle.
But if the actual need is remote access to internal resources, a WireGuard mesh like NetBird solves exactly this core with a fundamentally different architecture: payload directly between peers instead of through a US proxy cloud, open source instead of proprietary, flat rate instead of per-user pricing. With birdhost, you add managed operations in Germany, with a dedicated instance, a DPA and predictable costs. This is not about "better than Cloudflare", but about the right category for your needs and the question of whose network your data runs through.
Transparency: birdhost is not an official NetBird product and is not affiliated with NetBird GmbH. Cloudflare, Cloudflare One, WARP, NetBird and WireGuard are trademarks of their respective owners.
Sources
- [[1]] Cloudflare Zero Trust: Access product page with pricing (Free up to 50 users, $7/user/month paid annually, Contract; as of August 1, 2026)
- [[2]] Cloudflare One documentation: product family and traffic flow through Cloudflare's global network
- [[3]] Cloudflare One account limits: plan names Free/Standard/Enterprise and quotas (Gateway lists, DEX tests, remote captures)
- [[4]] Cloudflare Data Localization Suite: Regional Services, Customer Metadata Boundary, Geo Key Manager ("Enterprise-only paid add-on")
- [[5]] Cloudflare Data Localization and Zero Trust: documented limits (DNS filtering, custom certificates, TLS decryption)
- [[6]] NetBird docs: How NetBird works (P2P mesh, signal without traffic, encrypted relay, private key stays on the device)
- [[7]] NetBird docs: Posture checks (5 check types)
- [[8]] NetBird pricing (free up to 5 users/100 machines, Team €6, Business €12, posture checks from Business, self-hosting)
- [[9]] NetBird GitHub repository (BSD-3-Clause / AGPLv3, around 28,000 stars, as of August 2026)
- [[10]] Cornell LII: 18 U.S.C. § 2713 (CLOUD Act, original text)
- [[11]] European Commission: EU-US Data Privacy Framework (adequacy decision of July 10, 2023)
Frequently Asked Questions
What is Cloudflare Zero Trust?▼
What is the difference between ZTNA and a secure web gateway?▼
Why do companies look for a Cloudflare Zero Trust alternative?▼
Is NetBird a complete alternative to Cloudflare Zero Trust?▼
How do the architectures differ: proxy cloud vs. WireGuard mesh?▼
How much does Cloudflare Zero Trust cost compared to Managed NetBird?▼
Does Cloudflare not offer EU data localization?▼
Does NetBird support posture checks and SSO?▼
When does Cloudflare Zero Trust remain the right choice?▼
How do I get started with birdhost?▼
Written by
Timo Wevelsiep
Founder, merkaio
Founder of merkaio. Managed NetBird VPN hosting. Focused on network security, zero-trust architecture and scalable VPN infrastructure.
LinkedIn