Scaffold a valid resource manifest for any FiveM script — scripts, NUI, files & dependencies — then copy or download it.
fxmanifest.lua
List your script store on FiveBrowse and get discovered by server owners looking for quality resources.
List your store free →Every FiveM resource needs a manifest at its root. fxmanifest.lua declares the manifest version (fx_version), the target game, and which client, server and shared scripts to load — plus any NUI page, static files and dependencies. This generator writes a clean, valid manifest you can drop straight into your resource folder.
Use cerulean for modern resources — it's the latest and enables the newest features. Older versions exist only for backwards compatibility.
Client scripts run on each player, server scripts run on the server, shared scripts load on both. Config usually goes in shared.
Set the NUI page to your HTML file — the generator adds ui_page and a matching files { } block automatically.