NordLayer

Best Self Hosted Alternatives to NordLayer

A curated collection of the 15 best self hosted alternatives to NordLayer.

Cloud-based network security platform and business VPN providing secure remote access, site-to-site connectivity and Zero Trust Network Access. Includes cloud firewall (FWaaS), device posture monitoring, SSO/SCIM integration and centralized management.

Alternatives List

#1
Headscale

Headscale

Headscale is an open source, self-hosted implementation of the Tailscale control server for managing a private tailnet, nodes, keys, IPs, and routes.

Headscale screenshot

Headscale is an open source, self-hosted implementation of the Tailscale control server. It coordinates a WireGuard-based overlay network by exchanging node keys, assigning addresses, and managing routes and sharing within a tailnet.

Key Features

  • Implements core control-plane functions for a Tailscale-compatible network (tailnet)
  • Node registration and coordination via Tailscale clients
  • WireGuard key exchange and IP address management
  • User/namespace boundaries and machine sharing between users
  • Route advertisement and management for subnet routing
  • Designed for a single tailnet suited to personal use or small organizations

Use Cases

  • Run a private Tailscale-compatible VPN without relying on the hosted control server
  • Connect homelab, servers, and remote devices via a WireGuard-based overlay network
  • Provide secure remote access and subnet routing for a small team or community project

Limitations and Considerations

  • Focused on a narrow scope: a single tailnet rather than large multi-tenant deployments
  • Some Tailscale features may be unavailable or behave differently depending on client support and Headscale version

Headscale is a practical choice for self-hosters who want the Tailscale experience with an open control plane. It emphasizes a lean, hobbyist-friendly approach while supporting common coordination features needed for a private overlay network.

34.3kstars
1.8kforks
#2
wg-easy

wg-easy

Run a WireGuard VPN server with an easy web admin UI to manage clients, generate configs and QR codes, and monitor connections and traffic.

wg-easy screenshot

wg-easy is an all-in-one WireGuard VPN solution that bundles a WireGuard server with a web-based admin interface. It simplifies provisioning and managing VPN clients while providing visibility into connected peers and traffic.

Key Features

  • All-in-one deployment: WireGuard plus web admin UI
  • Create, edit, enable/disable, and delete VPN clients
  • Generate and display client QR codes and download configuration files
  • Connection status and per-client traffic statistics with Tx/Rx charts
  • One-time links and client expiration support
  • Prometheus metrics support
  • IPv6 and CIDR support
  • Optional 2FA support
  • Light/dark mode and multilingual UI

Use Cases

  • Managing a home lab or small team VPN without manual config editing
  • Quickly onboarding devices via QR code configuration
  • Monitoring VPN usage and traffic per client with basic metrics

wg-easy is well-suited for users who want a straightforward way to deploy WireGuard and handle day-to-day client administration through a browser. It combines simple operations with useful visibility features while keeping WireGuard management approachable.

24.1kstars
2.3kforks
#3
NetBird

NetBird

Open-source zero-trust networking platform delivering a WireGuard-based private network with centralized access control, SSO/MFA, and cross-platform clients.

NetBird screenshot

NetBird is an open-source private networking platform that creates a WireGuard-based overlay connecting devices across environments without configuring VPN gateways. It provides centralized access control and a management UI for policy enforcement across Linux, macOS, Windows, Android and iOS.

Key Features

  • Kernel WireGuard integration
  • Admin Web UI
  • SSO & MFA support
  • Public API
  • Cross-platform clients (Linux, Mac, Windows, Android, iOS)
  • Peer-to-peer connections with auto peer discovery
  • Access control - groups & rules
  • Setup keys for bulk provisioning
  • NAT traversal with TURN fallback
  • Identity provider integrations
  • Activity logging
  • Self-hosting via Docker and docker-compose
  • Private DNS
  • Docker-based quickstart script

Use Cases

  • Secure remote access to private resources across distributed teams
  • Site-to-site private networks across cloud/infrastructure
  • Least-privilege access control with per-group policies via IdPs

Limitations and Considerations

  • Self-hosted deployments require a publicly accessible Linux host and opening specific ports; NAT traversal can fail in strict networks, in which case a TURN relay is used

Conclusion

NetBird unifies a WireGuard-based overlay with centralized access control and identity-aware policies, enabling zero-configuration, scalable private networks across heterogeneous environments. It supports cloud-hosted or self-hosted deployments with an admin UI and REST API for managing peers and policies.

21.1kstars
1kforks
#4
Teleport

Teleport

Secure access platform for servers, Kubernetes, databases, desktops, and web apps with SSO/MFA, short-lived certificates, and full session auditing.

