Glossary

Geo-steering

How one hostname serves players in Warsaw and Los Angeles without either of them paying for the other's distance.

What it is

A load-balancing strategy that selects a backend by where the player entered the network rather than by round-robin or least-connections. Combined with anycast entry, it means a player is matched to a nearby edge and then to a nearby backend, so the whole path stays short.

Why it matters for Minecraft

Latency is gameplay in a way it is not for most applications — combat, block placement and movement all degrade visibly with ping. A network with players on multiple continents either accepts that some of them play badly, or it runs backends near each group and steers accordingly. Geo-steering is what makes the second option a configuration rather than a separate deployment.

What to check

That steering matches by point of presence rather than by coarse region, since two backends can be in the same continent and very different in practice. And that health checks pull unhealthy backends promptly — steering to the nearest broken server is worse than steering to a healthy distant one.

Common questions

Do I need multiple backends to use geo-steering?+

Yes — with a single backend there is nothing to steer between, though anycast entry still shortens the player's path to the edge. Geo-steering becomes valuable once you run servers in more than one region.

Does geo-steering split my player base?+

It routes connections, it does not partition players. Whether players in different regions share a world is a decision about your network architecture, not about the routing layer.

Related reading

AnycastPROXY protocolScrubbing center

Your next attack is already scheduled.
Be behind the edge when it lands.

We take care of security so you can branch out. Free plan, no card, one DNS record — if it doesn't hold, you lost five minutes.