Installation
License: LGPL-3.0 (GNU Lesser General Public License v3.0)
This resource is based on ox_lib which is licensed under LGPL-3.0.
⚠️ This redesign is a paid product. Only verified purchasers are eligible for support and updates. Unverified users will not receive any assistance under any circumstances.
Step 1: Download
- Download the
ox_libredesign package from your purchase source - Extract the archive
Step 2: Replace ox_lib
- Backup your existing
ox_libresource folder - Replace the entire
[ox]/ox_libfolder with the redesign package - Ensure the folder structure matches:
resources/
[ox]/
ox_lib/
config.cfg
fxmanifest.lua
resource/
web/
...
Step 3: Configure
Edit config.cfg in the ox_lib root folder to select your preferred designs:
# Theme (0 = Liquid Glass, 1 = Dark Professional, 2 = Glassmorphism, 3 = Light)
set ox:theme 0
# ProgressBar (0 = Diagonal, 1 = Linear + Circle, 2 = Dot)
set ox:progressbar 0
# SkillCheck (0 = Dead by Daylight, 1 = Default Bar, 2 = Rhythm Game)
set ox:skillcheck 0
# Notification (0 = Default, 1 = Quest Tracker, 2 = Agent Card)
set ox:notify 0
# Radial Menu (0 = iOS Wheel, 1 = Hexagon Grid, 2 = Default)
set ox:radial 0
# Notification limit
set ox:notifyLimit 1
set ox:maxNotifications 3
Step 4: Ensure in server.cfg
Make sure ox_lib is started in your server.cfg:
ensure ox_lib
⚠️ Important:
ox_libmust start before any resource that depends on it (QBCore, ESX, etc.).
Step 5: Restart Server
Restart your FiveM server to apply the changes. No build step is required — the web UI is pre-built.
Updating
When a new version is released:
- Backup your
config.cfg - Replace the
ox_libfolder with the new version - Restore your
config.cfgsettings - Restart the server
Troubleshooting
UI not showing
- Check that
ox_libis started inserver.cfg - Verify no errors in the F8 console
- Ensure
config.cfgvalues are within valid ranges
Design not changing
- Verify the convar value in
config.cfg - Restart the resource:
/restart ox_lib - Reconnect to the server
Theme not applying
- Theme requires a full page reload (reconnect)
- Check that
ox:themevalue is between0and3
Last updated: 2026-02-18