Your First Project
Use this page for a quick start. For the full implementation-backed flow, see Create Project Wizard.
Import an Existing Server
If you already have a FiveM or RedM server, choose Create New Project, then pick Import Existing in the wizard template step.
Typical flow:
- Basics: name the project and choose game
- Template: choose Import Existing and select your existing server folder
- Database: connect, choose/create/import SQL as needed
- Artifacts: reuse detected FXServer path or set/download one
- Open project
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 in the wizard:
- Click Create New Project
- Basics: set name, location, icon (optional), and game
- Template: choose Framework or Standalone
- Configure server settings, keys, and database
- Review and create project
- Deploy template recipe (if available for the selected framework)
- Set up FXServer artifacts (download or browse existing)
- Open project
Project Structure
For new projects (Framework/Standalone), CfxKit generates files like:
server-data/
├── .cfxkit/ # CfxKit project config
│ └── rules.md # AI rules for your project
├── resources/ # Resource folders (when generated by this path)
├── server.cfg # Server configuration
└── ...Import Existing registers and configures your current folder instead of always generating a fresh structure.
Next Steps
- Code Editor — Edit your scripts
- Server Management — Start your server
- AI Assistant — Ask AI for help