Server doesn't show up, help

My server dosen’t show up on server list or ip connect. my server.cfg is setup right.

Couple of things:

  • Did you wait long enough (5 to 15 minutes)
  • DId you portforward your server?
  • Firewall not blocking the portforwarded ports?

Gtx is my server host, so should be okay on the last 2.

to number 1 yes

send you server.cfg file (without rcon password :wink: )

you probably don’t want to change these!

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

endpoint_add_tcp “193.111.184.85:30120”
endpoint_add_udp “193.111.184.85:30120”

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start speedometer
start frfuel
start admin
start roller
start bilskade
start stemme
start comand
start service
start fartpilot
start blinklys
start tweet
start est
start admin2
start vdk
start våben
start vehshop
start nw
start biler

sv_scriptHookAllowed 0

sv_hostname “Maliks ostehaps”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

load_server_icon fivemlogo.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:76561198079148235 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

try changing the ips to default

Like how can u show an example?

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

change them to those, which are default

Still dosen’t show up?

It dosen’t work so i dont really know what to do