License & Deployment Mix: 35 tools – 19 OSS, 13 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)

What Is VPN & ZTNA?

VPN (Virtual Private Network) creates an encrypted tunnel between a client and a network, granting the client full access to resources as if it were physically connected. ZTNA (Zero Trust Network Access) replaces the broad network tunnel with identity-based, per-application access – users reach only the specific resources they are authorized for, without exposing the rest of the network.

Traditional VPNs follow a “trust the network” model: once authenticated, the user has broad access. ZTNA follows a “never trust, always verify” model: every request is authenticated, authorized, and encrypted independently.

Organizations are moving from VPN to ZTNA for several reasons:

  • Reduced attack surface – ZTNA exposes only specific applications, not the entire network; compromised credentials grant limited access
  • Identity-centric security – access decisions based on user identity, device posture, and context rather than network location
  • No inbound firewall rules – ZTNA clients initiate outbound connections; no open ports on the corporate firewall
  • Better user experience – per-application access without full tunnel overhead; works across networks without VPN client hassle

VPN remains relevant for:

  • Site-to-site connectivity – linking offices, data centers, and cloud VPCs
  • Full network access – use cases requiring broad protocol support (legacy apps, network scanning, multicast)
  • Infrastructure connectivity – server-to- server encrypted tunnels for internal services
  • Mesh networking – peer-to-peer encrypted connections between distributed nodes

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison

This evaluation covers VPN/ZTNA tools across deployment, protocol, ZTNA, MSP, platform, and monitoring dimensions.


SSO / OIDC Comparison

OIDC is the preferred SSO protocol; the notes below assume Authentik as the external identity provider.

Raw VPN protocols (WireGuard, OpenVPN CE, strongSwan, SoftEther) have no native SSO. Orchestration layers and commercial platforms add identity integration.

ToolOIDCSAMLSCIMAuthentik Notes
WireGuardNoNoNoRaw protocol; no user mgmt; use orchestration for SSO
OpenVPN CENoNoNoRADIUS/PAM only; no native SSO; Access Server adds SSO
strongSwanNoNoNoEAP/RADIUS only; no native SSO
SoftEtherNoNoNoRADIUS only; no native SSO
Algo VPNNoNoNoDeployment tool; no user mgmt beyond keys
HeadscaleYesNoNoNative OIDC; Authentik as IdP; group claims for ACLs
NetBirdYesNoNoNative OIDC (any provider); Authentik as IdP; group sync
NebulaNoNoNoCertificate PKI only; no SSO; cert groups for access
NetmakerYesNoNoNative OIDC; Authentik as IdP
ZeroTierNoNoNoAPI key auth; no native SSO; Central UI has SSO (paid)
FirezoneYesNoNoNative OIDC; Authentik as IdP; per-resource policies
DefGuardYesNoNoNative OIDC (also an OIDC IdP); LDAP sync; Authentik
OpenZitiYesNoNoExternal IdP via OIDC; Authentik as IdP
PomeriumYesNoNoNative OIDC (required); Authentik as IdP; policy-based
FerrumgateYesNoNoNative OIDC; Authentik as IdP
PritunlYes*NoNoGoogle/Okta/Azure/OneLogin SSO; Authentik via OIDC
Pritunl ZeroYes*NoNoGoogle/Okta/Azure/OneLogin SSO; Authentik via OIDC
OcteliumYesNoNoNative OIDC; Authentik as IdP
pfSenseNoNoNoRADIUS/LDAP for VPN auth; no native OIDC
OPNsenseNoNoNoRADIUS/LDAP for VPN auth; no native OIDC
MikroTikNoNoNoRADIUS for VPN auth; no native SSO
OpenVPN ASYes*YesNoLDAP/RADIUS/SAML; OIDC via bridge; Authentik SAML
TailscaleYesNoNoNative OIDC (any provider); Authentik as IdP; ACLs
TwingateYesYesYesOIDC + SAML + SCIM; Authentik as IdP; directory sync
Appgate SDPYesYesYesNative OIDC + SAML + SCIM; Authentik federation
Cloudflare ZTYesYesYesOIDC + SAML + SCIM; Authentik as IdP; Access
Zscaler ZPAYesYesYesOIDC + SAML + SCIM; Authentik federation
Prisma AccessYesYesYesNative SAML + OIDC + SCIM; Authentik federation
Cisco SAYesYesYesSAML + OIDC; SCIM via Entra; Authentik
Harmony SASEYesYesNoNative SAML + OIDC; Authentik federation
Netskope PAYesYesYesNative SAML + OIDC + SCIM; Authentik federation
FortiClientYesYesNoFortiAuthenticator SAML/OIDC; Authentik via SAML
SonicWall CSEYesYesNoNative OIDC + SAML; Authentik as IdP
Defined NetNoNoNoCertificate-based (Nebula); no SSO

