Boost Bot

Boost Bot Setup Guide

Learn how to download, activate, configure, and run the Vanta Boost Bot.

Last updated 2026-07-02

1

Downloading the File

Head over to the client portal and download the latest version of the Boost Bot software.

text
https://clients.boostbot.cloud

Once downloaded, extract the contents using WinRAR or any compatible archive tool.

2

Activate Your License

Navigate to the license file inside the extracted folder.

license.key
text
assets/license.key

Open the file and paste the license key provided at the time of purchase. Save the file before continuing.

3

Configure Your Settings

Next, open the main configuration file.

config.json
text
assets/config.json

Important

Any configuration left blank while its matching feature is enabled may prevent the bot from working properly. Disable unused features or provide the required values before launching.

4

Setting Up Discord Bot

These values connect your Discord application to the Boost Bot.

config.json
json
{
  "token": "",
  "client_id": "",
  "client_secret": ""
}
  1. 1Obtain your Bot Token from the Discord Developer Portal.
  2. 2Obtain your Client ID from the Discord Developer Portal.
  3. 3Obtain your Client Secret from the Discord Developer Portal.
text
https://discord.com/developers/applications
5

Setting Up Discord Settings

These settings control who can use the bot and where logs are sent.

config.json
json
{
  "allowed_user_ids": [],
  "GUILD_ID": 0,
  "log_channel": ""
}
6

Whitelisting User IDs

Whitelisting user IDs allows specific Discord users to interact with the bot.

  1. 1Enable Developer Mode in Discord settings.
  2. 2Right-click the user you want to whitelist.
  3. 3Click "Copy User ID".
  4. 4Paste the ID inside allowed_user_ids.
7

Enabling Guild ID

The Guild ID tells the bot which Discord server it should operate inside.

  1. 1Enable Developer Mode in Discord settings.
  2. 2Right-click your server icon.
  3. 3Click "Copy Server ID".
  4. 4Paste the ID into GUILD_ID.
8

Setting Log Channel

The log channel is where the bot sends logging and status messages.

  1. 1Right-click the channel where you want logs to be sent.
  2. 2Click "Copy Channel ID".
  3. 3Paste the ID into log_channel.
9

Embed Settings

These settings customize how the bot embeds appear.

config.json
json
{
  "invoice_masking": "",
  "embed_color": "0x",
  "footer": "All rights reserved.",
  "thumbnail_url": ""
}
10

Proxies Configuration

Set proxyless to false if you are using proxies with the bot.

config.json
json
{
  "proxyless": false,
  "advance_mode": false,
  "webhook_url": ""
}

Use this proxy format:

text
USER:PASS@HOST:PORT

If you are not using proxies, set proxyless to true.

  • https://iproyal.com
  • https://voidproxies.com
  • https://www.vital-proxies.com
11

Captcha Solver Configuration

Set solve_captcha to true if you are using a captcha solver with the bot.

config.json
json
{
  "captcha_solver": {
    "solve_captcha": false,
    "use_solver": "",
    "razorcap_api_key": "",
    "onxysolver_api_key": "",
    "max_retries": 1
  }
}

Recommended captcha solver providers:

  • https://www.razorcap.cc
  • https://onyxsolver.io
12

Setting Up Customizations

Use customization settings to configure booster nickname, bio, profile picture, and banner behavior.

config.json
json
{
  "customisation": {
    "nick": "",
    "bio": "",
    "change_pfp": false,
    "change_banner": false
  }
}
13

Setting Up Website Customizations

Website settings connect the bot to your Discord server invite and shop URL.

config.json
json
{
  "website_settings": {
    "discord": "",
    "view-shop": ""
  }
}
14

Store Configuration

Store configuration controls auto-buy, provider selection, webhook verification, invite links, and provider API credentials.

config.json
json
{
  "enabled": true,
  "store": "",
  "webhook_secret": "",
  "invite_link": "",
  "auto_products": {},
  "api_key": "",
  "shop_id": "",
  "paylix_api_key": "",
  "paylix_merchant": "",
  "sellapp_api_key": "",
  "sellapp_store_slug": ""
}

Supported stores

The store field supports Paylix, SellAuth, SellApp, and Sellhub V2 depending on your setup.

15

Auto Delivery

Use the setup autobuy command in Discord and follow the instructions provided by the bot.

text
/setup-autobuy