[SOLVED] My server dont come up on the list

i did all the port forwarding and the firewalls but my server dosnt come up in list and no one can join need help

1 Like

Do any errors pop up in the server console?

no i have no errors im going to add extra words becuse it said i need 20 words to reply

1 Like

i can join but no one els can

Post a screenshot of your server console and upload your server.cfg file (Please make sure to take out any passwords/server keys before uploading)

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
start deleteveh
start Captain14_LSPD
start Captain14_Sheriff
start Captain14_FBI
start NeverWanted
start unmarked-police-pack

sv_scriptHookAllowed 1

change this

rcon_password

sv_hostname “testing 101 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 “hey world!”

disable announcing? clear out the master by uncommenting this

sv_master1 “welcome to SARP join our discord https://discord.gg/qRWgNKc and as always have fun we are looking for all persitions so come and join”

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
#3m6884nxwz7ju0f71804gg8royq1j2z5
license key for server (https://keymaster.fivem.net)
sv_licenseKey 3m6884nxwz7ju0f71804gg8royq1j2z5

By uncommenting this, you’ve unlisted your server… This is not where you put a ‘description’ of your server…

Please fix this line to look like this:

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

disable announcing? clear out the master by uncommenting this

#sv_master1 “”
like that

1 Like

Yes, then just start your server and either wait 4 - 5 minutes for the 2nd heartbeat to send, or connect to it and then try seeing if it’s in the server list.

1 Like

iv been waiting non of the heart beats have passed

Well seeing how I just posted that 2 minutes ago, and I clearly said you need to wait 4 - 5 minutes… I’d say you haven’t waited long enough.

oh yea thxs iv been working on this for a while i want to say thank u in advance for your help

1 Like

it hasnt come up it still not there

sorry i found it thxs for ur help

2 Likes

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