* = requires specific configuration or limited provider support

Best SSO support: Twingate, Appgate SDP, Cloudflare Zero Trust, Zscaler ZPA, Prisma Access, Cisco Secure Access, Netskope PA (OIDC

  • SAML + SCIM)

Best OSS SSO: Headscale, NetBird, Firezone, DefGuard, Pomerium (native OIDC)

No SSO: WireGuard, OpenVPN CE, strongSwan, SoftEther, Nebula, ZeroTier (free), pfSense, OPNsense, MikroTik, Defined Networking


API Comparison

ToolAPI TypeAuthWebhooksSDKsTerraform
WireGuardNone (CLI)N/ANoNoneCommunity
OpenVPN CENone (CLI)N/ANoNoneNo
strongSwanVICI (socket)LocalNoPython, RubyNo
SoftEtherJSON-RPCAdmin keyNoNoneNo
Algo VPNNone (Ansible)N/ANoNoneNo
HeadscaleREST + gRPCAPI keyNoGoCommunity
NetBirdRESTToken, OAuth2YesGo, PythonYes (official)
NebulaNone (config)N/ANoNoneNo
NetmakerRESTTokenNoNoneCommunity
ZeroTierRESTTokenNoNoneCommunity
FirezoneRESTTokenNoNoneCommunity
DefGuardRESTTokenYesNoneNo
OpenZitiRESTJWTYesGo, Python, JSYes (official)
PomeriumRESTTokenNoNoneYes (official)
FerrumgateRESTTokenNoNoneNo
PritunlRESTTokenNoPythonCommunity
Pritunl ZeroRESTTokenNoNoneNo
OcteliumREST + gRPCTokenYesNoneNo
pfSenseREST (pkg)TokenNoNoneCommunity
OPNsenseRESTKey + SecretNoPythonCommunity
MikroTikREST + APITokenNoPython, GoYes (official)
OpenVPN ASREST + XML-RPCTokenNoPythonNo
TailscaleRESTAPI key, OAuthYesGo (official)Yes (official)
TwingateGraphQLAPI keyYesNoneYes (official)
Appgate SDPRESTTokenYesPythonYes (official)
Cloudflare ZTRESTTokenYesGo, JS, PythonYes (official)
Zscaler ZPARESTOAuth2YesPythonYes (official)
Prisma AccessRESTOAuth2YesPythonYes (official)
Cisco SARESTOAuth2YesNoneNo
Harmony SASERESTAPI keyYesNoneNo
Netskope PARESTTokenYesPythonYes (official)
FortiClientREST (EMS)TokenYesNoneYes (FortiOS)
SonicWall CSERESTTokenYesNoneNo
Defined NetRESTTokenNoNoneNo

VPN Protocol Support

