Hi guys, I am suffering with the ESX installation. I have seen several videos and followed what the documentation says, but I can’t get it to work for me. Currently when I enter the GTA I do not see any menu and when I try to open the inventory it gives an error. I will show how I have it done, I hope someone can help me!
Resources → [local] → [essential] → async
Resources → [local] → [essential] → mysql-async
Resources → [local] → [essential] → es_extended
Resources → [local] → [esx] → [ui] → esx_menu_default
Resources → [local] → [esx] → [ui] → esx_menu_dialog
Resources → [local] → [esx] → [ui] → esx_menu_list
IMG BDD:
Server.cfg
This file is a minimal version of the default config file.
This is NOT supposed to be enough for a fully running server.
Please read the fivem documentation:
Server Commands
Setting up a server
You CAN edit the following:
endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”
sv_maxclients 32
set steam_webApiKey “none”
sets tags “default, deployer”
You MAY edit the following:
sv_licenseKey “hsgtkqgvg8zlujyy0tp104tmduyn5bze”
sv_hostname “Matrix RP built with CFX Default by Tabarra!”
sets sv_projectName “[CFX Default] Matrix RP”
sets sv_projectDesc “Recipe for the base resources required to run a minimal FiveM server.”
sets locale “root-AQ”
set mysql_connection_string “server=127.0.0.1;database=es_extended;userid=root;password=zxasqw123q”
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.fivem:2752299 group.admin #Matias_Giorgieff
Add Group Systems
add_principal group.admin group.user
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow
These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ESSENTIAL
start mysql-async
start es_extended
start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start loadingmain
