Boost Bot
Boost Bot Setup Guide
Learn how to download, activate, configure, and run the Vanta Boost Bot.
Last updated 2026-07-02
Downloading the File
Head over to the client portal and download the latest version of the Boost Bot software.
https://clients.boostbot.cloudOnce downloaded, extract the contents using WinRAR or any compatible archive tool.
Activate Your License
Navigate to the license file inside the extracted folder.
assets/license.keyOpen the file and paste the license key provided at the time of purchase. Save the file before continuing.
Configure Your Settings
Next, open the main configuration file.
assets/config.jsonImportant
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.
Setting Up Discord Bot
These values connect your Discord application to the Boost Bot.
{
"token": "",
"client_id": "",
"client_secret": ""
}- 1Obtain your Bot Token from the Discord Developer Portal.
- 2Obtain your Client ID from the Discord Developer Portal.
- 3Obtain your Client Secret from the Discord Developer Portal.
https://discord.com/developers/applicationsSetting Up Discord Settings
These settings control who can use the bot and where logs are sent.
{
"allowed_user_ids": [],
"GUILD_ID": 0,
"log_channel": ""
}Whitelisting User IDs
Whitelisting user IDs allows specific Discord users to interact with the bot.
- 1Enable Developer Mode in Discord settings.
- 2Right-click the user you want to whitelist.
- 3Click "Copy User ID".
- 4Paste the ID inside allowed_user_ids.
Enabling Guild ID
The Guild ID tells the bot which Discord server it should operate inside.
- 1Enable Developer Mode in Discord settings.
- 2Right-click your server icon.
- 3Click "Copy Server ID".
- 4Paste the ID into GUILD_ID.
Setting Log Channel
The log channel is where the bot sends logging and status messages.
- 1Right-click the channel where you want logs to be sent.
- 2Click "Copy Channel ID".
- 3Paste the ID into log_channel.
Embed Settings
These settings customize how the bot embeds appear.
{
"invoice_masking": "",
"embed_color": "0x",
"footer": "All rights reserved.",
"thumbnail_url": ""
}Proxies Configuration
Set proxyless to false if you are using proxies with the bot.
{
"proxyless": false,
"advance_mode": false,
"webhook_url": ""
}Use this proxy format:
USER:PASS@HOST:PORTIf you are not using proxies, set proxyless to true.
- https://iproyal.com
- https://voidproxies.com
- https://www.vital-proxies.com
Captcha Solver Configuration
Set solve_captcha to true if you are using a captcha solver with the bot.
{
"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
Setting Up Customizations
Use customization settings to configure booster nickname, bio, profile picture, and banner behavior.
{
"customisation": {
"nick": "",
"bio": "",
"change_pfp": false,
"change_banner": false
}
}Setting Up Website Customizations
Website settings connect the bot to your Discord server invite and shop URL.
{
"website_settings": {
"discord": "",
"view-shop": ""
}
}Store Configuration
Store configuration controls auto-buy, provider selection, webhook verification, invite links, and provider API credentials.
{
"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.
Auto Delivery
Use the setup autobuy command in Discord and follow the instructions provided by the bot.
/setup-autobuy