This issue is usually caused by bad port forwarding or firewall configuration problems. Ensure that your network setup is correct and confirm that others can connect to your server using Direct Connect.
To check whether others can connect directly:
connect IP:Port
IP:Port
with your server's actual IP and port, e.g.: connect 127.0.0.1:30120
.If a direct connection fails, the issue is likely related to incorrect port forwarding or a firewall blocking connections.
sv_master1
Check your server.cfg
for the following line:
#sv_master1 ""
If the #
is missing, your server might appear as private in the server list. This will disable the connect button for users trying to join through the server browser.
To fix this, ensure the line is commented out.
If this line is missing, you don't have to add it, as it is disabled by default.
http://ip:port/info.json
(fill in your ip and port) - example http://127.0.0.1:30120/info.json
Ensure your server is running and accessible externally.
http://ip:port/info.json
Replace ip:port
with your server's public IP and port number, e.g.:
http://127.0.0.1:30120/info.json
Replace 127.0.0.1
with your server's external (public) IP address to ensure it is reachable from outside the local network.
Alternatively, you can use a port checking service:
If the port is open, the site will confirm visibility from the outside.
If your server is reachable but still does not appear in the server list, confirm that the following variables are set in server.cfg
:
# Set your server's Project Name
sets sv_projectName "My FXServer Project"
# Set your server's Project Description
sets sv_projectDesc "Default FXServer requiring configuration"
If either variable is missing, the server will display an error upon startup and may not appear on the list.
Using more than 48 slots requires a Cfx.re Element Club Argentum 💿 subscription or higher.
To raise the maximum player cap:
sv_maxclients
to a value higher than 48 (based on your subscription tier).Possible reasons:
Microsoft Defender Antivirus may slow down server startup by scanning FXServer files on Windows servers.
To resolve:
PowerShell
into the search bar.C:\FXServer\
with your actual path):Add-MpPreference -ExclusionPath 'C:\FXServer\'
For more details on the Add-MpPreference
command, refer to the official documentation.
Note that adding resources to your server increases the startup time. If you experience unusually long startup times, check the server console for errors or warning messages.
We're happy to help.