FiveM Server Ports Explained

Which ports your FiveM server needs open, how to change them, and how to verify they're working.

Default Ports

FiveM uses a single port for both TCP and UDP traffic:

PortProtocolPurpose
30120TCP + UDPGame traffic, server browser listing, and client connections

Both TCP and UDP must be open on port 30120.

How Ports Are Configured

In server.cfg (via Files in the XGamingServer Panel):

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

To change the port, update the number in both lines to match. The port must also be allocated in your panel's Network tab.

Verify Your Port Is Open

From any browser outside your network, visit:

http://YOUR_SERVER_IP:30120/info.json

If the page loads with server info JSON, the port is open and the server is reachable. If it doesn't load, the port is blocked.

Common Issues

ProblemFix
Server not reachableVerify port 30120 is allocated in Network tab
Server not in browser but reachable via direct connectWait 5–10 minutes for the server list to index
info.json doesn't loadPort is blocked — check firewall and Network allocation

How is this guide?

40% Off — Limited TimeGet your Fivem server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page