Subscribe to the Non-Human & AI Identity Journal

Always-on VPN

A configuration that keeps a VPN connection active whenever the device is running. It improves continuity, but it also means the node’s trust and exposure persist across reboots, sleep states, and maintenance windows.

Expanded Definition

Always-on VPN is a client configuration that automatically re-establishes encrypted network access whenever the endpoint is powered on, waking from sleep, or reconnecting after interruption. In identity and network security terms, it is not just a transport setting; it is a persistence decision that keeps the device inside a continuously managed access path. That distinction matters because the endpoint remains subject to policy enforcement, route control, and remote access dependencies for its entire active lifecycle.

Usage in the industry varies slightly across vendors, especially on how aggressively the tunnel is forced and whether fallback connectivity is blocked when the VPN is unavailable. For governance purposes, NHI Management Group treats always-on VPN as a control pattern that supports remote access assurance, not as a full zero trust model. The concept aligns broadly with the NIST Cybersecurity Framework 2.0 emphasis on protected communications and access governance, but the implementation details remain organisation-specific.

The most common misapplication is assuming always-on VPN guarantees secure access by itself, which occurs when endpoint hygiene, device posture checks, and segmentation are not enforced alongside the tunnel.

Examples and Use Cases

Implementing always-on VPN rigorously often introduces operational friction, requiring organisations to balance consistent protection against connectivity limits, user experience issues, and troubleshooting complexity.

  • A regulated enterprise requires all managed laptops to use always-on VPN so internal apps are reachable only through approved routes, even after suspend or reboot.
  • A remote workforce uses always-on VPN to ensure email, file access, and admin portals stay inside monitored pathways during travel and café or hotel connectivity changes.
  • A security team enforces always-on VPN on privileged admin endpoints so sensitive management sessions cannot accidentally spill onto untrusted networks.
  • A hybrid organisation pairs always-on VPN with device compliance checks, so the tunnel is allowed only when the endpoint meets baseline security posture requirements.
  • An incident response team temporarily uses always-on VPN during containment to keep affected users within controlled access channels while forensic work is underway.

These deployments are often compared with remote-access guidance in NIST Cybersecurity Framework 2.0, especially where access control and secure communications are part of a broader operating model.

Why It Matters for Security Teams

Always-on VPN matters because it changes the default condition of the endpoint from opportunistic access to continuously mediated access. That can reduce exposure on hostile networks, but it also concentrates risk in the VPN client, authentication stack, and policy engine. If the device is compromised, the tunnel may provide an attacker with a trusted route into internal resources unless posture checks, MFA, and segmentation are strong enough to stop lateral movement.

For teams managing identity and privileged access, the term is especially relevant because the VPN often becomes a gating control for administrative activity, NHI workflows, and tool access from remote devices. It should therefore be treated as part of an access architecture, not a stand-alone product feature. In practice, the security question is less “Is the VPN on?” and more “What trust is being extended, to whom, and under what conditions?”

Organisations typically encounter the operational cost of always-on VPN only after a lost laptop, a split-tunnel incident, or a compromised remote endpoint, at which point continuous access control becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST Zero Trust (SP 800-207), NIST SP 800-63, NIST AI RMF and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC Always-on VPN supports protected remote access and access control outcomes.
NIST Zero Trust (SP 800-207) Zero Trust Architecture frames VPN as one possible transport, not a trust grant.
NIST SP 800-63 AAL2 Remote access protected by VPN often depends on authenticator assurance for user verification.
NIST AI RMF AI RMF is relevant where automated policy or agentic access decisions are used.
NIST SP 800-53 Rev 5 AC-17 Remote access control is directly relevant to always-on VPN enforcement and oversight.

Avoid equating tunnel presence with trust; validate identity, device, and session context continuously.