Server browser
A server browser is an in-game UI that lets players manually browse and select which game server to join. Players see a list of active servers with details like map, player count, ping, and game mode, then choose one and connect directly. It’s the opposite of automatic matchmaking, where the system picks the server for you.
Server browser vs. matchmaking
- Server browser — the player chooses. Used in community-driven games where players want control over which server, map, or community they join. Common in sandbox games, survival games, and games with custom or modded servers.
- Matchmaker — the system chooses. Players press “Play” and the matchmaker finds or creates a match based on skill, region, and queue. Common in competitive games, battle royales, and anything optimising for fair matches.
Many games offer both — a competitive ranked mode that uses matchmaking, plus a casual or community mode with a server browser.
Infrastructure implications
Server browsers need long-running servers that persist between sessions. The server stays up, players join and leave, and it keeps running — different from session-based matchmaking, where a server is allocated per match and released when the match ends.
For game server hosting, server-browser games typically run on reserved capacity (always-on servers) rather than on-demand allocation. Because the servers run 24/7, cost efficiency comes down to utilisation — how full the servers are on average.
Frequently asked questions
What is a server browser? An in-game screen that lists available game servers — with their map, player count, ping, and mode — and lets the player pick one to join directly, instead of being matched automatically.
What’s the difference between a server browser and matchmaking? With a server browser the player chooses the server; with matchmaking the system chooses it based on skill, region, and queue. Browsers suit community and modded games; matchmaking suits competitive games that need fair matches.
Do server-browser games need different hosting? Usually yes. They rely on long-running, always-on servers (reserved capacity) that persist as players come and go, rather than the per-match, on-demand allocation used by matchmade games.