Build & Deploy
Package your server for deployment with one click.
How It Works
- Click Build & Deploy in the sidebar
- Choose an output folder
- Toggle options:
- Export database — Include a
.sqldump (requires DB connection)
- Export database — Include a
- Click Build
CfxKit packages:
- ✅ All enabled resources
- ✅
server.cfg - ✅ Database SQL dump (optional)
- ❌ Dev files (
.git,.cfxkit,node_modules) - ❌ Source maps and TypeScript files
Deploying to a VPS
After building:
- Upload the output folder to your VPS
- Install FXServer on the VPS if not already present
- Start the server with your
server.cfg
TIP
The SQL dump can be imported on your production database using:
bash
mysql -u username -p database_name < database_2026-03-24.sql