Teleport screenshot

Teleport is an identity and access platform that provides secure connectivity, authentication, authorization, and auditing for infrastructure. It replaces long-lived SSH keys, static tokens, and traditional bastions/VPN approaches with an identity-aware access proxy and short-lived certificates.

Key Features

  • Single sign-on for infrastructure via OIDC and SAML integrations
  • Multi-factor authentication and support for modern authenticators (including FIDO2/WebAuthn)
  • Short-lived, certificate-based access for SSH, Kubernetes, databases, and other resource types
  • Role-based access control with support for fine-grained policies and just-in-time elevation workflows
  • Session recording and audit trails across SSH, Kubernetes, database, RDP, and web application access
  • Secure tunneling to reach resources behind NATs and firewalls without exposing inbound ports
  • Web UI and CLI for resource discovery, access, and operational visibility

Use Cases

  • Centralize secure admin access to servers, clusters, and databases without distributing keys
  • Provide audited access to sensitive environments (production, regulated systems) with MFA and approvals
  • Enable secure remote access to internal web apps and desktops for support and operations teams

Limitations and Considerations

  • Full functionality spans multiple protocols and resource types, which can increase deployment and policy complexity in larger environments

Teleport is well-suited for teams that need a unified access layer across diverse infrastructure and want consistent identity-based controls. Its combination of SSO/MFA, short-lived credentials, and detailed auditing helps reduce risk while improving operational access workflows.

19.7kstars
2kforks
#5
Pangolin

Pangolin

Open-source identity-based remote access platform combining WireGuard VPN and tunneled reverse proxy access with granular zero-trust controls.

Pangolin screenshot

Pangolin is an identity-based remote access platform built on WireGuard that securely routes traffic to private and public resources across multiple networks. It combines VPN-style connectivity with browser-based reverse proxy access to applications, using zero-trust access controls.

Key Features

  • WireGuard-based tunnels to connect remote networks (“sites”) without exposing ports or requiring public IPs
  • Browser-based access to web applications via identity- and context-aware tunneled reverse proxy
  • Client-based access to private resources (for example SSH, databases, RDP, and network ranges)
  • Granular zero-trust access controls so users only reach explicitly allowed resources
  • SSO and OIDC support, plus additional authentication options such as PIN and passwords
  • Centralized dashboard to manage applications across networks, with access logging and policy enforcement
  • Automatic TLS/SSL certificate handling for proxied apps

Use Cases

  • Provide secure access to internal tools (Grafana, Bitwarden, admin panels) across offices, cloud VPCs, and edge locations
  • Replace or complement traditional VPNs with per-application access and stronger identity enforcement
  • Publish self-hosted web apps safely without directly exposing the underlying network

Limitations and Considerations

  • Dual-licensed: Community Edition under AGPL-3, with separate enterprise/commercial licensing terms

Pangolin is well-suited for teams and homelabs that need identity-aware access to distributed networks and apps. It emphasizes minimizing network exposure while still enabling convenient browser and client access to protected resources.

18kstars
532forks
#6
OAuth2 Proxy

OAuth2 Proxy

OAuth2 Proxy is a reverse proxy and middleware that protects web apps with OAuth2/OIDC login and forwards authenticated user identity to upstream services.

OAuth2 Proxy screenshot

OAuth2 Proxy is a flexible reverse proxy and middleware component that adds OAuth2/OIDC authentication in front of web applications. It integrates with many identity providers and forwards verified identity information to your upstream services.

Key Features

  • Works as a standalone reverse proxy or as an authentication middleware in front of existing proxies/load balancers
  • Supports OAuth2 and OpenID Connect, including a generic OIDC provider and dedicated implementations for common providers
  • Validates users by email, domain, and (for supported providers) groups
  • Forwards authenticated identity details to upstream apps via HTTP headers (for example username and group information)
  • Can also serve static files when used as a standalone reverse proxy

Use Cases

  • Add single sign-on in front of internal tools without modifying the applications
  • Protect multiple services behind a central reverse proxy using a shared authentication layer
  • Gate access to dashboards and admin panels with provider-backed identity and group-based access

Limitations and Considerations

  • Requires correct reverse-proxy/header configuration to avoid trusting spoofed identity headers from untrusted networks
  • Provider feature support varies; group/role extraction depends on the chosen provider implementation

OAuth2 Proxy is commonly used to standardize authentication for self-hosted and internal web apps with minimal application changes. It is well-suited for environments that already rely on OAuth2/OIDC identity providers and need a lightweight authentication gateway.

