Installation

Dependencies

Resource
Required

ox_lib

Yes

oxmysql

Yes

Ensure these are started before EAdmin in your server.cfg.

Setup

  1. Extract the resource into your resources/ directory

  2. Edit config files in config/ (see Config.md)

  3. Add the following to your server.cfg:

# Dependencies
ensure ox_lib
ensure oxmysql

# Permissions (required for AdvancedParking and other command integrations)
add_ace resource.eadmin_panel command allow

# Start EAdmin last (after all frameworks and resources)
ensure eadmin_panel

If you renamed the resource folder, replace eadmin_panel with your actual folder name.

Database

Tables are created automatically on first start. No manual SQL import needed.

Bootstrap First Admin

On first launch, players with the configured ACE permission can claim super-admin.

Default ACE requirement:

Example server.cfg:

Join the server and follow the bootstrap code input dialog.

Opening the Panel

Default command: /eadmin

Optional keybindings available in Settings > Key Bindings:

  • Toggle Admin Panel

  • Open Support Panel

Map Tiles (Optional)

The map feature requires tile images (~150MB), not included by default.

Option 1 - External hosting (Recommended)

Host tiles on a CDN and set:

Directory structure: tiles/{z}/{x}/{y}.png and satellite-tiles/{z}/{x}/{y}.png

Option 2 - Local tiles

Download from Google Drivearrow-up-right and extract to web/build/map/.

Last updated