Your First Project
Import an Existing Server
If you already have a FiveM or RedM server:
- Click Import Project on the dashboard
- Navigate to your
server-datafolder - CfxKit scans your resources and detects your framework
- Your project opens in the IDE with all files accessible
CfxKit detects:
- Framework: QBCore, ESX, QBox, VORP, or custom
- Resources: All enabled resources from
server.cfg - Database: MySQL connection from your config
Create a New Project
Starting fresh:
- Click New Project
- Game: Choose FiveM or RedM
- Framework: Pick a template:
- QBCore — Most popular FiveM framework
- ESX — Classic FiveM framework
- QBox — Modern QBCore fork
- VORP — RedM framework
- Blank — Empty server-data
- Location: Choose where to create the project
- Click Create — CfxKit sets up the folder structure and base files
Project Structure
After creating or importing, your project looks like:
server-data/
├── .cfxkit/ # CfxKit project config
│ └── rules.md # AI rules for your project
├── resources/ # Your server resources
├── server.cfg # Server configuration
└── ...Next Steps
- Code Editor — Edit your scripts
- Server Management — Start your server
- AI Assistant — Ask AI for help