13.6kstars
2kforks
#7
OpenVPN

OpenVPN

OpenVPN is a widely used open-source VPN daemon providing TLS/SSL-based secure tunneling, flexible client-server and site-to-site modes, and cross-platform support.

OpenVPN screenshot

OpenVPN is an open-source VPN daemon that implements SSL/TLS-based secure tunneling for creating encrypted network connections. It supports both certificate-based and pre-shared-key modes, virtual TUN/TAP interfaces, and is portable across major operating systems.

Key Features

  • TLS/SSL-based authentication and encryption using the OpenSSL ecosystem
  • Supports multiple modes: SSL/TLS client-server, static key (pre-shared), routed (tun) and bridged (tap)
  • Works with TUN/TAP virtual network interfaces for flexible routing and bridging
  • Extensive configurability via command-line options and config files; sample configs and scripts included
  • Cross-platform codebase with primary implementation in C and build support for Unix-like systems and Windows
  • Multiple authentication and integration options for Access Server (local, PAM, RADIUS, LDAP, SAML) and extensible scripting hooks
  • Build and packaging support via Autotools and CMake; project maintained on a public Git repository

Use Cases

  • Secure remote-access VPN for employees connecting to corporate networks
  • Site-to-site encrypted tunnels to link branch offices or cloud networks
  • Enabling secure access to internal services and resources from untrusted networks

Limitations and Considerations

  • PKI and certificate management can be complex for new administrators; external tooling or guides are typically required
  • Users seeking minimal latency and very small codebase may prefer newer kernel-level protocols (e.g., WireGuard) for some use cases
  • Reliance on external crypto libraries (OpenSSL and alternatives) increases the importance of timely dependency updates and security maintenance

OpenVPN remains a mature, feature-rich VPN implementation with a long history and broad platform support. It is suited to a wide range of secure tunneling needs but requires careful operational management for PKI and dependency security.

13.1kstars
3.2kforks
#8
Cloudflared

Cloudflared

CLI tool to create Cloudflare Tunnels and route traffic through Cloudflare’s edge.

Cloudflared screenshot

Cloudflared is the Cloudflare Tunnel client used to create and manage tunnels that expose local or private services to the Internet through Cloudflare's edge network.

It authenticates to your Cloudflare account and routes traffic from the Cloudflare network to your origin with TLS, providing an added layer of security and control.

Key Features

  • Easy-to-install agent with low performance overhead
  • Command-line configuration
  • Built-in DDoS protection
  • Load balancing across origin pools with Cloudflare Load Balancer
  • Encrypted tunnels with TLS (origin-side certificates)
  • Application and protocol-level error logging

Use Cases

  • Provide secure remote access to internal applications via Cloudflare Access (Zero Trust)
  • Quickly expose local development environments for previews using Quick Tunnels
  • Improve remote performance and reliability with Argo Smart Routing across the Cloudflare network
12.7kstars
1.1kforks
#9
Amnezia

Amnezia

Open-source VPN client for desktop and mobile that can automatically set up a private VPN server and connect using WireGuard, OpenVPN, IKEv2, and obfuscated modes.

Amnezia screenshot

Amnezia is an open-source VPN client for desktop and mobile that helps you connect to a VPN and, notably, deploy your own private VPN server on a VPS. It automates server setup and supports multiple VPN protocols, including options designed to help in restrictive networks.

Key Features

  • Automated VPN server deployment via SSH, including installing required Docker containers
  • Supports classic VPN protocols: WireGuard, OpenVPN, and IKEv2
  • Traffic masking/obfuscation options such as OpenVPN over Cloak, OpenVPN over Shadowsocks, AmneziaWG, and XRay
  • Split tunneling for selected sites (and apps on Android and desktop)
  • Cross-platform clients for Windows, macOS, Linux, Android, and iOS

Use Cases

  • Quickly deploying a personal VPN on a rented server for privacy and safer browsing
  • Connecting from networks with VPN restrictions using obfuscation-capable modes
  • Enabling VPN only for specific apps or websites via split tunneling

Limitations and Considerations

  • Requires access to a remote server (VPS) and working SSH credentials to automate deployment
  • Some protocols and masking methods may require extra troubleshooting depending on network censorship and ISP behavior

Amnezia is a practical choice for users who want a single client that both provisions and manages a private VPN server and provides multi-protocol connectivity across major operating systems. Its protocol variety and masking options make it especially useful in challenging network environments.

9.6kstars
673forks
#10
Firezone

Firezone

Firezone is a zero-trust VPN replacement built on WireGuard, providing identity-aware access policies, peer-to-peer encrypted tunnels, and lightweight gateways.

