Installation¶
Requirements¶
- FiveM server build 12913 or higher
- OneSync Infinity enabled (
+onesync infinityas a server start parameter)
Installation¶
- Download the latest release from GitHub.
- Extract the folder into your server's
resourcesdirectory. - Rename the extracted folder to
EasyAdmin.
Starting EasyAdmin¶
Add the following line to your server.cfg:
1 | |
Then add the required ACE permissions:
1 2 | |
The first line grants all EasyAdmin permissions to the group.admin group. The second line allows the resource to execute commands.
Restart your server after adding these lines.
Adding an Admin¶
After starting the server, connect and find your identifier by running this in the server console:
1 | |
Replace 1 with your player ID. This prints all identifiers for the specified player. The output looks like:
1 2 3 | |
Add one of these identifiers to the group.admin group in your server.cfg:
1 | |
Replace steam with your preferred identifier type (discord, license, xbl, etc.) and use your actual identifier value.
Opening the Menu¶
FiveM¶
The menu key is configured through the FiveM settings UI. Press F1 to open FiveM settings, go to Key Bindings, find "Open EasyAdmin", and assign a key.
Alternatively, type /easyadmin or /ea in the chat to open the menu.
RedM¶
Set the menu key in your server.cfg:
1 | |
Use a standard GTA V key name (e.g., F2, K, LCTRL). You can also use the /easyadmin chat command as a fallback.
See Also¶
- Configuration — Set up webhooks, Discord bot, and other options
- Permissions — Set up granular permissions for moderators and admins
- Troubleshooting — Common issues and solutions
- Updating — How to update EasyAdmin