Your First Project
A project in CfxKit points at a server-data folder and tracks its framework, resources, database connection, and FXServer artifacts. You either create a fresh one or import a server you already run.
This page is the quick path. For a reference of every wizard option, see the Project Wizard.
Import an existing server
Section titled “Import an existing server”The fastest start. In the wizard, choose Create New Project, then pick Import Existing at the template step.
- Basics: name the project and choose the game (FiveM or RedM).
- Template: select Import Existing and point CfxKit at your current server folder.
- Database: connect to MySQL, then create or import SQL as needed.
- Artifacts: reuse the detected FXServer path, or set or download one.
- Open project.
On import, CfxKit detects:
- Framework: QBCore, ESX, QBox, VORP, or custom.
- Resources: every enabled resource in
server.cfg. - Database: the MySQL connection from your config.
Import registers and configures your existing folder in place. It does not overwrite your structure.
Create a new server
Section titled “Create a new server”Starting fresh:
- Click Create New Project.
- Basics: set the name, location, an optional icon, and the game.
- Template: choose Framework or Standalone.
- Configure server settings, keys, and the database.
- Review and create the project.
- Deploy the template recipe, if one exists for the selected framework.
- Set up FXServer artifacts (download or browse to an existing build).
- Open project.
Project structure
Section titled “Project structure”For new Framework or Standalone projects, CfxKit generates a layout like this:
server-data/├── .cfxkit/ # CfxKit project config│ └── rules.md # AI rules for this project├── resources/ # Resource folders├── server.cfg # Server configuration└── ...The .cfxkit/rules.md file is where you teach the AI about this specific server: conventions, frameworks in use, and anything it should always keep in mind.
Next steps
Section titled “Next steps”- AI Script Installer to add resources without manual setup.
- CfxKit AI to ask questions and generate code with real FiveM context.