Short answer: A VPN concentrator is dedicated hardware (or software) that creates and manages hundreds or thousands of simultaneous VPN connections. It's what allows an entire company's remote workforce to securely connect to internal resources at the same time.
If you're a regular consumer using NordVPN or Mullvad, you don't need to worry about concentrators: that's what your VPN provider uses on their end. But if you're setting up enterprise infrastructure or just curious about how large-scale VPN deployments work, here's what you need to know.
VPN Concentrator vs. VPN Router: What's the Difference?
A VPN router handles VPN connections for a small office or home (maybe 5-50 simultaneous connections). A VPN concentrator handles hundreds or thousands.
| Feature | VPN Router | VPN Concentrator |
|---|---|---|
| Simultaneous connections | 5-50 | 100-10,000+ |
| Typical cost | $50-500 | $2,000-20,000+ |
| Use case | Small business, home office | Enterprise, government |
| Management | Basic web interface | Enterprise management console |
| Encryption handling | Software-based | Hardware-accelerated |
| Authentication | Username/password | LDAP, RADIUS, MFA, certificates |
How a VPN Concentrator Works
The concentrator sits at the edge of a corporate network, usually in the DMZ (demilitarized zone) or just behind the main firewall. When a remote employee tries to connect:
- Authentication: The concentrator verifies the user's identity (username/password, certificate, multi-factor authentication)
- Tunnel creation: It establishes an encrypted tunnel between the user's device and the corporate network
- IP assignment: The concentrator assigns the user an internal IP address
- Traffic routing: All traffic flows through the encrypted tunnel
- Session management: The concentrator tracks each connection, handles timeouts, and manages bandwidth
Each remote worker gets their own encrypted tunnel. The concentrator handles all the heavy lifting: encrypting outbound data, decrypting inbound data, managing keys, and routing traffic to the right internal resources.
Who Uses VPN Concentrators?
VPN concentrators are standard equipment for:
- Fortune 500 companies: managing thousands of remote workers
- Government agencies: secure access to classified networks
- Healthcare systems: HIPAA-compliant remote access
- Universities: student and faculty access to research resources
- Financial institutions: PCI-DSS compliant remote connections
If an organization has more than 100 remote users who need simultaneous access to internal systems, a VPN concentrator usually makes more sense than trying to scale up VPN routers.
Encryption Protocols
VPN concentrators typically support two main protocol types:
IPsec (Internet Protocol Security)
- Most common for site-to-site and enterprise remote access
- Requires client software on user devices
- Strong encryption, widely audited
- Works at the network layer: all traffic is tunneled
SSL/TLS VPN
- Works through a web browser: no client software needed
- Easier to deploy across diverse devices
- Often used for contractor or BYOD access
- Can provide granular access to specific applications rather than full network access
Most enterprise environments use IPsec for full-tunnel remote access and SSL VPN for web-based application access.
Major Vendors
The VPN concentrator market is dominated by a few major players:
- Cisco: The market leader. Their ASA (Adaptive Security Appliance) series handles VPN concentrator functions alongside firewall duties.
- Palo Alto Networks: GlobalProtect VPN built into their next-gen firewalls
- Fortinet: FortiGate appliances with integrated VPN concentrator
- Juniper Networks: SRX Series with VPN capabilities
- Check Point: Remote access VPN in their security gateways
Prices range from a few thousand dollars for SMB-grade hardware to $20,000+ for enterprise-class devices handling thousands of simultaneous connections.
Hardware vs. Software Concentrators
Hardware Concentrators
- Dedicated appliance with purpose-built encryption chips
- Higher throughput, lower latency
- Easier to certify for compliance (HIPAA, PCI-DSS, FedRAMP)
- More expensive upfront
- Preferred for healthcare, finance, government
Software/Virtual Concentrators
- Runs as a VM or container on existing infrastructure
- Easier to scale up or down
- Lower upfront cost
- Better suited for cloud deployments
- Examples: OpenVPN Access Server, WireGuard on Linux, cloud-native solutions
Security Considerations
VPN concentrators are prime targets for attackers because they're the gateway to entire corporate networks. Key security practices:
- Patch immediately: VPN appliance vulnerabilities get exploited fast. The 2019 Pulse Secure VPN flaw (CVE-2019-11510) was used to breach multiple government agencies.
- Multi-factor authentication: Username/password isn't enough. Require MFA for all VPN access.
- Network segmentation: VPN users shouldn't get blanket access to everything. Limit access based on role.
- Monitor connections: Unusual login patterns (weird hours, impossible travel) should trigger alerts.
- Disable unused protocols: If you don't need PPTP or L2TP, turn them off.
Do You Need a VPN Concentrator?
Probably not, unless you're managing enterprise infrastructure.
For personal use: Consumer VPN services (Mullvad, ProtonVPN, IVPN) handle the concentrator side for you. Just install the client.
For small business: A VPN router or cloud-based solution (like Tailscale or WireGuard on a VPS) is simpler and cheaper.
For enterprise: If you have 100+ remote users needing simultaneous access, centralized management requirements, and compliance obligations, then yes, you need concentrator-class infrastructure. Whether that's a physical appliance or a cloud-native solution depends on your architecture.
The Shift to Zero Trust
Traditional VPN concentrators are increasingly being replaced by "Zero Trust Network Access" (ZTNA) solutions. Instead of giving remote users full network access through a VPN tunnel, ZTNA provides access to specific applications based on identity and device posture.
Companies like Zscaler, Cloudflare Access, and Google BeyondCorp offer ZTNA alternatives that don't require a traditional VPN at all. The basic principle: never trust the network, always verify the user and device.
VPN concentrators aren't going away, especially for organizations with legacy systems or strict regulatory requirements. But for new deployments, ZTNA is increasingly the preferred approach.
Related Guides
References
- Palo Alto Networks - What Is a VPN Concentrator?
- Security.org - What Is a VPN Concentrator?
- TechTarget - How does a VPN concentrator work?
- NordVPN - What is a VPN concentrator?
Last updated: December 2025