devtoolsgg.com
Guides
GuidesFiveMFiveMGarry's ModMinecraftShared
FiveMFiveM

Server & infrastructure

  • server.cfg
  • fxmanifest
  • ACE permissions
  • Scaffolder

Frameworks

  • Jobs
  • Items

Gameplay

  • Blips
  • Markers
  • 3D text
  • DiscordDiscord logs

Security

  • Backdoor scanner

Reference lists

  • Blip sprites
  • Markers
  • Checkpoints
  • HUD colours
  • Controls
  • Text formatting
  • Vehicles
  • Ped models
  • Weapons
  • Vehicle colours
  • Radio stations
devtoolsgg.com

Generators for game server owners

Platforms

  • FiveM
  • Garry's Mod
  • Minecraft
  • Shared

Resources

  • Home
  • llms.txt

Social

  • Coming soon.

© 2026 devtoolsgg.com

Not affiliated with, endorsed by or associated with Cfx.re, Rockstar Games, Facepunch Studios, Mojang, Microsoft or Valve. All trademarks belong to their respective owners.

  1. FiveM
  2. Server & infrastructure
  3. fxmanifest

fxmanifest.lua Builder

Build a valid fxmanifest.lua: runtime version, script load order, NUI page, dependencies and escrow exceptions. Paste an existing manifest to edit it.

required

Folder name. Lowercase, no spaces, it becomes the resource id.

optional

Semantic version, e.g. 1.0.0.

optional

Your name or your team's.

optional

Optional link shown by some server managers.

optional

One line describing what the resource does.

optional
recommended

cerulean is the current runtime. Older values only exist for legacy resources.

optional

gta5 for FiveM, rdr3 for RedM, common for resources that run on both.

optional

Enables the modern Lua runtime. Recommended for anything new.

optional
@ox_lib/init.luaconfig.lua

Run on client and server. Config and libraries go here.

optional
client/*.lua

Client side only. Wildcards like client/*.lua work.

optional
@oxmysql/lib/MySQL.luaserver/*.lua

Server side only. Put your database include first.

resources/[local]/my_resource/fxmanifest.lua
1-- my_resource2-- Generated with devtoolsgg.com34fx_version "cerulean"5game "gta5"6lua54 "yes"78version "1.0.0"910shared_scripts {11    "@ox_lib/init.lua",12    "config.lua",13}1415client_script "client/*.lua"1617server_scripts {18    "@oxmysql/lib/MySQL.lua",19    "server/*.lua",20}2122dependency "ox_lib"23
lua23 lines, 295 characters

Related tools

server.cfgACE permissionsScaffolder