Firezone screenshot

Firezone is an open source zero-trust access platform designed to replace traditional VPNs with identity-aware, least-privilege connectivity. It uses WireGuard-based tunnels and a gateway/relay architecture to securely connect users to specific resources instead of whole networks.

Key Features

  • Granular, group-based access policies for applications, subnets, and networks
  • Peer-to-peer, end-to-end encrypted tunnels with NAT traversal (hole punching)
  • Lightweight gateway component deployable in your infrastructure
  • Optional relay (STUN/TURN) to facilitate connectivity when direct paths fail
  • SSO and identity provider integration, including OIDC-based authentication
  • Admin portal for managing users, resources, and policies
  • Audit/activity logging for visibility and compliance needs

Use Cases

  • Secure access to internal web apps, databases, and services without exposing networks
  • Remote workforce connectivity as an alternative to OpenVPN-style VPN deployments
  • Contractor or partner access with strict, least-privilege, policy-based controls

Limitations and Considerations

  • Production self-hosting is not officially supported and internal APIs may change rapidly
  • Officially distributed clients may not always be compatible with a custom self-hosted control plane build

Firezone fits teams that want a modern, identity-aware approach to private access with WireGuard performance characteristics and centralized policy management. It is especially useful when you need to reduce broad network access while keeping connectivity fast and manageable.

8.4kstars
399forks
#11
iodine

iodine

iodine is a DNS tunneling tool that forwards IPv4 traffic through DNS queries and replies, providing a TUN interface to route IP traffic when only DNS is allowed.

iodine screenshot

iodine is a tunnel application that transports IPv4 traffic through DNS, using a client and server to create a virtual network interface and route IP packets over DNS queries and replies. It is commonly used in constrained networks where direct internet access is blocked but DNS is still permitted.

Key Features

  • Client/server IP-over-DNS tunnel using a TUN/TAP virtual interface
  • Works across multiple platforms (Linux, BSDs, macOS, and Windows)
  • Supports multiple DNS record types for transport, with autodetection for best throughput
  • Automatic probing of fragment/packet sizes to optimize performance
  • Challenge-response login and basic peer filtering to reduce unauthorized injection
  • Can fall back to raw UDP tunneling when direct UDP to port 53 is possible

Use Cases

  • Remote connectivity from restricted networks that only allow DNS traffic
  • Creating a temporary backchannel for administration and troubleshooting
  • Running a second-layer VPN or SSH-over-tunnel for more secure transport

Limitations and Considerations

  • Carries IPv4 payload only; tunneled traffic is not encrypted by default
  • Throughput is constrained and often asymmetric, depending on DNS relays and policies
  • Client and server typically need matching versions due to protocol compatibility

iodine is a pragmatic tool for establishing connectivity over DNS when other protocols are blocked, offering portability and performance-focused DNS transport choices. For security-sensitive scenarios, it is best used as a transport for an encrypted layer such as VPN or SSH.

7.6kstars
573forks
#12
Pomerium

Pomerium

Pomerium is an identity-aware access proxy that provides zero trust, per-request authorization to internal web apps and services without a traditional VPN.

Pomerium screenshot

Pomerium is an identity- and context-aware access proxy that sits in front of applications to enforce Zero Trust access. It enables clientless access to internal web apps and services, applying policy to every request rather than relying on network perimeter trust.

Key Features

  • Identity-aware access proxy for internal web apps and services
  • Per-request authorization with continuous policy enforcement (not just session-based)
  • Context-aware policies using signals like identity, time, and device context
  • Works across cloud, hybrid, and on-prem environments without re-architecting apps
  • Supports multiple identity types, including humans and non-human/service identities
  • Audit-focused logging of access decisions to support compliance and investigations

Use Cases

  • Replace or reduce reliance on traditional VPN access for internal applications
  • Secure legacy apps that lack built-in authentication/authorization
  • Enforce consistent, centralized access policy across mixed environments

Limitations and Considerations

  • Requires integration with an identity provider and careful policy design to avoid overly-broad access
  • Introducing a proxy layer may require planning for routing, certificates, and high availability in production

Pomerium is well-suited for teams that want identity-first, policy-based access controls for internal services. It provides a consistent way to secure applications and improve auditability while avoiding blanket network access typical of VPN-based approaches.

4.6kstars
321forks
#13
WGDashboard

WGDashboard

Self-hosted web dashboard for WireGuard and AmneziaWG to manage configs, peers, and access with a simple UI and optional 2FA.

