Fix Unturned Server Not Showing in the List
server not showingonly LANcan't find serverAn Unturned server that won't list is almost always ports or being set to LAN instead of Internet. Here's the quick fix, the less common causes, and how to keep it listing reliably.
Open the ports
Unturned uses a small UDP range starting at the configured port (default 27015). Open the game port and the two above it, on the host firewall and forwarded if you're behind a router:
| Port | Protocol | Purpose |
|---|---|---|
| 27015 | UDP | Main game port (the value in Port) |
| 27016 | UDP | Steam query — how it appears in the list |
| 27017 | UDP | Used internally by the server |
The query port (game port + 1) is what the master server uses to see your server. Forward only 27015 and players can connect by direct IP, but the server never appears in the browser — a very common mistake.
Set it to Internet, not LAN
In your server's Commands.dat, the visibility must be Internet for it to list publicly. Check for the right mode and a server name:
# Commands.dat
Name My Unturned Server
Internet
MaxPlayers 24
Port 27015
Connect directly
In Unturned → Play → Connect, enter server-ip and port 27015. Direct connect bypasses the browser.
Open 27015–27017/udp, set "Internet" in Commands.dat, and use Connect with your IP if the browser is slow.
Quick diagnostic order
- Does direct Connect by IP work? If yes, the server is fine and only the listing is broken — jump to the query port (27016).
- Confirm the full UDP range 27015–27017 is open on the host firewall, not only forwarded on the router.
- Check
Commands.datsaysInternet, not LAN, and has aNameset. - Give the server a minute — the master list can take a short while to pick up a freshly started server.
Other reasons it stays hidden
- Workshop mod IDs configured in Commands.dat that no longer exist (removed/unlisted items) can stop the server finishing its boot, so it never registers.
- The host's OS firewall blocks the query port even though the router allows it — check both layers.
- Steam's server list cache is briefly stale after a restart; a manual browser refresh usually clears it.
How to prevent it
- Keep a backup of a known-good Commands.dat before editing it, so you can revert a bad change quickly.
- Check Workshop mod IDs still resolve after any Steam Workshop item gets removed or updated.
- Verify listing with our server status checker after any config or firewall change.
Related errors
For general port-forwarding steps, see how to port forward a game server. If players see the server but can't join, see fixing "connection timed out" on game servers.
Unturned is a trademark of Smartly Dressed Games / Nelson Sexton. ESAGAMES is an independent hosting provider, not affiliated with or endorsed by Smartly Dressed Games.
Unturned hosting, ports done
Our Unturned hosting opens the ports and supports Workshop mods on a protected Frankfurt network.
Frequently asked questions
What ports does an Unturned server use?
UDP starting at the configured port (27015 by default) plus the two above it (27016 query, 27017). They must be open and forwarded.
Why is my Unturned server only showing on LAN?
The server is set to LAN mode. Add the "Internet" command to Commands.dat so it lists on the public/internet server list.
How do I join an Unturned server by IP?
On the Play menu choose Connect and enter the server IP and port (27015). This avoids the in-game server browser.
Can a broken Workshop mod stop my Unturned server from listing?
Yes — if a mod ID in Commands.dat no longer exists or fails to download, the server can hang during boot and never finish registering. Check the console log for download errors.
Why does my server disappear right after a restart?
Steam's server list cache can be briefly stale. Give it a few minutes and manually refresh the browser before assuming something is actually broken.
Do I need to open ports again if I move the server to a new host?
Yes — ports are tied to the machine's firewall and router, so any new host or IP needs the same 27015-27017/udp range opened and forwarded again.
Go deeper on this
Guides and explainers that pair with this fix — from our guides and blog.
How to Choose a Game Server Host
CPU, Anti-DDoS, location and panel — the checklist that matters.
ReadGame Server Lag: CPU or Network?
How to tell which one is hurting you, and how to fix each.
ReadGame Server Security Checklist
Passwords, admin access, backups — beyond Anti-DDoS.
ReadBest Games to Host a Server For
The best games to run a server for this year.
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