Fix CS2 Community Server Not Showing in the Browser
server not showingnot in community browserGSLTA CS2 community server that won't list usually lacks a Game Server Login Token or has a blocked port. Here's the fix, plus the console connect and the sv_lan / insecure-mode traps.
A CS2 community server that won't appear in the browser almost always comes down to one of two things: a missing or invalid Game Server Login Token (GSLT), or a blocked port. Work through the checks below in order — the first two fix the large majority of cases.
Open the ports
CS2 uses the game port for both protocols. Make sure these are open on the host firewall and forwarded if you're behind a router:
| Port | Protocol | Purpose |
|---|---|---|
| 27015 | UDP | Main game traffic (required) |
| 27015 | TCP | RCON / browser query (default) |
| 27020 | UDP | SourceTV / GOTV relay (optional) |
You need a GSLT
Public Source/CS2 servers require a free Game Server Login Token from Steam to appear in the browser. Generate one (app 730) and pass it on launch:
+sv_setsteamaccount YOUR_GSLT_TOKEN
Connect directly
Open the console (enable it in settings) and connect by IP — works even before it lists:
connect server-ip:27015
Each public server needs its own GSLT. Reusing one token across servers, or an expired/banned token, stops a server listing.
Open 27015, set a valid GSLT with sv_setsteamaccount, and use "connect ip:port" in console to get in.
Step-by-step diagnostic
If it still won't list after the ports and token, run through these in order — each rules out a common cause:
- Confirm the server console shows the GSLT was accepted on startup (no token-invalid warning).
- Try
connect server-ip:27015in your own console. If that works, the server is fine and only the listing is the problem — usually the token or a query-port block. - Check
sv_lanis0; if it's1the server is local-only. - Confirm you didn't launch with
-insecure(that hides it from the VAC-secure browser most players use). - Verify the host OS firewall allows 27015, not just the router — a forwarded-but-firewalled port is a classic trap.
Other reasons it won't list
sv_lanis accidentally set to 1, which restricts the server to local network visibility only.- The server was launched with
-insecure, which disables VAC and can keep it out of the secure server browser most players filter for. - A duplicate hostname or an empty
hostnameconvar confuses the browser cache. - The host's OS firewall blocks 27015 even though the router forwards it.
How to prevent it
- Keep a dedicated GSLT per server and note its expiry/ban status if you ever run several servers.
- Don't launch a public server with
-insecureunless you specifically intend to run it VAC-disabled. - Verify listing with our server status checker after any launch parameter change.
Related errors
If players connect but get kicked for anti-cheat reasons, see fixing "VAC was unable to verify your game session". For consistency/model errors on join, see fixing "server is enforcing consistency". For setting one up from scratch, see how to make a CS2 server.
Counter-Strike, Steam, VAC and the Source engine are trademarks of Valve Corporation. ESAGAMES is an independent hosting provider, not affiliated with or endorsed by Valve. You must own a legitimate copy of the game.
Host a CS2 community server
Our CS2 hosting sets up the server and ports on high-clock CPUs behind a protected Frankfurt network.
Frequently asked questions
Why isn't my CS2 community server showing?
Most often it has no Game Server Login Token (GSLT), or the port is blocked. Generate a free GSLT for app 730 and pass it with +sv_setsteamaccount, and make sure 27015 is open.
What is a GSLT?
A Game Server Login Token from Steam that public Source/CS2 servers need to appear in the browser. It's free to create and each server should have its own.
How do I connect to a CS2 server by IP?
Enable the developer console in settings, then type: connect server-ip:27015. This works even while the server isn't listing.
What does sv_lan do and can it hide my server?
sv_lan 1 restricts the server to local-network-only visibility, which is why it won't appear in the public browser. Make sure it's set to 0 for a public server.
Does launching with -insecure stop my server listing?
It doesn't remove it from the browser entirely, but it disables VAC, and many players filter for secure servers only — avoid -insecure unless you have a specific reason to run without VAC.
Can I use the same GSLT on two different servers?
No — each public server needs its own unique token. Reusing a GSLT across servers causes listing and login conflicts for whichever one connects second.
Go deeper on this
Guides and explainers that pair with this fix — from our guides and blog.
Best CS2 Server Plugins
Metamod, CounterStrikeSharp and MatchZy — retakes, pugs and practice.
ReadDoes SourceMod Work on CS2?
The short answer is no — here is what to use instead.
ReadWhat Is Tick Rate?
Why 64 vs 128 tick decides how the game feels.
ReadWhat Is Netcode?
Why your shots do not always register, explained.
ReadRelated articles
Fix AMX Mod X "Couldn't load library" / Plugin Failed in CS 1.6
AMXX plugin stuck on "bad load", "couldn't load library" or "failed"? The real causes and the exact fix.
Read fix Game ServersFix FiveM "Couldn't load resource" / Failed to Start
A FiveM resource won't start or throws "couldn't load resource"? Here are the real causes and fixes.
Read fix Game ServersFix Rust Oxide / uMod Plugins Not Loading
Oxide/uMod plugins not loading after a Rust update? The usual causes and the quick fix.
Read fix