Double VPN, also called multi-hop, sends your traffic through two VPN servers in sequence: your device encrypts to server A, server A forwards to server B, and B sends the traffic on to the website. The first server sees your real address but not your destination; the second sees the destination but not your address. It is a defense against the compromise of a single server, at the cost of roughly doubling the tunnel's overhead. For most everyday use it adds latency without adding protection you need; for a few situations it is exactly the right tool.
How it works
With an ordinary VPN, one server decrypts your traffic and forwards it. That server is the single point where your address and your destinations meet; the provider's policy is what keeps them from being recorded together.
With multi-hop, the traffic is encrypted in layers. Server A removes the outer layer and sees only "forward this to B." Server B removes the inner layer and sees only "this came from A, send it to this site." Neither server holds the full picture. If one server were seized or compromised, the attacker would still have to compromise the other to link you to your activity. Ideally the two servers are in different countries under different jurisdictions.
What it protects against
- Compromise of a single server. Malware on a server, a seized machine, a rogue operator: they get half the picture.
- Correlation at one point. An observer watching a single VPN server's traffic cannot match entering and exiting streams as easily when the exit is a different server elsewhere.
- Jurisdictional pressure on one location. Two countries have to cooperate.
What it does not protect against
- The provider itself. Both servers belong to the same company. If its policy or practice is to log, two hops do not help. Multi-hop is a defense against attackers, not against the provider; read the policy as described in what does no logs mean.
- Websites recognizing you. Cookies, accounts and browser fingerprints are unchanged; see browser fingerprinting explained.
- Leaks. DNS, IPv6 and WebRTC leaks bypass both hops equally. Test with is my DNS leaking.
- A global observer who can watch traffic entering the first server and leaving the second at the same time. Against that, timing correlation still works, as it does against Tor.
The cost
Two servers mean two detours and two encryptions. Latency roughly doubles compared with a single nearby server, throughput drops, and battery use on a phone goes up. If the two servers are far apart, browsing feels noticeably slower. The general reasons a VPN slows things are in does a VPN slow down your internet; multi-hop multiplies them.
Multi-hop versus Tor
Tor uses three hops through volunteer-run relays operated by different people, so no single organization controls the path, and Tor Browser also hardens the browser against fingerprinting. Multi-hop uses two servers run by one company, which is faster and simpler but trusts that company. For anonymity against a determined adversary, Tor is the stronger design; for everyday privacy with an extra layer against server compromise, multi-hop is the practical one. The full comparison is in VPN vs Tor vs proxy.
When it is worth turning on
- You have a concrete reason to worry about a single server being watched or seized: sensitive research, journalism, a hostile environment.
- You are on a network where your entry to the first server is observed and you want the exit to be somewhere else entirely.
- You want an exit country different from the entry country without trusting a single server in either.
When it is not
- Everyday browsing, streaming, calls: pay the speed cost for nothing.
- Public Wi-Fi protection: a single hop already closes what the café can see.
- Any situation where the threat is the website, not the network: multi-hop does not change what sites know.
A sensible way to use it
Keep single-hop as the default with the kill switch on. Turn multi-hop on for the specific task that needs it, pick a first server close to you for the least added latency, and turn it off afterward. If the app lets you choose both hops, put the exit in the country you want to appear from.
404 VPN's Premium plan includes multi-hop alongside a dedicated IP and family access, on the same VLESS and WireGuard apps with DNS inside the tunnel and a kill switch. Plans are on the home page; what is stored is in the privacy policy.