Skip to main content
1

Add to 'resources' directory

Extract the lation_ui zip folder directly into the root resources directory of your server.
Do not place this resource in a [subfolder] - it should be placed directly in the root.
2

Update server.cfg

Open your server.cfg and add ensure lation_ui before all other resources; including your framework & ox_lib itself!
3

Add ACE permissions

Open your server.cfg and add the following ACE permission:
This grants admins access to the /uitheme command, which opens the in-game theme editor used to style the UI server-wide.
If you are on the Qbox framework, the recommended place to paste the above permission is inside the permissions.cfg file instead of server.cfg.
4

Allow player themes

This is an optional step.
If you would like to allow players to personalize their own UI with the /uisettings command, add the following convar to your server.cfg:
Player themes are stored client-side per player - no database required. Anything a player doesn’t customize inherits from your server theme.
5

Use our ox_lib

This is an optional but highly recommended step!
We maintain an official fork of ox_lib that’s identical to the original, but with one enhancement: automatic Modern UI detection. When Modern UI is installed, it uses it. When it’s not, it works exactly like standard ox_lib - no configuration needed! Beautiful UI - Automatic Modern UI styling is used when detected
Drop-in Replacement - Works identical to standard ox_lib; because it is!
Zero Coding - Automatically detects & switches to Modern UI
Always Updated - Regularly syncs with official ox_lib releases

ox_lib

6

Restart server

Finally, perform a full server restart. Failure to perform a full restart after installation will cause errors.
Once completed, use the command /uitheme in-game to style the UI to match your server!