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. server.cfg

server.cfg Generator

Build a complete, correctly ordered server.cfg for FiveM Legacy or FiveM for GTAV Enhanced. Every convar name and game build here comes from the Cfx.re server command reference.

required

Enhanced entered early access in July 2026. A Legacy client cannot join an Enhanced server, and the other way round.

required

The server name shown in the FiveM server list. Colour codes like ^2 work here.

optional

Short name used by txAdmin and some UI resources.

optional

Server region code, for example en-US or fr-FR.

optional

One line describing your server.

optional

Shown as a link in the server info panel.

optional

Shown in the server browser next to your name.

optional

Shown in the server browser. Los Santos unless you run a custom map.

optional
roleplayeconomy

Helps players find your server. Press Enter after each tag.

required

1 to 2048. From 32 slots OneSync must be on or legacy, above 64 it must be on.

required

TCP and UDP port. Must be forwarded on your router or firewall.

optional
recommended

Legacy only. Enhanced dropped non-big mode, so there it is always on.

required

Locks the DLC level. Every build includes the content of the ones before it.

optional

Hides player IP addresses from public reports the server prints.

optional

Keeps the server off the public list and skips the licence key check.

required

From portal.cfx.re. Never share this key or commit it to git.

optional

Optional. Enables the steam: identifier for your scripts.

required

Adds the framework's resources to the load order automatically.

optional

Extra resources to ensure, in load order. Press Enter after each one.

Save as server.cfg next to your server executable, then start it with +exec server.cfg.

Fill in the required fields to get working output.

1# server.cfg for FiveM Legacy2# Generated with devtoolsgg.com3# Start with:  FXServer.exe +exec server.cfg45# --- Server identity ---------------------------------------67sv_hostname "My FiveM Server"8sets sv_projectName "My FiveM Server"9sets sv_projectDesc "A brand new roleplay server"10sets tags "roleplay, economy"11sets locale en-US12gametype Roleplay13mapname "Los Santos"14sv_maxClients 481516# --- Network -----------------------------------------------1718# One line per protocol; both must point at the same port.19endpoint_add_tcp "0.0.0.0:30120"20endpoint_add_udp "0.0.0.0:30120"2122# 32 slots and above need onesync on or legacy; above 64 needs on.23set onesync on24sv_endpointPrivacy true25sv_enforceGameBuild 35702627# --- Security ----------------------------------------------2829# 0 off, 1 blocks modified game files, 2 also blocks unknown files.30sv_pureLevel 13132# Controls what clients are allowed to create.33sv_entityLockdown relaxed3435sv_scriptHookAllowed false36# rcon_password left unset on purpose: no RCON, no RCON compromise.3738# --- Keys --------------------------------------------------3940# Get a license key from https://portal.cfx.re41sv_licenseKey42# set steam_webApiKey "" # optional, enables the steam: identifier4344# --- Resources ---------------------------------------------4546# Load order matters: dependencies first, then whatever needs them.47ensure mapmanager48ensure chat49ensure spawnmanager50ensure sessionmanager51ensure basic-gamemode52ensure hardcap5354# Pick a framework in the form to get its resources listed here.5556# --- Permissions -------------------------------------------5758add_ace group.admin command allow59add_ace group.admin command.quit deny60add_principal group.admin group.moderator6162add_principal identifier.fivem:1234567 group.admin63
cfg63 lines, 1760 characters

Related tools

fxmanifestACE permissionsScaffolder