ToolWGOVPNIPsecCustomS2SRemoteSplit
WireGuardYesNoNoNoYesYesYes (AllowedIPs)
OpenVPN CENoYesNoNoYesYesYes
strongSwanNoNoYesNoYesYesYes
SoftEtherNoYesYesYes (SE-VPN)YesYesYes
Algo VPNYesNoYesNoNoYesYes
HeadscaleYesNoNoNoYes (subnet)YesYes (ACLs)
NetBirdYesNoNoNoYes (routes)YesYes (routes)
NebulaNoNoNoYes (Nebula)YesYesYes (groups)
NetmakerYesNoNoNoYesYesYes (ACLs)
ZeroTierNoNoNoYes (ZT)YesYesYes (rules)
FirezoneYesNoNoNoNoYesYes (resources)
DefGuardYesNoNoNoYesYesYes
OpenZitiNoNoNoYes (Ziti)YesYesYes (services)
PomeriumNoNoNoNoNoYes (proxy)N/A (per-app)
FerrumgateYesNoNoNoNoYesYes
PritunlYesYesYesNoYesYesYes
Pritunl ZeroNoNoNoNoNoYes (proxy)N/A (per-app)
OcteliumYesNoNoNoNoYesYes
pfSenseYes*YesYesNoYesYesYes
OPNsenseYesYesYesNoYesYesYes
MikroTikYesYesYesNoYesYesYes
OpenVPN ASNoYesNoNoYesYesYes
TailscaleYesNoNoNoYes (subnet)YesYes (ACLs)
TwingateNoNoNoYesNoYesYes (resources)
Appgate SDPNoNoNoYesYesYesYes (entitle.)
Cloudflare ZTYes*NoNoYesYes (tunnel)YesYes (policies)
Zscaler ZPANoNoNoYesNoYesYes (policies)
Prisma AccessNoNoYesYesYesYesYes
Cisco SANoNoYesYesYesYesYes
Harmony SASEYesNoYesNoYesYesYes
Netskope PANoNoNoYesNoYesYes
FortiClientNoNoYesYesYesYesYes
SonicWall CSENoNoNoYesNoYesYes
Defined NetNoNoNoYes (Nebula)YesYesYes (groups)

* = via package or module, not native


ZTNA & Mesh Features

ToolMesh P2PPer-AppPostureIdentityMicro-SegNAT TravClientless
WireGuardNoNoNoNoNoNoNo
OpenVPN CENoNoNoNoNoNoNo
strongSwanNoNoNoNoNoYesNo
SoftEtherNoNoNoNoNoYesNo
HeadscaleYesNoNoOIDCACLsYesNo
NetBirdYesYesYesOIDCYesYesNo
NebulaYesNoNoCertsGroupsYesNo
NetmakerYesACLsNoOIDCACLsYesNo
ZeroTierYesRulesNoNoRulesYesNo
FirezoneNoYesLimitedOIDCYesYesNo
DefGuardNoNoNoOIDCNoNoNo
OpenZitiYesYesYesOIDCYesYesYes
PomeriumNoYesYesOIDCYesNoYes
FerrumgateNoYesNoOIDCYesYesNo
PritunlNoNoNoSSONoNoNo
Pritunl ZeroNoYesNoSSONoNoYes
OcteliumNoYesNoOIDCYesNoNo
pfSenseNoNoNoNoFW rulesNoNo
OPNsenseNoNoNoNoFW rulesNoNo
MikroTikNoNoNoNoFW rulesNoNo
OpenVPN ASNoNoNoSSONoNoNo
TailscaleYesACLsYesOIDCACLsYesNo
TwingateNoYesYesOIDCYesYesNo
Appgate SDPNoYesYesOIDCYesNoNo
Cloudflare ZTNoYesYesOIDCYesYesYes
Zscaler ZPANoYesYesOIDCYesNoYes
Prisma AccessNoYesYesOIDCYesNoYes
Cisco SANoYesYesOIDCYesNoYes
Harmony SASENoYesYesOIDCYesNoYes
Netskope PANoYesYesOIDCYesNoYes
FortiClientNoYesYesSAMLYesNoNo
SonicWall CSENoYesYesOIDCYesNoYes
Defined NetYesNoNoCertsGroupsYesNo

Best mesh: Headscale, NetBird, Nebula, Netmaker, ZeroTier, Tailscale (peer-to-peer WireGuard or custom protocol)

