Having some troubles with my new ESX server

Connecting: Frank The Rebel
Sending heartbeat to live-internal.fivem.net:30110
Access denied for command add_principal. ?? <-------- What does that means and also i have another problem.

Access denied for command sets.
Access denied for command sets.
[EssentialMode] Everything is nice and updated!

Please help me been trying to fix this for about 3 days straight i really need one of you to aid me
Best regards

share your server.cfg (hide licenseKey)

1 Like

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”

start mapmanager
start chat
start spawnmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard

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

#Base
start es_extended
start esplugin_mysql
start essentialmode
start mysql-async
start es_admin2
start cron

#[ESX]
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_voice
start esx_sit
start esx_rpchat
start esx_animations
start skinchanger
start esx_skin
start esx_identity
start esx_joblisting
start esx_status
start esx_optionalneeds
start esx_basicneeds
start esx_jail
start esx_customui
start esx_clothestore
start esx_addonaccount
start esx_jobs
start esx_shops
start esx_billing
start esx_society
start esx_datastore
start esx_addoninventory
start esx_policejob
start esx_ambulancejob
start esx_mecanojob

#[Cars]

#[Other]
start hair
start NoPlayerBlips
start interiorfix
start nocrosshair
start PvP
start nonpcdrop
start noemergencycars
start disabledispatch
start DeWeaponizedVehicles

sv_scriptHookAllowed 1

sv_hostname “Vinewood Southland RP”

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

player endpoint protection

sv_endpointprivacy true

change this

rcon_password lundbyif1337

set sv_licensekey

Add this before start essentialmode

add_ace resource.essentialmode command.sets allow
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow
1 Like

it works! thanks <3