FiveM script documentation
Advanced Vehicle Access System
Install and configure Iconix Vehicle Keys for ownership, shared keys, lockpicking, hotwiring, alarms, job access, and vehicle access validation.
Overview
Vehicle Keys provides a server-authoritative access layer for owned vehicles, temporary keys, NPC vehicles, job fleets, and theft gameplay.
Note
Use this resource as the single source of truth for vehicle access.
Note
Connect garage, dealership, impound, and inventory resources through documented adapters.
Installation
Install dependencies first, then start the Iconix resource after your framework and inventory.
- Download the purchased asset from the official Tebex/Cfx.re delivery flow.
- Place the resource in your server resources folder using the documented folder name.
- Install required dependencies before starting the Iconix resource.
- Add the resource to
server.cfgafter dependencies and before dependent custom scripts. - Restart the server or resource on a staging server and review client/server console output.
ensure ox_lib
ensure your_inventory
ensure iconix-vehiclekeysConfiguration
Review framework, inventory, notifications, lockpick behavior, alarms, job vehicles, and ownership settings before production.
Config.Framework = "qbcore" -- qbcore, esx, qbox
Config.Inventory = "ox_inventory"
Config.Lockpick.Enabled = true
Config.Hotwire.Enabled = true
Config.JobVehicles.RequireJob = trueImportant
Always test on a staging server before production.
Important
Back up the database before installing persistent systems.
Important
Keep license keys, database credentials, and player data out of public support messages.
Testing checklist
Validate the full vehicle lifecycle with multiple players before release.
- Create or buy a vehicle and confirm owner keys are granted.
- Share keys with a second player, then revoke them.
- Restart the resource and confirm persisted access still works.
- Test lockpicking, police alerts, job vehicles, and garage retrieval.
- Review server logs for denied access and failed ownership lookups.
FAQ
Common questions
Does Vehicle Keys support QBCore, ESX, and Qbox?
Yes. Exact framework behavior depends on your selected adapter and installed dependencies.
Can players share keys?
Yes. Shared and temporary key behavior can be configured by the server owner.
Should I install this directly on production?
No. Test ownership, garage, inventory, and restart flows on staging first.
Ready to install Vehicle Keys?
Review the installation checklist, test on staging, then purchase or open a support ticket if your framework stack needs confirmation.