Best ZTNA: Cloudflare ZT, Zscaler ZPA, Pomerium, Twingate, NetBird (per-app access + device posture + identity)

Clientless access: Pomerium, OpenZiti, Cloudflare ZT, Zscaler ZPA, Prisma Access, Cisco SA, Harmony SASE, Netskope PA, SonicWall CSE, Pritunl Zero (browser-based, no client install)


MSP / Multi-Tenant Features

ToolMulti-TenantMSP PortalPer-Client NetsCentral MgmtPartner Program
WireGuardManualNoManualNoNo
OpenVPN CEManualNoManualNoNo
strongSwanManualNoManualNoNo
HeadscaleNoNoNoSingle instanceNo
NetBirdYesYesYesYesYes
NebulaManual (CAs)NoYes (CAs)NoNo
NetmakerYesNoYesYesNo
ZeroTierYesNoYesYesYes (Partner)
FirezoneNoNoNoSingle orgNo
DefGuardNoNoNoSingle orgNo
OpenZitiYesNoYesYesNo
PomeriumNoNoNoSingle orgNo
PritunlYesNoYesYesNo
pfSenseNoNoPer-deviceNoNo
OPNsenseNoNoPer-deviceNoNo
MikroTikYes*NoPer-deviceThe Dude NMSNo
OpenVPN ASNoNoNoSingle serverNo
TailscaleYesNoYes (tailnets)YesYes
TwingateYesYesYesYesYes (Partner)
Appgate SDPYesNoYesYesYes
Cloudflare ZTYesMulti-acctYesYesYes (Channel)
Zscaler ZPAYesPartnerYesYesYes
Prisma AccessYesPanoramaYesYesYes
Cisco SAYesPartnerYesYesYes
Harmony SASEYesInfinityYesYesYes
Netskope PAYesPartnerYesYesYes
FortiClientYesFortiCloudYesYesYes
SonicWall CSEYesPartnerYesYesYes

* = via The Dude NMS for multi-device management

Best MSP support: Twingate (dedicated MSP portal + partner pricing), NetBird (MSP portal), Cloudflare ZT (multi-account + channel partner), Zscaler, Prisma Access, Fortinet (established partner programs)

No multi-tenancy: Headscale, Firezone, DefGuard, Pomerium, OpenVPN AS (single-org focus; MSPs must run separate instances)


Platform Support

ToolWindowsmacOSLinuxiOSAndroidChromeOSRouter
WireGuardYesYesYesYesYesNoMany
OpenVPN CEYesYesYesYesYesNoMany
strongSwanYes*YesYesYesYesNoMany
SoftEtherYesYesYesNoNoNoNo
Algo VPNYesYesYesYesYesNoNo
HeadscaleYesYesYesYesYesNoNo
NetBirdYesYesYesYesYesNoNo
NebulaYesYesYesYesYesNoNo
NetmakerYesYesYesNoNoNoNo
ZeroTierYesYesYesYesYesYesSome
FirezoneYesYesYesYesYesNoNo
DefGuardYesYesYesNoNoNoNo
OpenZitiYesYesYesYesYesNoNo
PomeriumYesYesYesNoNoNoNo
FerrumgateYesYesYesNoNoNoNo
PritunlYesYesYesYesYesNoNo
Pritunl ZeroBrowserBrowserBrowserBrowserBrowserBrowserNo
OcteliumYesYesYesNoNoNoNo
pfSenseN/AN/AN/AN/AN/AN/Ax86
OPNsenseN/AN/AN/AN/AN/AN/Ax86
MikroTikN/AN/AN/AN/AN/AN/AMIPS/ARM
OpenVPN ASYesYesYesYesYesNoNo
TailscaleYesYesYesYesYesNoNo
TwingateYesYesYesYesYesYesNo
Appgate SDPYesYesYesYesYesNoNo
Cloudflare ZTYesYesYesYesYesYesNo
Zscaler ZPAYesYesYesYesYesYesNo
Prisma AccessYesYesYesYesYesYesNo
Cisco SAYesYesYesYesYesNoNo
Harmony SASEYesYesYesYesYesNoNo
Netskope PAYesYesYesYesYesYesNo
FortiClientYesYesYesYesYesYesNo
SonicWall CSEYesYesYesYesYesNoNo
Defined NetYesYesYesYesYesNoNo

