Server ESX Framework not working

Hello,

Whenever i start my server, this issue below happens, and the esx framework in the server doesn’t work. I haven’t installed anything recently, and i tried clearing the server cache, and also not clearing it. Nothing is helping.

I don’t know what is happening to my server.

Server CFG

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”

These resources will start by default.

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames

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

fix Errors
restart sessionmanager

ESX/Base

start essentialmode
start esplugin_mysql
start es_admin2
start es_extended

esx/Base2
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_addoninventory
start esx_addonaccount
start es_ui
start cron
start instance

esx/Base3
start esx_animations
start esx_billing
start esx_joblisting
start esx_society
start esx_datastore
start esx_voice
start esx_rpchat
start esx_license

esx/ColoredHud
start coloredhud

esx/Banking
start new_banking

esx/Map-Mods
start bob74_ipl

esx/Discord
start DiscordBot

esx/UI
start FamilyRP-Styled-Voice
start nearest-postal
start EzWatermark

esx/Commands
start 911

esx/Misc
start lux_vehcontrol
start noplayerblips
start vannouncer
start deleteveh

esx/Skin
start skinchanger
start esx_skin
start esx_identity
start esx_plasticsurgery

esx/Shops
start esx_clotheshop
start esx_accessories
start esx_tattooshop
start esx_weaponshop
start esx_barbershop

esx/Homes
start esx_property
start esx_realestateagentjob

esx/Vehicles
start esx_mechanicjob
start esx_lscustom
start esx_vehicleshop
start esx_drp_garage
start esx_legacyfuel
start esx_carwash
start esx_cruisecontrol
start esx_RealisticVehicleFailure
start vehcontrol

esx/Police
start esx_policejob
start esx_jail
start wk_wrs

esx/Jobs
start esx_jobs

esx/LoadScreen
start loadscreen

esx/FoodWater
start esx_status
start esx_basicneeds
start esx_shops
start esx_optionalneeds
start esx_fwd_ui

esx/PauseMenuName
start pausemenu-title

esx/JobItems
start WeazelNewsCam

esx/QualityOfLife
start disabledispatch
start esx_thief
start esx_hide_hud
start es_pld

esx/CarsLEO
start therealvic

esx/CarsCiv
start 2015mustang
start bmwe46
start 2014p1
start 2014s500
start skyliner34
start 599gto
start zx10ninja
start yamaha2014
start bmws1000
start mitevox
start bmwi8
start 2020tesla
start vettec7

This allows players to use scripthook based plugins such as lambda menu.

Set this to 0 to disallow scripthook.

sv_scriptHookAllowed 0

Uncomment this to enable RCON. Make sure to change the password.

#rcon_password changeme

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 "

Set an optional server info and connecting banner image url.

Size doesn’t matter, any banner sized image will be fine.

#sets banner_detail “http://url.to/image.png
#sets banner_connecting “http://url.to/image.png

sets banner_detail “Server Banner — Postimages
sets banner_connecting “Server Banner — Postimages

Set your server’s hostname

sv_hostname “[NEW] San Andreas State Roleplay | ESX | Economy Based | ALPHA TESTING | Discord.GG/Uk5wfwr”

Nested configs!

#exec server_internal.cfg

Loading a server icon (96x96 PNG file)

load_server_icon myLogo.png

convars which can be used in scripts

set temp_convar “hey world!”

Uncomment this line if you do not want your server to be listed in the server browser.

#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:110000112345678 group.admin # add the admin to the group

Hide player endpoints in external log output.

sv_endpointprivacy true

Server player slot limit (must be between 1 and 32)

sv_maxclients 32

can i see your server.cfg?

I’l post it in the main post,

ohh i see, start the base like this!

start mysql-async
start essentialmode
start esplugin_mysql

start es_extended

start esx_menu_default
start esx_menu_list
start esx_menu_dialog

Thanks mate, will try it.

I tried it and the server isn’t showing up in the server list, i need another fix.

I tried both start up load orders, and both do not work. I’m not sure.


These are waht the server looks like when it’s broken.

1 Like

seems to me that your server isnt connecting to the DB thus not having the hud and giving you these errors
Put these in your server.cfg file on the very top
set es_enableCustomData 1
set mysql_connection_string “server=127.0.0.1;database=essentialmode;userid=root;password=”

Tried that, doesn’t work.

are you running a server through a vps or your computer ?

VPS from NFOSERVERS.

Do you know what is happening?

I figured out how to make the command prompt window bigger.

This is the full issue without any text cut off.

What do i do? Lol

There is another issue…
Access denied for “Sets command”
Maybe you should fix this and then it will work.

Yeah, i don’t know what is wrong.

No that error message should not effect the framework.

But the issues for some reason lies within es_extended.

Should i reinstall es_extended? Not the database bit, just the file bit?

Looks like i reinstalled es_extended, and i err think i fixed my server.

yea, sometimes a bit of an update will do the trick :slight_smile: