Kruiger Labs
Client Portal Get Started
DocumentationScarlett
Sign inGet support
Scarlett

Scarlett Setup

Install Scarlett, create its Discord application, import the database, configure IDs, and start the bot.

View Scarlett Product

Quick start#

  1. Extract Scarlett into a private directory on the target host.
  2. Run npm install in the extracted directory.
  3. Create the Discord application, enable Server Members Intent and Message Content Intent, then copy the bot token and Application ID.
  4. Open config.js and replace every YOUR_ placeholder.
  5. Configure guild, channel, role, owner, link, and optional FiveM values.
  6. Create a MySQL or MariaDB database and import install.sql.
  7. Enter the SQL hostname, user, password, and database name.
  8. Start Scarlett and confirm the database and Discord logins succeed.
Preferred
npm install
npm start
Direct entry file
node src/index.js

Discord setup#

Enable Developer Mode in Discord under User Settings → Advanced. Right-click the user, server, role, channel, or category and choose Copy ID. IDs are numeric values; do not enter a username, role name, channel mention, or invite URL where an ID is required.

Authorize the production guild#

Back to top