Every feature, explained
A deep dive into everything CfxKit offers for FiveM & RedM server development.
An AI that actually understands FiveM & RedM scripting.
AI-Powered Development
CfxKit AI is trained on 97,000+ knowledge chunks from official documentation, native functions, community resources, and framework code. It understands Lua, JavaScript, SQL, and the unique patterns of game server development.
- ▸Built-in CfxKit AI 1.0 with free monthly quota
- ▸Bring your own key: Claude, GPT, Ollama, OpenRouter
- ▸Inline editing — select code, press Ctrl+I, describe the change
- ▸AI Doctor — diagnose and fix server issues automatically
- ▸Context-aware: understands your project, framework, and dependencies
The same editor that powers VS Code, purpose-built for game servers.
Monaco Code Editor
Full-featured code editing with Lua syntax highlighting, FiveM native autocomplete, multi-cursor editing, minimap, bracket matching, and 65+ custom syntax highlighting rules per theme.
- ▸Lua, JavaScript, TypeScript, and SQL syntax highlighting
- ▸FiveM & RedM native function autocomplete
- ▸Multiple editor tabs with split view
- ▸Integrated terminal with PTY support
- ▸Git diff viewer and inline blame
Drag. Drop. Done.
One-Click Script Installer
Stop spending hours manually installing scripts. CfxKit reads the fxmanifest, detects the framework, finds SQL files, installs dependencies, and updates your server.cfg — all from a single drag and drop.
- ▸Supports .zip, .rar, folders, and GitHub URLs
- ▸Auto-detects framework compatibility (ESX, QBCore, QBox, VORP, RSG)
- ▸Imports SQL tables automatically
- ▸Updates server.cfg with the right ensure order
- ▸Works with Tebex escrowed scripts
txAdmin, HeidiSQL, and your terminal — in one panel.
Server Management
Start, stop, restart, and monitor your FXServer without leaving the IDE. Full ANSI-colored live console, resource monitor, player list, and server health indicators built right in.
- ▸One-click FXServer start/stop/restart
- ▸Live server console with ANSI color support
- ▸Real-time resource performance monitor
- ▸Server health score and diagnostics
- ▸Auto-restart on crash with configurable delay
Visual MySQL management without leaving the IDE.
Database Browser
Browse tables, run queries, edit rows inline, and import SQL files — all from a visual interface that connects directly to your game server database.
- ▸Visual table browser with inline editing
- ▸SQL editor with syntax highlighting and autocomplete
- ▸One-click SQL import from installed scripts
- ▸Export data as CSV or SQL dump
- ▸Multiple database connection profiles
Switch frameworks without starting over.
Framework Migration
Import your existing server and let CfxKit analyze every resource, detect compatibility issues, and guide you through migrating from one framework to another.
- ▸Import any existing FiveM/RedM server in minutes
- ▸Migration guides: ESX→QBCore, QBCore→QBox, VORP→RSG
- ▸Compatibility analysis for every resource
- ▸Side-by-side diff view for migrated code
- ▸Rollback support if anything goes wrong
Find malicious code before it finds your players.
Security Scanner
CfxKit scans every script for known backdoors, token stealers, obfuscated payloads, and suspicious network calls. Get a security report before you install anything.
- ▸Scans for known backdoor patterns
- ▸Detects obfuscated code and suspicious network calls
- ▸Token stealer detection
- ▸Per-resource security score
- ▸Scan on import or on-demand
Discover scripts from one place.
Marketplace
Browse a curated catalog of FiveM and RedM scripts, filter by framework, read community reviews, and install with one click.
- ▸Curated script catalog with search and filters
- ▸Framework compatibility tags
- ▸One-click install directly from the marketplace
- ▸Community ratings and reviews
- ▸Script update notifications
First-class support for every major framework.
FiveM & RedM Support
CfxKit works with ESX, QBCore, QBox, Standalone (FiveM), VORP, RSG (RedM), and any combination. Framework detection is automatic.
- ▸FiveM: ESX, QBCore, QBox, Standalone
- ▸RedM: VORP, RSG, Standalone
- ▸Auto-detection from fxmanifest and server config
- ▸Framework-specific AI context and autocomplete
- ▸Template servers for instant project setup
Start new servers in under a minute.
Project Templates & Recipes
Choose a framework, pick your essentials, and CfxKit creates a fully configured server with database, scripts, and server.cfg ready to go.
- ▸Pre-built templates for QBCore, ESX, QBox, VORP
- ▸Recipes: curated script bundles for common server types
- ▸Custom template creation and sharing
- ▸Includes database schema and seed data
- ▸Server.cfg auto-generated with proper ensure order
Full terminal access inside the IDE.
Integrated Terminal
Split panes, multiple shells, full PTY support. Run any command without switching windows.
- ▸Full PTY terminal with ANSI color support
- ▸Multiple terminal tabs and split panes
- ▸Quick commands for common FiveM operations
- ▸Command history and autocomplete
- ▸Integrated with project working directory
Preview NUI interfaces without launching the game.
NUI Preview
See your HTML/CSS/JS UI changes in real-time right inside CfxKit. No need to restart the server or load into GTA/RDR2.
- ▸Live NUI preview panel inside the IDE
- ▸Hot reload on file changes
- ▸Mock NUI message events for testing
- ▸Device viewport simulation
- ▸Console output from NUI scripts