Skip to content

Build & Deploy

Package your server for deployment with one click.

How It Works

  1. Click Build & Deploy in the sidebar
  2. Choose an output folder
  3. Toggle options:
    • Export database — Include a .sql dump (requires DB connection)
  4. 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:

  1. Upload the output folder to your VPS
  2. Install FXServer on the VPS if not already present
  3. 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

Built by Boltise