* = strongSwan Windows support is limited; IKEv2 native client preferred

Broadest platform support: Cloudflare ZT, Zscaler ZPA, Prisma Access, FortiClient, Netskope PA (all major platforms including ChromeOS)

Clientless / browser-only: Pritunl Zero, Pomerium, Cloudflare Access, Zscaler ZPA Browser Access (no client install needed)


Deployment and Licensing

ToolLicenseSelf-HostedLanguagePricing
WireGuardGPL-2.0Yes (kernel)CFree
OpenVPN CEGPL-2.0YesCFree
strongSwanGPL-2.0YesCFree
SoftEtherApache-2.0YesCFree
Algo VPNAGPL-3.0Yes (cloud)PythonFree
HeadscaleBSD-3YesGoFree
NetBirdBSD-3YesGoFree (OSS) / Paid (cloud)
NebulaMITYesGoFree
NetmakerSSPL-1.0YesGoFree (CE) / Paid (Pro)
ZeroTierBSL-1.1Yes (ctrl)C++Free tier / Paid
FirezoneApache-2.0YesElixir/RustFree (OSS) / Paid (cloud)
DefGuardApache-2.0YesRustFree
OpenZitiApache-2.0YesGoFree
PomeriumApache-2.0YesGoFree (OSS) / Paid (Enterprise)
FerrumgateGPL-3.0YesTypeScriptFree
PritunlAGPL-3.0YesPythonFree (CE) / Paid (Enterprise)
Pritunl ZeroCustomYesPythonFree
OcteliumApache-2.0YesGoFree
pfSenseApache-2.0YesPHP/CFree (CE) / Paid (Plus)
OPNsenseBSD-2YesPHP/CFree
MikroTikProprietaryYes (RouterOS)N/APer-device license
OpenVPN ASProprietaryYesC/PythonPer-connection
TailscaleBSD-3 (client)No (SaaS)GoFree tier / Per-user
TwingateProprietaryNo (SaaS)N/APer-user / Per-resource
Appgate SDPProprietaryYes + SaaSN/APer-user
Cloudflare ZTProprietaryNo (SaaS)N/AFree tier / Per-user
Zscaler ZPAProprietaryNo (SaaS)N/APer-user (bundle)
Prisma AccessProprietaryNo (SaaS)N/APer-user (bundle)
Cisco SAProprietaryNo (SaaS)N/APer-user (bundle)
Harmony SASEProprietaryNo (SaaS)N/APer-user
Netskope PAProprietaryNo (SaaS)N/APer-user (bundle)
FortiClientProprietaryYes (EMS)N/APer-endpoint
SonicWall CSEProprietaryNo (SaaS)N/APer-user
Defined NetProprietaryNo (SaaS)N/APer-host

Monitoring Integration

ToolPrometheusStructured LogsGrafana
WireGuardNo (wg show)NoCommunity
OpenVPN CENo (status file)File logsCommunity
strongSwanNosyslogNone
SoftEtherNoFile logsNone
HeadscaleYes (/metrics)Yes (JSON)Community
NetBirdYes (/metrics)Yes (JSON)Community
NebulaYes (/metrics)Yes (JSON)Community
NetmakerNostdout logsNone
ZeroTierNoFile logsNone
FirezoneYesYes (JSON)Community
DefGuardYes (/metrics)YesNone
OpenZitiYesYes (JSON)Community
PomeriumYes (/metrics)Yes (JSON)Community
FerrumgateNoFile logsNone
PritunlNoFile logsCommunity
pfSenseYes (pkg)syslogCommunity
OPNsenseYes (plugin)syslogCommunity
MikroTikYes (SNMP)syslogCommunity
OpenVPN ASNoFile logsNone
TailscaleNo (SaaS)Audit log APINone
TwingateNo (SaaS)Audit log APINone
Appgate SDPYesYes (JSON)Community
Cloudflare ZTNo (SaaS)Log push APICommunity
Zscaler ZPANo (SaaS)Log streamingCommunity
Prisma AccessNo (SaaS)Log forwardingCommunity
Cisco SANo (SaaS)Log exportNone
Harmony SASENo (SaaS)Log exportNone
Netskope PANo (SaaS)Log streamingCommunity
FortiClientYes (EMS)syslog/CEFCommunity
SonicWall CSENo (SaaS)Log exportNone

