Skip to main content
Revo UI Kit requires a manual integration inside ox_lib. Without that step, the UI kit will not load correctly.
Revo UI Kit installs like a normal FiveM resource, but it also needs a required loader snippet added to ox_lib. If you want it to redesign ox_target too, replace the ox_target web index.html file as shown below.

Basic Installation

1

Add Revo UI Kit to Resources

Drag and drop the revo_uikit folder into your server’s resources directory.
It is recommended to keep it inside a grouped folder such as [revo] for better organization.
2

Ensure the Resource

Add Revo UI Kit to your server.cfg after ox_lib. If you use ox_target, keep it after Revo UI Kit:
If you do not use ox_target, you only need:

Required ox_lib Integration

This step is mandatory. Open ox_lib/init.lua and paste the following code at the END OF THE FILE:
Do not place this code in the middle of the file. Paste it at the end of ox_lib/init.lua.

Optional ox_target Integration

If you also want Revo UI Kit to redesign ox_target, REPLACE the contents of: ox_target/web/index.html with this:
This file makes ox_target load Revo UI Kit when it is available, and fall back to the default ox_target UI if it is not.

Restart Order

After installation, restart your resources so the integration is applied:
If you do not use ox_target, restart only:

Verification

After installation, check the following:
  1. ox_lib starts without loader errors
  2. Revo UI Kit loads with your configured style
  3. ox_lib interfaces such as notifications or menus use the new design
  4. If ox_target integration is enabled, target UI also uses the Revo UI Kit design
  5. If revo_uikit is stopped, ox_target falls back correctly if you installed the optional integration