Installing EasyAdmin¶
Requirements¶
EasyAdmin is a standalone resource. It does not require any additional libraries or dependencies to work.
Installation¶
Choose one of the following installation methods based on your setup.
- Go to the latest release page and download the source code.
- Extract the downloaded folder (it will be named something like
EasyAdmin-*version*). - Rename the folder to
EasyAdmin. - Upload the folder to your FiveM server's
resourcesdirectory using FTP.
Then continue with the rest of the setup guide.
- Install the required packages:
1 | |
- Navigate to your FiveM server's
resourcesfolder using the terminal:
1 | |
- Run the following script to download and install EasyAdmin:
1 2 3 4 5 6 | |
This script can also be used to update EasyAdmin. Always check the changelog before updating.
- Go to the latest release page and download the source code.
- Extract the folder (named something like
EasyAdmin-*version*) into yourresourcesfolder. - Rename the extracted folder to
EasyAdmin.
⚠️ If you're using txAdmin, skip this tab and use the "Manually (FTP)" or "Manually on Linux (CLI)" guides.
- Log in to your ZAP-Hosting dashboard.
- Go to the Resources tab.
- Search for EasyAdmin and click the Install button.
Getting Started¶
To start using EasyAdmin, add the following to your server.cfg file and restart your server:
1 2 3 4 | |
All available configuration options are in the Config Guide.
If you want to set a key to open EasyAdmin in-game, see the Keybind Guide.
Adding an Admin¶
Choose your method based on your hosting environment.
- Use this template to assign admin access:
1 | |
- Replace
IDENTIFIERNAMEwith the type of identifier you're using (e.g.,steam,discord,license). - Replace
IDENTIFIERwith the actual identifier value.
To get your identifier: - Start the server and connect to it. - In the server console, run:
(Replace
1ea_printIdentifiers 11with your in-game ID.)Example output:
1 2 3identifier.steam:1100001018c7433 identifier.discord:123456789012345678 identifier.license:ABCD1234EFGH5678To use Steam IDs, you need a Steam WebAPIKey. Follow this guide to get one.
You can also use other identifiers like discord, xbl, license, etc.
Example (using Steam):
1 | |
📌 This method only works for ZAP-Hosting's FiveM Linux/Windows servers. For txAdmin, use the "Manually" tab.
- Go to the Settings page in your ZAP-Hosting dashboard.
- Under the Admins section, enter your Steam ID (64-bit, not Hex).
- Add a new line for each admin.
EasyAdmin includes support for Discord ACE permissions by default.
- Set up the Discord Bot first.
- Once the bot is running, follow this guide to configure Discord ACE permissions.