Kruiger Labs
Client Portal Get Started
DocumentationManager
Sign inGet support
Manager

Manager Setup

Install dependencies, configure allowed guilds and integrations, import sql.sql, and start Manager.

View Manager Product

Quick start#

  1. Extract Manager into a private directory.
  2. Run npm install.
  3. Create the Discord application and copy the token and Application ID.
  4. Open config.js, replace placeholders, and configure allowedGuilds before inviting the bot.
  5. Create MySQL or MariaDB storage and import sql.sql.
  6. Configure only the optional integrations you actually use.
  7. Run npm start and inspect startup logs.

Back to top