Best monitoring integration: Headscale, NetBird, Nebula, Firezone, DefGuard, Pomerium, OpenZiti (native Prometheus endpoints + structured JSON logging)

Network appliances: pfSense, OPNsense, MikroTik (Prometheus via package/plugin + syslog to Fluent Bit)

SaaS tools: Tailscale, Twingate, Cloudflare ZT, Zscaler, Prisma, Netskope (log push/stream APIs to Fluent Bit; no direct Prometheus)


Tools

35 tools.

Algo VPN

Algo VPN is an automated VPN deployment tool created by Trail of Bits that provisions a WireGuard (and optionally IPsec/IKEv2) VPN server on cloud infrastructure with a single command.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Appgate SDP

Appgate SDP (Software-Defined Perimeter) is an enterprise zero trust network access platform that implements the Cloud Security Alliance (CSA) Software-Defined Perimeter specification.

License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none

Website

Check Point Harmony SASE

Check Point Harmony SASE is Check Point’s cloud- delivered Secure Access Service Edge platform that combines ZTNA, SD-WAN, Secure Web Gateway (SWG), Cloud Access Security Broker (CASB), Firewall-as- a-Service (FWaaS), and data loss preventi…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Cisco Secure Access

Cisco Secure Access is Cisco’s converged SSE/ZTNA platform that unifies capabilities formerly spread across Duo (igap/MFA), Umbrella (DNS security/ SWG), and Cisco AnyConnect (VPN) into a single cloud-delivered service.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Cloudflare Zero Trust

Cloudflare Zero Trust (formerly Cloudflare for Teams) is a comprehensive SASE/ZTNA platform built on Cloudflare’s global edge network spanning 300+ cities worldwide.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

DefGuard

DefGuard is an open-source WireGuard VPN server with integrated identity management, multi-factor authentication, and an OpenID Connect provider.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Defined Networking

Defined Networking is the commercial management platform built on top of the open-source Nebula overlay networking tool.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Ferrumgate

Ferrumgate is a self-hosted zero trust network access gateway that provides identity-aware, policy-controlled access to internal networks and services.

License: GPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: SAML

Website · Source

Firezone

Firezone is a WireGuard-based zero trust access platform that has evolved significantly since its inception.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, saas · SSO: none

Website · Source

FortiClient ZTNA

FortiClient ZTNA is Fortinet’s zero trust network access solution integrated into the broader Fortinet Security Fabric.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none

Website

Headscale

Headscale is an open-source, self-hosted implementation of the Tailscale control server, providing WireGuard mesh networking with the official Tailscale clients, ACL policies, MagicDNS, and native OIDC.

License: BSD-3-Clause (OSS) · Kind: web · Deploy: native · SSO: OIDC

Website · Source

MikroTik

MikroTik is a Latvian networking equipment manufacturer whose RouterOS operating system provides comprehensive VPN capabilities alongside routing, switching, firewall, and wireless features.

License: Proprietary (proprietary) · Kind: web · Deploy: appliance · SSO: none

Website

Nebula

Nebula is a scalable overlay networking tool developed by Slack (now Salesforce) for connecting hosts across any network topology.

