Default server not listed

Hello everyone!

I started configuring a new server as the wiki shows. It is up and running, under my linux server and optic fiber link. It is online for about 5 hours, and still is not listed in the serverlist on the website and game’s list.

Could you help me with this? Below my server.cfg (is the default)

IP Address: 189.112.239.32:30120

Thanks in advance!


you probably don’t want to change these!

only change them if you’re using a server with multiple network interfaces

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames

sv_scriptHookAllowed 1

change this

rcon_password 111111 (I changed the password)

sv_hostname “Alex - Porto Alegre - RS - BRASIL”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

load_server_icon logo.png

convars for use from script

set temp_convar “hey world!”

disable announcing? clear out the master by uncommenting this

#sv_master1 “”

want to only allow players authenticated with a third-party provider like Steam?

#sv_authMaxVariance 1
#sv_authMinTrust 5

add system admins

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don’t allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group

remove the # to hide player endpoints in external log output

#sv_endpointprivacy true

server slots limit (must be between 1 and 31)

sv_maxclients 32

license key for server (https://keymaster.fivem.net)

sv_licenseKey 1111111 (I have a valid license)

did you port forward port 30120?

Yes, I can connect direct using the public IP address. The server works fine.

Thanks for your help.