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#
| Product | Runtime | Database | External service | Difficulty |
|---|---|---|---|---|
| Scarlett | Node.js 18+; Node.js 20 LTS recommended | MySQL or MariaDB | FiveM optional | Intermediate |
| Manager | Node.js 18+; Node.js 20 LTS recommended | MySQL or MariaDB | FiveM, Tebex, FiveGuard optional | Intermediate |
| DM RELAY | Python 3.9+ | MySQL or MariaDB | None | Easy |
| LEO TOOLKIT | Python 3.8+ | Backend API | Google Sheets and Google Cloud | Advanced |
| IAA BOT | Python 3.11+ | Companion website/backend | Discord OAuth2 and secured API | Advanced |
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.