License: MIT (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

NetBird

NetBird is a WireGuard-based mesh networking and zero trust network access platform that combines peer-to-peer VPN connectivity with identity-aware access control.

License: BSD-3-Clause (OSS) · Kind: web · Deploy: native, saas · SSO: none

Website · Source

Netmaker

Netmaker is a WireGuard network automation platform that simplifies the creation and management of WireGuard-based virtual networks.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Netskope Private Access

Netskope Private Access (NPA) is the ZTNA component of Netskope’s Security Service Edge (SSE) platform, providing secure access to private applications in data centers and cloud environments without traditional VPN infrastructure.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Nylon

Self-healing decentralized WireGuard mesh VPN implementing the Babel routing protocol (RFC 8966) for multi-hop routing over lowest-latency paths.

License: Apache-2.0 (OSS) · Kind: service · Deploy: native · SSO: none

Website · Source

Octelium

Octelium is a unified access platform that provides zero trust access to any service or resource regardless of protocol.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, k8s · SSO: none

Website · Source

OpenVPN Access Server

OpenVPN Access Server is the commercial, enterprise-ready version of OpenVPN that adds a web-based management interface, user self-service portal, and integrated authentication to the OpenVPN Community Edition engine.

License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none

Website

OpenVPN CE

OpenVPN Community Edition is the original open-source SSL/TLS-based VPN solution that has been the de facto standard for self-hosted VPN deployments since its initial release in 2001.

License: GPL-2.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

OpenZiti

OpenZiti is a zero trust overlay network platform developed by NetFoundry that provides application- embedded zero trust connectivity.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: OIDC

Website · Source

OPNsense

OPNsense is a FreeBSD-based firewall and routing platform forked from pfSense in 2015 by Deciso. It provides a modern web interface, weekly security updates, and a plugin-based architecture that extends core functionality.

License: BSD-2-Clause (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

pfSense

pfSense is a FreeBSD-based firewall and router platform that includes comprehensive VPN capabilities.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Pomerium

Pomerium is an identity-aware reverse proxy that provides secure, clientless access to internal web applications and services.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Prisma Access

Prisma Access is Palo Alto Networks’ cloud-delivered SASE platform that unifies ZTNA, SD-WAN, Secure Web Gateway (SWG), Cloud Access Security Broker (CASB), Firewall-as-a-Service (FWaaS), and data loss prevention (DLP) into a single converg…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Pritunl

Pritunl is an enterprise VPN server with a web-based management interface that supports OpenVPN and WireGuard protocols.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Pritunl Zero

Pritunl Zero is a zero trust system that provides secure access to internal services through an identity-aware reverse proxy and SSH certificate authority.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: SAML

Website · Source

SoftEther

SoftEther VPN is a multi-protocol VPN solution developed at the University of Tsukuba in Japan. It supports multiple VPN protocols simultaneously, including its own SoftEther protocol, OpenVPN, L2TP/IPsec, SSTP, and EtherIP.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

SonicWall Cloud Secure Edge

SonicWall Cloud Secure Edge (CSE), formerly Banyan Security, is a cloud-delivered zero trust network access platform that SonicWall acquired in 2024.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

strongSwan

strongSwan is a comprehensive IPsec-based VPN solution implementing the IKEv1 and IKEv2 key exchange protocols. It is the successor to the FreeS/WAN project and has been actively developed since 2005.

License: GPL-2.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Tailscale

Tailscale is a mesh VPN service built on WireGuard that makes secure networking as simple as installing an app.

License: BSD-3-Clause (OSS) · Kind: web · Deploy: saas · SSO: none

Website · Source

Twingate

Twingate is a cloud-native zero trust network access (ZTNA) platform designed to replace traditional VPNs with resource-level access control.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC

Website

WireGuard

WireGuard is a modern, high-performance VPN protocol that operates at the kernel level on Linux and as a cross-platform userspace implementation on other operating systems.

License: GPL-2.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

ZeroTier

ZeroTier is a virtual networking platform that creates software-defined networks (SDNs) connecting devices as if they were on the same local Ethernet segment.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, saas · SSO: none

Website · Source

Zscaler Private Access

Zscaler Private Access (ZPA) is a cloud-native ZTNA service that provides secure access to private applications without traditional VPN infrastructure.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

ResorsIT Tools Catalog Search