Server is still not showing up on list

I have read that loads of people had their servers not show up on the list a few weeks back. I saw that FiveM also fixed that issue but it appears mine is still offline and I have not changed a thing since its been like that. Does anyone have a clue as why that may be? Thank you!

# 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 es_enableCustomData 1
set mysql_connection_string "server=****;database=essentialmode;userid=root;password=******"

start mapmanager
start chat
start assets
start spawnmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start loadscreen
start mysql-async
start essentialmode
start esplugin_mysql
start es_admin2
start async
start cron
# ESX ITEMS
start es_extended
start esx_addonaccount
start esx_phone
start esx_society
start esx_discord_bot
start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start esx_property
start esx_addoninventory
start esx_addonaccount
start esx_datastore
start esx_skin
start esx_ambulancejob
start esx_joblisting
start esx_status
start esx_license
start esx_billing
start esx_animations
start esx_identity
start esx_policejob
start esx_mecanojob
start esx_firejob
start esx_dmvschool
start esx_lscustom
start esx_drugs
start new_banking
start esx_vehicleshop
start esx_holdup
start esx_garage
start esx_weashops
start esx_truckerjob
start esx_mecanojob
start esx_clotheshop
start esx_voice
start esx_shops
start esx_taxijob
start esx_basicneeds
start esx_jailer
start esx_moneywash
start esx_carwash
start esx_AdvancedFuel
start esx_accessories
start esx_tattoosShops
# OTHER SCRIPTS
start vSync
start SeatShuffle
start rollwindow
start weapdel
start bob74_ipl
start livchanger
start vannouncer
start rolesFX
start vehcontrol
start crouch
start wk_wrs
start baseevents
start servercommands
start deleteveh
start instance
start speedometer
start streetLabels
start heli
start outlawalert
start pNotify
start lux_vehcontrol
start handsup
start wk_vehdamage
start WeaponDrop
start skinchanger
start VehicleExtraMenu
start rag
# POLICE VEHICLES
start bcso
start Captain14_LSPD
start Captain14_Sheriff
start DodgeCharger2014
start FordExplorer
start hwycars
start pol718
start polf430
start policeb
start polmav
start riot
start FireTruck
# SKINS
start detective
start ems
start hway
start police
start sheriff
start sheriffd
start swat
start Ped
# MAPS
start christmas
start SSPD

sv_scriptHookAllowed 0

# change this
rcon_password ********

sv_hostname "LowLife RP | 24/7 Serious RP | Drugs/Jobs/Housing/Police/Custom Cars | v1.0.3"

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

# player endpoint protection
sv_endpointprivacy true

did you get a key from https://keymaster.fivem.net/ and placed it into your config as the following?

Get a key from https://keymaster.fivem.net

sv_licensekey “YOURKEYHERE”

The majority of people claiming to have issues now have forgotten that they need to update their server to the latest build.

Please make sure that your server has a key inside the server.cfg file. If it does, then make sure that it is also up-to-date:

Click here for latest Linux build – 446

Click here for latest Windows build – 450

Also, make sure you have a valid license key from the keymaster and you correctly set it in the CFG file.

@Indominus @YippyKiYey Thank you both for the help it is working like a charm! Happy New Year!

2 Likes

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