Server is not showing up for my clan

I have a server and everything is running fine from my end I can connect but only through direct connect. I can’t find it on the server list nor can my friends. They can’t connect to it through direct connect either. I have port foworded but we still cant see it. Can anyone help me?

Show us your server.cfg

Why did you post 2 of the same topics when you could have just bumped your old one…

Server config:

you probably don’t want to change these!

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

endpoint_add_tcp “10.xxx.xxx.xxx:30110”
endpoint_add_udp “10.xxx.xxx.xxx: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

a comma-separated list of tags for your server

for example: sets tags “drifting, cars, racing” or sets tags “roleplay, military, tanks”

sets tags “default”

sv_hostname “New Hampshire State RP”

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 (your server will not be listed in the serverlist if you uncomment this!)

#sv_master1 “”

want to only allow players authenticated with a third-party provider like Steam (don’t forget, Social Club is a third party probvider too!)?

#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 nteqierllqw4qrmvmtmm01ep7kph7riq

what is this endpoint_add_tcp “10.xxx.xxx.xxx:30110”
endpoint_add_udp “10.xxx.xxx.xxx:30120”

This topic will close a month after the last reply

endpoint_add_tcp “10.104.116.104:30120”
endpoint_add_udp “10.104.116.104:30120”

well thats not supposed to be there

it is suppose to be

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

Changed, still nothing

Wait for the second heartbeat of the server (5-10 minutes after it starts, be patient)

It has been about 15 minutes still nothing. Any suggestions?

Not sure at this point.

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