[Release] EasyAdmin, an advanced & customisable Admin Menu + Discord Bot

It’s legit not working for me, I have tried everything

Someone should make a youtube video on this, like a tutorial

1 Like

Not sure what I’m doing wrong here

image

"Couldn’t load resource NativeUI. "

Okay, I got it to work in game now but it still opens with F2. I set it to the Home button (213). What is the problem?

you got the menu to work?

Yes I did @Mercys (20 chars)

How’d you get it to work? how does your server cfg work? would mean a lot if you could help me

@Mercys
In your Server CFG Under your custom resources do:
#easyadmin
[insert stuff here]

set es_enableCustomData 1
set mysql_connection_string “server=mysql-mariadb-dal01-9-101.zap-hosting.com;database=;userid=;password=”
endpoint_add_tcp “”
endpoint_add_udp “”

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
#inserted trough ZAP ressourcesystem

put your custom ressources below this line!

start mysql-async
start essentialmode
start carhud
start characters
start charcreator
start communications
start deleteveh
start detain
start factions
start GodModeDisabled
start handsup
start heli
start inventory
start lscustoms
start lux_vehcontrol
start NoDriveBy
start pausemap
start pets
start PlayerList
start pnotify
start stores
start Watermark
start weather
start WelcomeText
start AFKKick
start banking
start .settings
start SS-RunCode
start tattooshop
start emotes
start teleporter
start vehshop
start blackmarket
start synnloadscreen
start mapenhnace
start chopshop
start crafting
start playerhousing
start sound
start admap
start traffichandler
start serversync
start smuggler_vehicles
start lawenforcement
start actionmenu
start services
start csrp_gamemode
start boats
start tow
start management
start cuff
start jobs
start weaponshop
start vehicles
start ems
start events
start businesses
start fuel
start devtools
start Weaponry
start fingerpoint
start realtraffic
start removeAIcops
start wk_vehdamage
start roads
start dallas
start NativeUI
start EasyAdmin

Easy Admin Convars

set ea_LanguageName “fr” # set our language to english, available languages: en,de,fr,it,sv
set ea_MenuButton “166” # set our menu button to F5.

sv_scriptHookAllowed 0

change this

rcon_password

sv_hostname “”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

load_server_icon icon.png

convars for use from script

set temp_convar “hey world!”

Easy Admin Convars

set ea_LanguageName “fr” # set our language to english, available languages: en,de,fr,it,sv
set ea_MenuButton “166” # set our menu button to F5.

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 easyadmin allow # allow all commands for admins

add_ace group.moderator easyadmin.kick allow # allow kicking
add_ace group.moderator easyadmin.spectate allow # allow spectating
add_ace group.moderator easyadmin.freeze allow # allow freezing
add_ace group.moderator easyadmin.ban deny # disallow banning
add_ace group.moderator easyadmin.unban deny # also disallow unbanning

hide player endpoints in external log output

sv_endpointprivacy true

server slots limit (default to 30)

sv_maxclients 32
#This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
restart sessionmanager

that’s mine, does it look right? cause it doesn’t work with this

Send a pic of your consul torward the bottom

I am re-installing FiveM currently, but does the system admins portion look right? can you show me what yours looks like?

#easyadmin
start NativeUI
start EasyAdmin-4.3

set ea_LanguageName "en"                # set our language to english
set ea_MenuButton "213"			# set our menu button to Home. default: "289" F2
set ea_alwaysShowButtons "false"	# we don't want to see buttons we can't even access, do we? default: "false"
set ea_moderationNotification "[web hook link]"   # this can be either "false" or a discord webhook address, this will send a discord message if an admin takes actions against a player  ( such as banning and kicking )
add_ace group.admin easyadmin allow	                 # allow all commands for admins


add_principal identifier.steam:******** group.admin	# add a user to the admin group, any identifier works this way.
add_principal identifier.steam:***** group.admin	# add a user to the admin group, any identifier works this way.
add_principal identifier.steam:**** group.admin	# add a user to the admin group, any identifier works this way.
add_principal identifier.steam:**** group.admin	# add a user to the admin group, any identifier works this way.

1 Like

So you have it right after the “start” resources. That may be my problem, or that I have the resource named “EasyAdmin” Instead of EasyAdmin-4.3? Maybe the file is supposed to be named that.

What does it say when you start the server?

Never mind my hot key comment, I have found the error.

@Mercys you aren’t adding any players as admins, at least, accordinmg to your server.cfg

How do I disable controller support?

How do I do that? change the steam ID?