Server shows up on direct connect but doesn’t on the servers list
– Server config file ↓↓
# only change these 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"
# Config Vars
set es_enableCustomData 1
set mysql_connection_string "server=ip;port=port;uid=username;password=password;database=s5_azure_roleplay;insecureauth=true"
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames
###########################################
# Libraries - ESX - FiveM Scripts
###########################################
# FiveM Resources
start skinchanger
start cron
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames
start instance
# Required Libraries
start mysql-async
start ft_libs
start NativeUI
start pNotify
start essentialmode
start esplugin_mysql
start es_extended
start async
start bansql
# ESX Libraries
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
# ESX Resources
start es_admin2
start esx_spectate
start esx_voice
start esx_rpchat
start esx_addonaccount
start esx_addoninventory
start esx_phone
start esx_animations
start esx_datastore
start esx_service
start esx_skin
start esx_identity
start esx_joblisting
start esx_status
start esx_optionalneeds
start esx_basicneeds
start esx_clothestore
start esx_jobs
start esx_billing
start esx_society
start esx_policejob
start esx_ambulancejob
start esx_mecanojob
start esx_atm
start esx_shops
start esx_vehicleshop
start esx_lscustom
start esx_accessories
start esx_property
start esx_weaponshop
start esx_taxijob
start esx_realestateagentjob
start esx_barbershop
start esx_camera
start esx_jb_eden_garage2
start esx_celldoors
start esx_gopostal
start esx_mafia
start esx_ranger
start esx_truckerjob
start esx_extraitems
start esx_holdup
start esx_bankholdup
start esx_firejob
start esx_vehiclelock
start esx_outlawalert
start esx_carwash
start esx_pizza
start esx_moneywash
start es_wsync
#start esx_contract
start esx_checkdeathcause
start esx_sodaMachine
start esx_gym
start esx_gunrange
start esx_gunrange2
#start esx_vehicle-inventory
#start esx_plasticsurgery
start esx_tattooshops
start esx_sellvehicles
start esx_vehiclepush
start esx_stopvehicledespawn
start esx_giveid
start esx_chatforadmin
start esx_cartel
start esx_deliveries
start esx_jail
start esx_sit
start esx_dmvschool
start esx_illegal
# Misc Resources
start DeWeaponizedVehicles
start handsup
start Lenzh_chopshop
start streetlabel
start ELS-FiveM
start watermark
start RealisticVehicleFailure
start indicators
start disabledispatch
start wk_wrs
start security-cams
start vehiclecommands
#start enginetoggle
start loadingscreen
start trafficsigns
start NoSpeaky
start BulletTireRestrict
start HeadlightFlash
start modelblacklist
start afkkick
start pingkick
start radiant-animations
start nodriveby
start playerlogger
start serverlogging
start crouch
start umford
start keepmydooropen
start arrestanim
start slashtires
start simpleinteractions
start smarttrafficlights
start carwhitelist
start cruisecontrol
start InteractSoundS
start seatbelt
start LegacyFuel
start trew_hud_ui
start policepeds
start TA-Sync
start jsfour-idcard
start noplayerblips
start emergencyblips
###########################################
# Maps
start LEO_Training_Facility
start dealership
#start openinteriors
start sandy_upgrade
start bollards
start opendoor-madrazo
start cartelranch
start missionrowextended
start mechanicgarage
###########################################
###########################################
# Vehicles, Skins, AI, Animation
# Resources
###########################################
# AI
start CalmAI
start removeAIcops
# Animations
# Vehicles
# Cars
start ambulance
start police1
start police2
start police3
start police4
start police5
start policet
start fbi1
start fbi2
start sheriff
start sheriff2
start riot
start audia4b5
start e46
start i8
start e39
start audirs6
start bug09
start 18performante
start por911gt3
start rr12
start ssti
start skyline
start e92
start m5e60
start 17m760i
start x6m
start ben17
start bbentayga
start s63
start w140
start aston2019
start DB905
start 911turbos
start chiron17
start civegs
start demon
start demonhawk
start evo9
start evo10
start golf6
start gt86
start gtr
start mustang18
start pcayenne
start rav4
start rrst
start rx7tunable
start supra
start amarok
start audsq517
start fpacehm
start nissanjeep
start r8v10
start xclass
start g65amg
start na6
start 488lb
start lambose
start grandgt18
start rx804
start gallasl
start aventadors
start rx7twerk
start ff430
start p1
start mcvors
start ap2
start boss429
start f150
start xj
start wraith
start umford
start bronco
start rs7
start admiral
###########################################
# Reload Resources
###########################################
# Restart Resources
restart sessionmanager
###########################################
# allow client mods such as Lamda Menu?
sv_scriptHookAllowed 1
# change this
#rcon_password rconpassword
# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "roleplay, customcars, police, gangs, drugs, jobs"
sv_hostname "SAG ^0| ^5Azure Roleplay"
# 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!"
# Uncomment to DISABLE your server coming up in the server list
#sv_master1 ""
# want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party provider 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:num group.admin
add_principal identifier.steam:num group.admin # add the admin to the group
# remove the # to hide player endpoints in external log output
#sv_endpointprivacy true
#Steam key
set steam_webApiKey "steamkey"
# server slots limit (must be between 1 and 32)
sv_maxclients 32
Server is inside a docker container. It did show up on the list when it was installed but not anymore