Help/ Ajuda - Server List/Lista Server

I run a FiveM server, and everybody can direct connect, but the server does not show up in the main server list.

Server .cfg is below

Todos conseguem acessar o servidor pelo Direct Server, no entanto, servidor não aparece na lista.

Abaixo 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"

set mysql_connection_string "server=127.0.0.1;database=vrpfx;userid=root;password="
set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
set playernames_template "{{serverName}}"

#Keep this here, it stops some errors
restart sessionmanager

sv_scriptHookAllowed 0

# change this and remove the # before rcon_password if you are using rcon, if not, leave this as is
#rcon_password ChangeMe

sv_hostname "TESTE"

# 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

# hide player endpoints in external log output
#sv_endpointprivacy true

# server slots limit (default to 30)
sv_maxclients 32

# Get a key from https://keymaster.fivem.net
sv_licensekey [Remove]

Thats your problem…

change it to #sv_master1 ""

Hi, this happens to me now, but I did the # sv_master1 and it’s still the same, any other solution? There are things about that server.cfg that I do not have like;
set playernames_svTemplate “[{{id}}] {{firstname}} {{name}}”
set playernames_template “{{serverName}}”
Can it be that or something else?