Every VPN vendor claims their product is enterprise-grade. Most are not lying. The problem is that “enterprise-grade” in a vendor data sheet means something different from “fit for your specific remote access model.”

The result is that organisations select a VPN based on brand recognition or a colleague’s recommendation, deploy it with default settings, and discover its limitations during an incident rather than during an evaluation.

This guide is about the evaluation criteria that actually separate a good remote access decision from a regrettable one — including when the answer is not a VPN at all.

The question most teams skip: what access problem are you actually solving?

VPN conversations usually start with “which VPN should we use.” They should start with “what do our remote users actually need to reach, and what level of access control do we need over that reach?”

The answer shapes the evaluation:

  • If users need application-level access to internal web apps and SaaS management portals, ZTNA is almost always a better fit than a traditional VPN.
  • If users need network-level access — for legacy systems, developer tunnels, or specific compliance requirements — a VPN is appropriate, but should be scoped as narrowly as possible.
  • If users need both, a hybrid model is the honest answer, not a single-vendor solution.

Most organisations have both scenarios. The mistake is deploying one broad VPN and granting the same level of network access to everyone.

What actually separates a business-grade VPN from a consumer one

These are the capabilities that matter in a business context — not throughput benchmarks or server counts:

Identity integration. The VPN must integrate with your identity provider — Okta, Microsoft Entra ID, or equivalent. Users should authenticate with their corporate identity, not a separate VPN credential. This enables SSO, centralised provisioning, and revocation that actually works.

Mandatory MFA. Not optional, not “available” — enforced. A VPN that allows password-only authentication is a gap, not a feature.

Device posture enforcement. The VPN should be able to check whether a device is managed, whether its OS is up to date, and whether endpoint security is active before granting access. This is where most consumer-grade and mid-market VPNs fall short.

Granular routing. The ability to define which subnets and resources each user or group can reach. “Full tunnel to everything” is a security failure dressed up as simplicity.

Centralised logging. Authentication events, session durations, and connection details forwarded to a SIEM or central log management system. If you cannot answer “who connected from where, and for how long” in an incident, your VPN is producing noise, not intelligence.

Fast revocation. When an employee leaves, a contractor’s engagement ends, or a device is reported lost, access should be removable in under five minutes without hunting through multiple systems.

The VPN vs ZTNA decision matrix

ScenarioBetter fit
Internal web apps, admin portals, VDR administrationZTNA
Developer workflows requiring network-level accessVPN with scoped routing
Legacy systems without modern authenticationVPN with device posture controls
Third-party advisor access to specific resourcesZTNA
Mixed organisation with both scenariosHybrid: ZTNA primary, VPN for legacy

The trend in 2026 is toward ZTNA for most application access, with VPN retained for specific use cases rather than as the default. If your organisation is starting fresh, design for ZTNA-first and add VPN only where needed. If you are maintaining an existing VPN, reduce its scope rather than expanding it.

Three deployment patterns to evaluate

Rather than recommending specific vendors, these architectural patterns help clarify the trade-offs:

Enterprise firewall-integrated VPN. Part of a broader security platform from vendors like Cisco, Fortinet, or Palo Alto Networks. Strong policy integration and network visibility. Trade-off: operational complexity tends to grow, and the temptation to grant broad access is higher when VPN and network firewall share a console.

Cloud-managed VPN service. Centrally managed, designed for distributed teams, easier to onboard and scale. Good fit for organisations without dedicated network engineers. Trade-off: less control over the underlying infrastructure; vendor dependency for uptime and security patching.

Self-hosted VPN (WireGuard, OpenVPN). Maximum control, minimum vendor dependency. A good fit for technically mature teams with strong operational discipline. Trade-off: you own the reliability, the security hardening, and the patching cadence. This is only “simpler” if you have the capability to run it well.

The five deployment decisions that reduce incident risk

Regardless of which VPN you choose, these deployment decisions reduce the probability that a VPN becomes an incident entry point:

  1. Restrict routing to the minimum. Map out what each user role actually needs to reach. Start with that. Expand only on explicit request.
  2. Role-based access groups. Finance, legal, IT admins, developers, and third-party contractors should have separate policy profiles — not a shared “remote access” group.
  3. Split tunneling decision, made deliberately. Full tunnel improves control but can degrade performance. Split tunnel reduces latency but requires stronger endpoint controls to compensate. Make this choice intentionally, not by default.
  4. Log forwarding on day one. Configure log forwarding before the VPN is in production. It is much harder to add after teams are dependent on it.
  5. Quarterly access reviews. External contractors and temporary users are the most common source of stale access. Review and revoke on a schedule, not only when someone remembers.

How VPN architecture affects ransomware risk

Broad network access via VPN is a lateral movement opportunity for ransomware operators. Once a VPN credential is compromised — through phishing, credential stuffing, or an endpoint compromise — an attacker with network-level access can reach far more than they should.

Scoped routing and role separation directly reduce this risk. For what happens when ransomware is already on the network, see ransomware response: step by step.

FAQ

Is WireGuard secure enough for business use?

WireGuard has a strong security profile and is increasingly deployed in enterprise environments. The question is not whether the protocol is secure, but whether your team has the operational capability to deploy, harden, and maintain a self-hosted solution. Protocol quality does not substitute for operational discipline.

Our VPN has been running for years without incident. Should we change it?

“Without a known incident” is different from “without risk.” Review whether your current VPN enforces MFA, integrates with your identity provider, and provides sufficient logging. If it fails those three checks, the risk exists — it just has not materialised yet.

How does VPN choice affect UK, US, and Canadian compliance?

The requirements differ by regulation and jurisdiction, but the underlying principle is consistent: access controls, logging, and data localisation should be configured to match applicable obligations. Device posture enforcement and centralised logging are useful across all three regulatory environments.