Kruiger Labs
Client Portal Get Started
DocumentationKruiger Labs products
Sign inGet support
Start here

Getting Started

Prepare, configure, test, and safely launch a purchased Kruiger Labs bot.

Before you begin#

Every installation starts with the files delivered for that product and credentials created by the buyer. Never reuse another customer’s Discord application, database account, API key, or service credentials.

  • Download and extract the purchased bot into a private working directory.
  • Create your own Discord application and bot user.
  • Copy the included example configuration or environment file.
  • Install the runtime and dependencies required by the product.
  • Create the database and external services listed in the product requirements.
  • Start the bot and complete a controlled test before production use.

Choose the correct runtime#

ProductRuntimeDatabaseExternal serviceDifficulty
ScarlettNode.js 18+; Node.js 20 LTS recommendedMySQL or MariaDBFiveM optionalIntermediate
ManagerNode.js 18+; Node.js 20 LTS recommendedMySQL or MariaDBFiveM, Tebex, FiveGuard optionalIntermediate
DM RELAYPython 3.9+MySQL or MariaDBNoneEasy
LEO TOOLKITPython 3.8+Backend APIGoogle Sheets and Google CloudAdvanced
IAA BOTPython 3.11+Companion website/backendDiscord OAuth2 and secured APIAdvanced

Launch check#

Start in a private Discord server whenever possible. Confirm the bot remains online, commands appear, database connections succeed, configured roles are below the bot role, and logs contain no repeated authentication or network errors.

Back to top