Skip to content

Installation

How to install our FiveM scripts on your server.

  • FiveM Server with txAdmin
  • Access to server.cfg
  • FTP/SFTP access or direct file access

Download the desired script.

Extract the script to your resources folder:

server/
├── resources/
│ └── [kyuubi]/
│ └── kyuubi_script/
│ ├── client/
│ ├── server/
│ ├── config.lua
│ └── fxmanifest.lua

Customize the config.lua to your needs.

Add the script to your server.cfg:

ensure kyuubi_script

Restart your server or use:

refresh
ensure kyuubi_script

Continue with the Configuration.