Skip to main content

Prerequisites

Before installing any SixM script, make sure you have:
  • A working FiveM server with a supported framework
  • Server access via FTP or file manager
  • The required dependencies for your script (check each script’s page)

General Installation

1

Download the Script

Download the script files from your account page or from the download link provided after purchase.
2

Extract Files

Extract the .zip file. You’ll get a folder with the script name (e.g., sixm_scriptname).
3

Upload to Server

Upload the script folder to your server’s resources directory. We recommend organizing scripts in a subfolder:
resources/
└── [sixm]/
    ├── sixm_script1/
    └── sixm_script2/
4

Add to Server Config

Add the script to your server.cfg:
ensure sixm_scriptname
Make sure to add it after any dependencies like ox_lib, oxmysql, etc.
5

Configure

Open the config.lua (or config/ folder) inside the script directory and adjust settings to your needs.
6

Restart Server

Restart your FiveM server or use the refresh and ensure commands in txAdmin.

SQL Setup

Some scripts include a .sql file that needs to be imported into your database.
# Using HeidiSQL, phpMyAdmin, or your preferred SQL client
# Import the .sql file from the script folder into your server's database
Always backup your database before importing SQL files.

Framework-Specific Guides

For detailed installation steps per framework, check:

QBCore

ESX

QBox

Standalone