Multi-Hop VPN
A multi-hop VPN routes your traffic through two or more VPN servers instead of one, encrypting it multiple times. This adds an extra layer of privacy by making your connection harder to trace.
Definition
A multi-hop VPN (also called double VPN or VPN chaining) sends your internet traffic through two or more VPN servers in sequence before it reaches its destination. Each hop adds another layer of encryption and another IP address, making it significantly harder for any single party to link your activity back to your real location.
How multi-hop works
With a standard VPN, traffic goes you -> VPN server -> destination. With multi-hop, it becomes you -> server A -> server B -> destination. The first server sees your real IP but not your final destination, while the second server sees the destination but only the first server's IP. No single node holds the full picture.
Why it matters for privacy
Multi-hop defends against an adversary who can monitor or compromise one server. It is valuable for journalists, activists, and anyone facing sophisticated surveillance. Chaining servers across different jurisdictions also complicates legal data requests.
- Pre-set pairs: providers offer fixed two-server routes.
- Custom chains: some clients let you pick each hop.
- Trade-off: extra encryption and distance reduce speed.
Combined with a strict no-logs policy, multi-hop provides strong anonymity at the cost of noticeable latency.
Examples
NordVPN Double VPN routing traffic through two countries
Chaining a server in Switzerland through one in Sweden for journalists
Proton VPN Secure Core hopping through privacy-friendly jurisdictions
Common Use Cases
Frequently Asked Questions
Keep Learning
All termsVPN
A VPN (Virtual Private Network) encrypts all of your device's internet traffic and routes it through a remote server, hiding your IP and protecting data on untrusted networks.
Read definitionSSL/TLS
SSL/TLS is the encryption protocol that secures data in transit on the web — the 'S' in HTTPS — protecting it from eavesdropping and tampering.
Read definitionNo-Logs Policy
A no-logs policy is a VPN or proxy provider's commitment not to record what you do online — your browsing, connections, traffic or real IP.
Read definitionWireGuard
WireGuard is a modern, fast and lightweight VPN protocol known for its tiny codebase, strong cryptography and excellent performance.
Read definition