Setup help

Documentation

General FiveM resource setup plus separate installation notes for every current script.

Choose a script

Script setup guides

Use the matching guide before opening a support request.

Criminal

Cipher

A modular criminal tablet with gang management, territory, reputation, tasks, crafting, dealers and boosting.

Open setup guide
Police

Cipher MDT

A police MDT with live CAD, civilian records, incidents, warrants, BOLOs, citations, arrests and audit logs.

Open setup guide
Administration

Cipher Admin

A full admin panel with player management, bans, reports, inventory tools, screenshots and entity inspection.

Open setup guide
Police

Cipher Drone

A deployable police drone with smooth flight, live camera, thermal, spotlight, tracker darts and counterplay.

Open setup guide
01

Download the resource

Download the script from its GitHub page and extract the folder into your server resources directory. Keep the original resource folder name.

02

Check your start order

Framework and dependency resources should start before the script using them.

ensure ox_lib
ensure oxmysql
ensure qbx_core
ensure your-script-name
03

Import the database

Check the script README for a SQL file. Back up your database before importing or running upgrade statements.

04

Review the configuration

Check jobs, item names, permissions, framework settings and integrations before opening the server.

A script starting without errors does not always mean the configuration matches your server.
05

Updating a script

  1. Back up the current resource and database.
  2. Read recent commits or release notes.
  3. Save your configuration changes.
  4. Replace the files and apply required database changes.
  5. Restart and test before opening the server.