Skip to content

Manual Installation

Jonny_Bro edited this page Mar 14, 2026 · 3 revisions

Note

JaBa uses Discord's emojis for applications. You need to add your own emojis there.
Emojis are not required for the bot to work!

Requirements

To host JaBa yourself, you'll need:

Configuration

  1. Copy the sample configuration file .env.example to .env.
  2. Open .env and configure your bot.

Production

  1. Install dependencies - pnpm install.
  2. Build your bot - pnpm build.
  3. Start your bot - pnpm start.

Development

  1. Install dependencies - pnpm install.
  2. Start your bot in development mode - pnpm dev.

Notes

  • You can use PM2 to manage your bot's process and run it automatically if the machine is restarted.

Clone this wiki locally