Features Get Started Plugins GitHub Get Session ID
Live & Active

X MEGATRON.

Advanced WhatsApp bot framework built
for enterprise-grade performance.

0
Pair Sessions
0
QR Sessions
0
Total Links
Choose your path
Everything you need

Three steps to get your own X MEGATRON bot running.

01 — Session
Get Session ID
Link your WhatsApp account with Pair Code or QR scan. Session ID delivered instantly to your phone.
Open Linker
02 — Deploy
Host Your Bot
Step-by-step guides for Render, Koyeb, VPS, and Private Panel (Pterodactyl / Dashflo).
03 — Plugins
Get Plugins
Browse community plugins. One-click copy of Gist URLs. Submit your own for review.
Browse Plugins
Render
Koyeb
VPS / RDP
Private Panel
1
Fork the bot repo on GitHub
Fork github.com/COD-LUCAS/x-megatron to your GitHub account.
2
New Web Service on Render
render.com → New → Web Service → connect your fork. Runtime: Node. Build: npm install. Start: npm start.
3
Add Environment Variables
In Render → Environment tab, add:
SESSION=xmegatron~your_paste_id
ADMIN_SECRET=your_secret
4
Deploy
Click Deploy Web Service. Render handles HTTPS, restarts, auto-deploy on push. Bot goes live at your Render URL.
1
Sign up at Koyeb
koyeb.com → New App → connect your GitHub fork of X MEGATRON.
2
Configure service
Runtime: Node 20 · Build: npm install · Start: npm start. PORT assigned automatically.
3
Add env vars
SESSION, ADMIN_SECRET, BOT_TOKEN (optional).
4
Deploy
Koyeb deploys globally with auto-scaling. Bot live in seconds.
1
Install Node 20 on your server
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt install nodejs -y
2
Clone & install
git clone https://github.com/COD-LUCAS/x-megatron && cd x-megatron && npm install
3
Create .env file
SESSION=xmegatron~paste_id
ADMIN_SECRET=your_secret
PORT=3000
4
Run with PM2 (stays running after SSH close)
npm i -g pm2 && pm2 start index.js --name megatron && pm2 save && pm2 startup
1
Create Node.js server in panel
In Pterodactyl / Dashflo, create a new server using the Node.js egg. Select Node 20+.
2
Upload all bot files via File Manager
Or use the server console:
git clone https://github.com/COD-LUCAS/x-megatron .
3
Install in console
npm install
4
Set startup & env vars in panel
Start Command: node index.js
Env vars: SESSION, ADMIN_SECRET
PORT is auto-assigned by the panel.
5
Start server
Hit Start from the panel dashboard. Console should show ✓ X MEGATRON SERVER ONLINE.
Features
Built for performance

Enterprise-grade features with developer-first experience.

Lightning Fast
Optimised for minimal resource usage and instant WhatsApp response.
Multi-Device
Full WhatsApp Web multi-device support via Baileys. No phone required online.
Plugin System
Extensible architecture — add features without touching core code.
Group Management
Advanced admin tools, anti-spam, welcome messages, full moderation.
Media Downloads
Built-in sticker maker, audio/video downloader, document processor.
Sudo System
Multi-level permissions — owner, sudo users, and group admin roles.
Get started in seconds
Three simple steps
1
Generate Session
Visit /session, enter your number or scan QR to get your session string.
2
Configure Environment
Set SESSION and any other preferences in your hosting environment variables.
3
Deploy & Launch
Choose your platform and deploy. X MEGATRON starts and stays online automatically.