FiveM fxmanifest.lua Generator

Scaffold a valid resource manifest for any FiveM script — scripts, NUI, files & dependencies — then copy or download it.

Resource Details

Auto-adds a matching files { } block for your HTML/CSS/JS.

Your fxmanifest.lua

Built something worth selling?

List your script store on FiveBrowse and get discovered by server owners looking for quality resources.

List your store free →

What is fxmanifest.lua?

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.

Frequently asked questions

What fx_version should I use?

Use cerulean for modern resources — it's the latest and enables the newest features. Older versions exist only for backwards compatibility.

Client vs server vs shared scripts?

Client scripts run on each player, server scripts run on the server, shared scripts load on both. Config usually goes in shared.

How do I add a NUI interface?

Set the NUI page to your HTML file — the generator adds ui_page and a matching files { } block automatically.