Server not show up in the server list, but i can find by direct connect (port forwarded - ok)

**GTA V version? last version **
Up to date? yes
Legit or Pirate copy? legit
Steam/CD/Social Club? steam
Windows version? yes, Windows 7 x64

the server is not shown in server list, i have 2 pc’s , one for server, one for game, after all basic setups, i can find my server by direct conect with localhost and my ip but NOT found in server list ! why ?

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”

i do all setups necesary to forward the port the server but not appear in server list, where is the problem ?, i have to put someware my ip ? msg me back please !

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

sv_scriptHookAllowed 0

change this

#rcon_password yay

sv_hostname “new server”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

#load_server_icon myLogo.png

convars for use from script

set temp_convar “new server”

disable announcing? clear out the master by uncommenting this

sv_master1 “Va uram distractie placuta”

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:1234 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)

#(my license)

Thanks in advance !

Thanks in advance !

This is not a place where you put text… Please remove ‘Va uram distractie placuta’ and put the ‘#’ back in front of this line… It should look exactly like the one below:

# disable announcing? clear out the master by uncommenting this
#sv_master1 ""

By removing the ‘#’, you removed your server from the server list, which is why no one can see it.

i changed but still have same problem, the server is visible only by Direct Connect, anything else ?
Thanks !

Are you making sure to wait till the second heartbeat is sent to check if the server is listed?

@x_marius, please keep all communication about this issue here on the thread… PM’s are pointless, as others can not see the messages as well…

To answer your question, no… I can not send you a heartbeat via PM’s… a heartbeat is what the server sends to verify that it’s connecting properly. You have to wait around 5 minutes after starting your server for the 2nd heartbeat to be sent. Once it’s sent, the server will be listed… If you don’t see your server after the second beat, make sure that you’ve port forwarded correctly, disable any firewalls/antivirus, and that your server.cfg is set up like the one shown below:

Server.cfg
# 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 yay

sv_hostname "My new FXServer!"

# nested configs!
#exec server_internal.cfg

# loading a server icon (96x96 PNG file)
#load_server_icon myLogo.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 30

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

i copy paste the cfg i add just the liceance sv_licenseKey (my license)

i try to find by ip or name and can’t found, i wait to pass more then 5 min thinking appear in server list

if i change settings for firwewall (like disable or something) the server not appear and by directconncet

what can i change more ?!

All done server work fine

Nothing special changed on settings, just fallow basic stepts for setup, change your port forward to 30120 on your modem / hub (no change or add ip on server.cfg (i do this mistake before, so is no point to do any changes there))
And also wait for heartbeat from server
test

Thanks for help evryone !

Topic can be close !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.