Documentation Index
Fetch the complete documentation index at: https://docs.botifymanager.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Cookie expired / Invalid cookie
Cookie expired / Invalid cookie
MongoDB connection failed
MongoDB connection failed
Symptom: Botify shows a connection error on startup or account data doesn’t load/save.Fix:
- Check your internet connection
- Disable any VPN — some VPNs block MongoDB Atlas endpoints
- Check Windows Firewall — ensure Botify.exe is allowed outbound on ports 27017 and 443
- If behind a corporate/school network, MongoDB Atlas connections may be blocked entirely — use a personal network or hotspot
- Restart Botify
Multi-Roblox not working / Only one instance launches
Multi-Roblox not working / Only one instance launches
Symptom: Second Roblox instance doesn’t open, or an existing one takes focus instead.Fix:
- Run Botify as Administrator — right-click → Run as administrator. Multi-Roblox mutex bypass requires admin privileges.
- Check Settings → General → Multi-Roblox is enabled
- If Roblox was already open before Botify launched, close all Roblox instances and let Botify manage them
- Ensure you’re not running another mutex-bypass tool (Bloxstrap, etc.) that conflicts
Botify initializes the mutex bypass on startup. If admin elevation was declined, restart with the UAC prompt accepted.
High RAM usage / System running out of memory
High RAM usage / System running out of memory
Symptom: PC slows down, RAM is maxed, or Botify shows memory warnings.Fix:
- Enable Settings → Memory & CPU Optimizer → Process Optimizer (Master)
- Enable Working Set Trim and set Trim Only in Game to
true - Enable Kill Crash Handlers
- Enable Ultra-Low GPU Mode for 15+ instances
- Reduce Max Concurrent in Settings → Launch Tuning
- Lower Memory Warning % threshold to get earlier alerts (default: 85%)
Bots not joining the server
Bots not joining the server
Symptom: Roblox opens but accounts end up in a different game, or the In/Out column stays “Out”.Fix:
- Verify your ERLC Server Code in Settings — it should be the exact private server code (e.g.,
UTAHUSA) - Verify your PRC API Key is correct and has not been rotated
- Ensure the private server is online and accessible
- Check the Logs tab for teleport error codes (524, 773, 279)
- Try manually launching one account via right-click → Launch ERLC to test
Server code is case-sensitive. Double-check capitalization if bots launch but join the wrong server.
Ghost server detected — bots keep relaunching
Ghost server detected — bots keep relaunching
Symptom: Botify logs show “Ghost server detected”, all bots are killed, and the cycle repeats.What’s happening: Botify tracked 20+ bots but the PRC API reports fewer than 10 players visible — indicating a Roblox server glitch where players exist but are invisible to the API.Fix:
- Wait — the 300-second ghost reset cooldown prevents rapid loops
- If it persists, your private server may be experiencing a Roblox-side ghost glitch. Rejoin with your main account to check
- Reduce
deploy_thresholdin Settings → Server Thresholds to deploy fewer bots - If the server code changed, update it in Settings → Connection & API
Ghost detection thresholds: 20+ tracked bots AND fewer than 10 PRC players = ghost server trigger.
Stale join alert keeps appearing
Stale join alert keeps appearing
Symptom: Dialog pops up saying accounts are running but not in the server.What’s happening: The Stale Join Watchdog detected accounts that launched but didn’t appear in the PRC player list within the timeout window.Fix:
- Increase Stale Join Timeout (Settings → General) if accounts take longer to load on your connection
- Check those accounts’ cookies — refresh if yellow/red
- Enable Auto-Relaunch to handle stale accounts automatically
- If the alert fires immediately, verify your PRC API Key is returning correct player data
Anti-AFK not working / accounts getting kicked
Anti-AFK not working / accounts getting kicked
Symptom: Accounts are being kicked from ERLC for inactivity despite Anti-AFK being enabled.Fix:
- Ensure Anti-AFK is enabled on the Automation tab
- Reduce the Interval — try 6 or 9 minutes instead of 15
- Try a different Action Type — some ERLC servers specifically check for jump inputs vs. camera movement
- If User-Safe Mode is on, it may be deferring cycles too long — try disabling it
- Check that Roblox windows haven’t crashed (check Logs for crash entries)
Discord OAuth2 login fails / 'Client role not found'
Discord OAuth2 login fails / 'Client role not found'
Symptom: OAuth2 flow completes but Botify rejects login with a role error.Fix:
- Ensure you are a member of the Botify Discord server
- Verify you have the “Client” role — contact Botify support if you purchased but don’t have it
- Try logging out of Discord in the browser and re-authenticating
- If using a VPN, disable it — Discord OAuth can redirect incorrectly through some VPNs
Botify won't start / crashes immediately
Botify won't start / crashes immediately
Symptom: EXE opens and closes instantly, or shows a Python error.Fix:
- Run as Administrator — most startup crashes are caused by insufficient privileges
- Check Windows Defender / antivirus — add Botify.exe as an exclusion (false positives are common with PyInstaller EXEs)
- Ensure you’re on Windows 10 or 11 — other OS versions are not supported
- Delete
account_store.jsonin the same folder as the EXE if it’s corrupted, then relaunch - Check the
persistence_log.txtfile next to the EXE for error details
Still Need Help?
Join the Botify Discord server and open a support ticket. Include:- Your Botify version (shown in the title bar)
- A copy of
persistence_log.txt - A description of what you were doing when the issue occurred