Server name not showing up, zap hosting

i have a zap hosting account and it has started up fine and up to date. only way my server comes up is when i use the direct connection method.
problem is that it isn’t showing up on the list.

any thoughts?

**Up to date?yes
**Legit or Pirate copy?legit
**Steam/CD/Social Club?social club
**Windows version?windows 10

heres my server.cfg file text.

"

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 keks
start AdminMenu-LaLife-master

sv_scriptHookAllowed 1

change this

rcon_password *******
sv_hostname “NewZealand/Australia Free Roam Scripts Allowed No Rules”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

load_server_icon Hello.png

convars for use from script

set temp_convar “hey world!”

disable announcing? clear out the master by uncommenting this

sv_master1 “https://www.google.com

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 “**************************************”

"

What?! This is not what you put here… Also by removing the ‘#’ from the beginning of this line, you’ve now unlisted your server… Hence why it won’t show up…

Please edit this line to look like the one below:

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

cheers, got this sorted.

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