Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed for new users, with clear explanations for each step.
📱 For Mobile Users (Termux): View the guide here
- System Requirements
- Installing the Bot
- Bot Configuration
- Running the Bot
- Updating the Bot
- Contact & Support
Before running the bot, make sure you have installed:
- Node.js (Version:
22.11.0) - npm (Version:
10.9.0) - Git (For downloading and updating the bot easily)
- Docker (Optional: If you want to run the bot in a container)
📥 Download Node.js and npm here: Download Link. 📥 Download Git here: Download Link.
- Download the bot:
git clone https://github.com/MeoMunDep/void.git cd void/void - Install required libraries:
npm install --force user-agents axios meo-forkcy-proxy meo-forkcy-colors meo-forkcy-utils ws
- Prepare configuration files (See details)
- Download and extract the bot into a folder on your computer.
- Install required libraries (same as Step 2 above).
- Install Docker if you haven’t already: Docker Installation Guide.
- Build and run the bot using Docker:
For Windows CMD: Use
docker build -t Void-image . docker run -d --name Void-container -v $(pwd)/logs:/app/logs Void-image
%cd%instead of$(pwd).
{
"rotateProxy": false,
"skipInvalidProxy": true,
"proxyRotationInterval": 2,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 10,
"doTasks": true,
"upgradeItems": true
}Explanation of each parameter:
| Parameter Name | Data Type | Default Value | Description |
|---|---|---|---|
rotateProxy |
boolean |
false |
Enable/disable automatic proxy rotation between accounts. |
skipInvalidProxy |
boolean |
false |
If true, the bot will skip that account due to invalid proxy. |
proxyRotationInterval |
number |
2 |
Time interval (in minutes) between proxy rotations when rotateProxy is enabled. |
delayEachAccount |
[number, number] |
[5, 8] |
Random delay (in seconds) between accounts when performing tasks. |
timeToRestartAllAccounts |
number |
300 |
Time (in seconds) before the bot restarts all accounts. |
howManyAccountsRunInOneTime |
number |
100 |
Number of accounts running simultaneously. |
doTasks |
boolean |
true |
Enable/disable task execution (false means the bot won’t perform tasks). |
upgradeItems |
boolean |
true |
Enable/disable upgrade item execution (false means the bot won’t perform upgrade). |
Would you like me to add instructions on how users can adjust configs.json based on their needs? 🚀
query_id.../user...
query_id.../user...
query_id.../user...http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:portabc...xyz
abc...xyz
abc...xyznode meomundep.js- Open Command Prompt (CMD).
- Navigate to the bot folder:
cd "path\to\bot-folder"
- Run the batch script:
(*If you encounter permission issues, right-click
run.bat
run.batand select "Run as Administrator".)
./run.shdocker start Void-containercd void
git pull origin main
npm installdocker stop Void-container
docker rm Void-container
docker build -t Void-image .
docker run -d --name Void-container -v $(pwd)/logs:/app/logs Void-imageFor Windows CMD:
docker run -d --name Void-container -v %cd%\logs:/app/logs Void-image- Support me via Referral Link
- Buy a Telegram account Here
- Contact for work: Telegram
- Join the support group: Join here
- Updates Channel: View channel
✨ Thank you for using the bot! Good luck! 🚀