Problem with Server

problem isnt just myself,

we can all direct connect to the server but it isnt visable in the server list, server files are currently upto date. this is my current 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 "0.0.0.0:30130"
endpoint_add_udp "0.0.0.0:30130"


start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■

# Set connection MYSQL-async
set mysql_connection_string "server=localhost;database=essentialmode;userid=root;"

# Disable Couchdb from essentialmode
set es_enableCustomData 1

# Mysql/Base
start mysql-async


# ESX/Base
start essentialmode
start esplugin_mysql
start es_admin2
start es_extended
start scoreboard
start esx_society
start esx_datastore
start esx_policejob
start esx_addonaccount
start esx_addoninventory
start esx_jobs
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_joblisting
start esx_billing
start new_banking
start esx_service
start esx_drugs
start esx_holdup
start esx_mafia
start esx_moneywash
start esx_ambulancejob
start esx_barbershop
start esx_mecanojob
start esx_truckerjob
start esx_license
start esx_property
start esx_identity
start esx_clotheshop
start esx_lscustom
start esx_shops
start esx_vehicleshop
start esx_weashops
start esx_animations
start esx_jailer
start esx_sit
start esx_voice
start esx_skin
start esx_taxijob
start esx_eden_garage
start esx_realestateagentjob
start esx_thief
start esx_idonlyforadmin



#server Scripts!
start cron
start async
start instance
start loadscreen
start PTTPoliceRadio
start RealisticVehicleFailure
start sandyalive
start vannouncer
start vSync
start skinchanger
start frfuel
start 911
start basic
start bob74_ipl
start CarCleanUp
start carhud
start custompeds
start harmonymap
start LEOAnimations
start PTTPoliceRadio
start weap
start noplayerblips
start LockSystem
start SeatShuffle
start timendate
start pld
start textscript
start customvehicles
start vengine
start lux_vehcontrol

#Server Scripts

sv_scriptHookAllowed 1

# change this
rcon_password *Changeme*

sv_hostname "Test | test | ms"

# nested configs!
#exec server_internal.cfg


# loading a server icon (96x96 PNG file)
load_server_icon icon.png

# convars for use from script
#set temp_convar "esx"
set sv_licensekey (ive got a license key here)

# 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

# hide player endpoints in external log output
sv_endpointprivacy true

# server slots limit (default to 24)
sv_maxclients 32

ive tried this #sv_master1 “” with and without the #…

If you want your server to appear in the list, it should be like this #sv_master1 "".
Note that, when you start the server, it may take up to 2 heartbeats to be sent before a new server gets listed on the serverlist. Try joining the server and wait a couple of minutes. You can check for it being listed on servers.fivem.net so you don’t have to disconnect to check it.

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