CS Docs

Installation Guide

Learn how to install and configure Cyber Anticheat.

Tutorial Video

Watch our comprehensive installation tutorial:

https://youtu.be/YWG6kOQ6A68

Prerequisites

  • FiveM server with administrator access
  • Basic understanding of server resource management
  • screenshot-basic and ox_lib resources installed

Installation Steps

1

Download the Cyber Anticheat resource

Download the latest version from our official dashboard.

2

Extract the files

Extract the downloaded ZIP file to your server's resources folder.

3

Configure the resource

Open the config.lua file and adjust the settings according to your server's needs.

4

Add to server.cfg

Add the following line to your server.cfg file:

ensure CyberAnticheat
5

Restart your server

Restart your FiveM server to apply the changes.

Anticheat System Installation

Run this command to install or uninstall the anticheat system:

cyberac system install

Or to uninstall:

cyberac system uninstall

Custom Framework Configuration

If you have a custom resource name for your framework (qb-core, ESX, VRP, or QBX), use this command:

setFrameworkCyberAc

To reset to automatic detection:

resetFrameworkCyberAc

Install Addon Scripts

Download and install screenshot-basic and ox_lib in your server files for full functionality.

Ace Permissions Setup (Not For esx)

Configure permissions for whitelist menu and ban management. Required for QBCore, QBox, and VRP. Optional for ESX do in the config with groups.

Whitelist Ban Permission

Option 1: Using group.admin

add_ace group.cyberadmin "cyberwhitelist.allow" allow
add_principal identifier.license:YOURLICENSEHERE group.cyberadmin

Option 2: Direct identifier

add_ace identifier.license:YOURLICENSEHERE cyberwhitelist.allow allow

Whitelist Menu Permission

Option 1: Using group.admin

add_ace group.cybermenuadmin "cybermenu.allow" allow
add_principal identifier.license:YOURLICENSEHERE group.cybermenuadmin

Option 2: Direct identifier

add_ace identifier.license:YOURLICENSEHERE cybermenu.allow allow

Framework-Specific Permissions

QBCore

For ban whitelist, give yourself qbcore.god, qbcore.mod, or qbcore.admin

QBox

For ONLY ban whitelist, give yourself qbox.god, qbox.mod, or qbox.admin

Troubleshooting

Fix False Kick: Anti Stop Anticheat #5

If you're experiencing false kicks, adjust the heartbeat setting in the txAdmin console:

setheartbeat 60

To check your current heartbeat:

getheartbeat

Ban Log Configuration

Go to the Config file and add your webhook link to both the Screenshot Webhook and Bans Logs Webhook fields. Both webhooks must use the same URL.

Verification

After installation, you can verify that the anticheat is working by checking the server console for the initialization message.