AnonymFlow
securite-reseauINFO

VPN Server Locations: How to Check Whether the Server Is Really There (2026)

Some advertised VPN locations are virtual: the IP is registered to one country while the machine runs in another. What that changes for jurisdiction, and the two commands that let you check it yourself in under a minute.

By Eric Gerard · Editor · AnonymFlow4 min readPhoto via Pexels

A VPN provider advertises servers in a long list of countries. The number is a selling point, and it is reported as if every entry meant a machine in a rack in that country. Often it does not, and the gap between the two has a name in the industry: a virtual location.

This is not an accusation. It is a technical practice with real reasons behind it, and the point of this article is to let you check any provider yourself rather than take anyone's word, including ours.

What a virtual location actually is

An IP address does not carry a physical position. It carries a registration: the holder of the address block declares which country it serves, and geolocation databases repeat that declaration.

A virtual location exploits exactly that. The provider assigns an address block registered to country A, and runs the hardware in country B, usually a nearby hub with reliable datacentres. Websites see an address from country A, so anything that keys on the IP behaves as if you were there.

Why providers do it, stated fairly

There are honest reasons:

  • Countries where they would not put a machine. Hosting real hardware in a jurisdiction with weak legal protections or a habit of seizing servers puts user data at risk. A virtual location offers the address without exposing the machine.
  • Countries with poor connectivity. A physical server in a place with thin transit can be slower than a well-connected machine two thousand kilometres away, wearing that country's address.

So the practice is defensible. What is not defensible is presenting a virtual location as a physical one, or burying the distinction where nobody will read it.

The honest criterion is not "does this provider use virtual locations" but "does this provider tell you which ones they are". Several publish the list. That disclosure is the thing worth rewarding.

Where it changes something for you, and where it does not

For reaching content tied to a country, it changes nothing. The check is done on the IP, the IP is registered there, it works.

For privacy, it changes everything. The authority able to compel a server is the one where the server physically sits. If you selected a country for its legal protections and the machine is somewhere else, you have the appearance of that jurisdiction and the reality of another one. That is precisely the thing you were paying for.

Editorial pick
4.6 / 5

See NordVPN's current offer

Whatever provider you consider, the criteria that survive this article are a published list of virtual locations, an audited no-logs policy, and a refund window long enough to run the two checks below yourself.

Deloitte audit 202430-day guarantee14M+ users
See the offer

Check it yourself, in under a minute

1. Latency against physics

Light in fibre travels at roughly 200 000 km per second. A round trip therefore costs about 1 ms per 100 km, before any routing overhead. That gives you a floor no marketing claim can go under.

ping -c 10 <the server hostname or IP>

Take the minimum round-trip time, not the average. Then compare:

RouteRound trip distancePhysical floorIf you measure
Paris to Mumbai~14 000 km~70 ms30 ms means the machine is not in Mumbai
Paris to Sydney~33 000 km~165 ms60 ms means it is somewhere in Europe or the Middle East
Paris to Frankfurt~1 000 km~5 ms10 ms is perfectly consistent

The floor is one-directional evidence. A latency far below the floor proves the machine is closer than advertised. A latency above it proves nothing on its own, since congestion and detours add delay.

2. Traceroute, for the names on the way

mtr --report --report-cycles 10 <hostname>
traceroute <hostname>

Intermediate routers frequently carry airport or city codes in their hostnames: fra for Frankfurt, ams for Amsterdam, lhr for London, sin for Singapore. When the last identifiable hop before an allegedly Indian server says sin, you have your answer without any special tooling.

Three green Ethernet cables plugged into a patch panel, with a partly visible label reading SERVER R and rows of CAT.6 ports below.
Three green Ethernet cables plugged into a patch panel, with a partly visible label reading SERVER R and rows of CAT.6 ports below.

What not to rely on

IP geolocation websites. They report the registration, which is the very thing a virtual location manipulates. Asking them where the server is means asking the illusion to confirm itself. Latency measures physics, and physics does not fill in a form.

The short version

A virtual location is an address in one country and a machine in another. It works for anything keyed on the IP and it defeats the reason you would choose a jurisdiction. Providers have real motives for the practice, so judge the disclosure rather than the practice: a published list of virtual locations is a good sign, silence is not.

And either way, you can settle it in a minute with ping and a distance. Location is one property of a provider among several: the four checks that tell you whether the tunnel itself is doing its job are in our VPN security test. For the wider picture of what a VPN does and does not cover, see are VPNs legal.

Editorial pick
4.6 / 5

Secure your connection with NordVPN

Threat Protection blocks trackers & malware · kill switch · 30-day money-back

Deloitte audit 202430-day guarantee14M+ users
See the offer
Everything you need to know.

Frequently asked questions

What is a virtual VPN server location?

It is a location where the IP address is registered to one country while the physical machine runs in another. The provider assigns an IP block that geolocation databases attribute to, say, India, and hosts the actual hardware in Singapore. Your traffic appears Indian to websites, but the server sitting in a rack is under Singaporean jurisdiction.

Is a virtual location dishonest?

Not in itself. Providers use them to offer coverage in countries where they judge local hosting unsafe or unreliable, which is a defensible engineering choice. What matters is whether the provider tells you which locations are virtual. The practice is not the problem; hiding it is.

How can I check where a VPN server actually is?

Ping it and compare the round-trip time with the physical distance. Light in fibre travels roughly 200 000 km per second, so a round trip of 7 000 km cannot come back in less than about 70 ms. If a server advertised in Mumbai answers a Paris connection in 30 ms, the machine is not in Mumbai. A traceroute adds a second clue, because intermediate routers often carry airport codes in their hostnames.

Why does the location matter if the IP works?

For streaming and for reaching country-restricted sites, the registered IP is what counts and a virtual location works. For privacy it is the opposite: the legal authority that can compel a machine is the one where the machine physically sits, not the one its IP claims. If you chose a country for its legal protections, a virtual location undoes exactly what you paid for.

Do IP geolocation sites tell me the real location?

No, and this is the heart of the confusion. Those databases mostly report registration and routing data declared by the address holder. They are the source of the appearance, not an independent check of it. Measuring latency tests physics instead, which is much harder to declare falsely.