Kruiger Labs
Client Portal Get Started
DocumentationManager
Sign inGet support
Manager

Manager Configuration

Configure Manager core values, guild authorization, vehicles, Tebex, FiveGuard, FiveM, links, and SQL.

View Manager Product

Core settings#

SettingWhat to enterWhat it controls
TOKENYOUR_BOT_TOKENDiscord bot token.
clientIDYOUR_APPLICATION_IDApplication ID used for command registration.
BotNameManagerConfigured bot display name.
serverNameYour CommunityCommunity name used in output.
footerYour footer textSupported embed footer.
PORTUnused local portLocal service port where enabled.
addOwnerOne or more owner user IDs in the supported formatUsers granted owner-level access.
channelIdYOUR_CHANNEL_IDDefault channel used by the corresponding feature.
allowedGuildsArray of guild IDsServers where Manager is authorized to remain.

Optional integration settings#

SettingWhat to enterWhat it controls
tbxSecretKeyYOUR_TEBEX_SECRETPrivate Tebex credential for supported lookups.
tebexCommandAccessArray of role or user IDs supported by the buildControls access to Tebex commands.
OPENAI_API_KEYYOUR_OPENAI_API_KEY or blankOnly required if an installed feature explicitly uses OpenAI.
fgUnbanRolesArray of role IDsRoles allowed to use FiveGuard unban workflow.
fgUnbanUrlhttps://YOUR_DOMAIN/pathExisting compatible server-side endpoint.
fgUnbanCodeYOUR_FIVEGUARD_SECRETShared authorization secret for that endpoint.

SQL#

SettingWhat to enterWhat it controls
charsetutf8mb4Unicode database character set.
hostYOUR_DATABASE_HOSTDatabase hostname.
userYOUR_DATABASE_USERDatabase login.
passwordYOUR_DATABASE_PASSWORDDatabase password.
databaseYOUR_DATABASE_NAMEImported Manager database.

Back to top