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.
Boost Bot
Boost Bot setup: download the app, activate your license, configure tokens, invite the bot, and run your first boost delivery safely.
Last updated 2026-07-02
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.
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.
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.
These values connect your Discord application to the Boost Bot.
{
"token": "",
"client_id": "",
"client_secret": ""
}https://discord.com/developers/applicationsThese settings control who can use the bot and where logs are sent.
{
"allowed_user_ids": [],
"GUILD_ID": 0,
"log_channel": ""
}Whitelisting user IDs allows specific Discord users to interact with the bot.
The Guild ID tells the bot which Discord server it should operate inside.
The log channel is where the bot sends logging and status messages.
These settings customize how the bot embeds appear.
{
"invoice_masking": "",
"embed_color": "0x",
"footer": "All rights reserved.",
"thumbnail_url": ""
}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.
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:
Use customization settings to configure booster nickname, bio, profile picture, and banner behavior.
{
"customisation": {
"nick": "",
"bio": "",
"change_pfp": false,
"change_banner": false
}
}Website settings connect the bot to your Discord server invite and shop URL.
{
"website_settings": {
"discord": "",
"view-shop": ""
}
}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.
Use the setup autobuy command in Discord and follow the instructions provided by the bot.
/setup-autobuy