Skip to content

Introduction

CfxKit is an AI-powered desktop IDE built specifically for FiveM and RedM server development. It bundles a code editor, an FXServer manager, a database browser, a build packager, and a FiveM-aware AI assistant into one Windows app.

The job it does: stop juggling a text editor, an FTP client, a database GUI, and a browser tab on the native reference. Open one window, import your server, and work.

Server developers have been stuck stitching general-purpose tools together, none of which know what a fxmanifest.lua is. CfxKit closes that gap:

  • One app for editing, server control, database, and deployment.
  • AI that knows FiveM and RedM, grounded in native functions, framework source, and community knowledge instead of generic guesses.
  • Works with your existing server. Import any server-data folder and start managing it immediately. CfxKit detects the framework and resources for you.
AreaWhat you get
AI Script InstallerDrop in a resource. AI plans the setup and applies SQL, config, and server.cfg edits with a diff preview and backups.
Code EditorLua and JS with FiveM/RedM native autocomplete, multi-tab editing, and global search.
Server ManagementStart, stop, and restart FXServer with a live console and player view.
Database ManagerBrowse MySQL tables, run queries, and import or export SQL.
Build & DeployPackage server.cfg, resources, and an optional SQL dump in one click.
CfxKit AIA built-in assistant with real FiveM/RedM context, plus bring-your-own-key support.

CfxKit is built for the FiveM or RedM developer who lives in code, a server console, and a database, often late at night. Whether you are wiring your first QBCore script or shipping a production server with a custom framework, the tool is meant to disappear into the work.

It speaks the frameworks you already run: QBCore, ESX, QBox, VORP, and RSG.

  • Windows 10 or 11 (64-bit).
  • FXServer installed, for the server management features.
  • MySQL or MariaDB, for the database features.