WGDashboard is a lightweight web interface for managing and monitoring WireGuard VPN servers without relying on manual command-line checks. It discovers existing WireGuard and AmneziaWG configurations and provides a central place to administer peers and view key status details.

Key Features

  • Seamless integration with existing WireGuard and AmneziaWG setups
  • Automatic discovery of configurations under common server paths
  • Web UI to manage configurations and peers
  • Add single or multiple peers with auto-generated configuration details
  • Edit, restrict, and delete peers
  • Share peer access via QR code or shareable link, with email sharing support
  • Optional TOTP-based multi-factor authentication (2FA)
  • Job scheduling for actions like restricting or deleting peers based on conditions

Use Cases

  • Administer a small-to-medium WireGuard VPN for a homelab, family, or team
  • Quickly onboard and rotate client devices by generating and sharing peer configs
  • Monitor and manage multiple WireGuard configurations from a single UI

Limitations and Considerations

  • Not affiliated with the official WireGuard project
  • Feature set and compatibility depend on the underlying WireGuard/AmneziaWG environment and server configuration

WGDashboard is a practical choice for operators who want a simple, self-hosted control panel for WireGuard peer lifecycle management and basic monitoring. It focuses on the most important operational tasks while keeping setup and day-to-day administration straightforward.

3.3kstars
396forks
#14
Defguard

Defguard

Enterprise-grade zero-trust access management platform providing WireGuard VPN with true protocol-level 2FA/MFA, plus integrated OpenID Connect SSO and user/device controls.

Defguard screenshot

Defguard is an enterprise-grade zero-trust access management platform centered on WireGuard VPN with multi-factor authentication enforced at the VPN protocol level. It also provides integrated identity and SSO capabilities, designed for auditable, private deployments without relying on third-party cloud services.

Key Features

  • WireGuard VPN with true connection-level 2FA/MFA (TOTP/email tokens, pre-shared keys) rather than web-only MFA
  • Built-in OpenID Connect identity provider for SSO, plus support for external OIDC providers
  • LDAP/Active Directory integration with synchronization for users and groups
  • User, device, and group management with policy controls (RBAC-style administration)
  • Remote user enrollment and onboarding flows, including client configuration distribution
  • Forward-auth support for protecting applications behind reverse proxies
  • Audit-focused operations with logs and visibility into connected users/devices

Use Cases

  • Secure remote workforce access to private networks using WireGuard with enforced MFA
  • Replace or complement an existing IdP by acting as an OIDC provider for internal apps
  • Centralize user/device onboarding and access policies for multi-site VPN deployments

Defguard fits organizations that need a modern WireGuard-based VPN with strong identity and access controls, while keeping authentication and configuration fully under their own infrastructure.

2.5kstars
83forks
#15
Wiredoor

Wiredoor

Self-hosted ingress platform that exposes internal HTTP/TCP services to the internet through reverse WireGuard tunnels, with NGINX routing and automatic TLS certificates.

Wiredoor screenshot

Wiredoor is a self-hosted ingress-as-a-service platform for securely exposing applications and services running in private networks to the public internet. It creates reverse VPN tunnels using WireGuard and routes inbound traffic through a built-in NGINX reverse proxy.

Key Features

  • Reverse VPN tunneling powered by WireGuard for connecting private nodes to a public entrypoint
  • Built-in NGINX reverse proxy to publish HTTP services and route traffic by domain
  • Expose both HTTP and TCP services, including support for WebSocket connections
  • Automatic TLS certificates via Let’s Encrypt, with self-signed fallback for internal/local domains
  • Web UI to manage nodes, domains, and exposed services
  • CLI-driven setup for registering nodes and creating/revoking exposures
  • Optional OAuth2-based authentication per domain/service via an OAuth2 proxy
  • Designed to work across environments (Kubernetes, Docker/Compose, VMs, legacy servers, and IoT)

Use Cases

  • Publish internal dashboards (for example monitoring tools) without opening inbound firewall ports
  • Provide temporary external access to a private service for support, maintenance, or demos
  • Expose services running inside Kubernetes clusters, Docker hosts, or on-prem networks through a single public gateway

Wiredoor fits teams and homelabs that want cloud-like ingress control while keeping networking and access fully under their own infrastructure. It provides a consistent way to connect private nodes, map domains, and expose services securely with minimal operational overhead.

1.5kstars
74forks

Why choose an open source alternative?

  • Data ownership: Keep your data on your own servers
  • No vendor lock-in: Freedom to switch or modify at any time
  • Cost savings: Reduce or eliminate subscription fees
  • Transparency: Audit the code and know exactly what's running