Common Issues
Quick solutions for TPM problems.
Connection Issues
Can't connect to Hypixel:
Delete auth cache:
sudo rm -rf /root/.minecraft/Verify credentials in config.json5
Check internet:
ping hypixel.netCheck Hypixel status: hypixel.net/status
No Coflnet flips:
Check subscription active:
/cofl premiumVerify Coflnet online: https://sky.coflnet.com/?refId=odeO2g
Restart bot:
node index.js
Frequent disconnects:
Check VPS resources:
free -handtopTest network:
ping -c 100 hypixel.netReduce accounts or increase delay setting
Bot Not Buying Flips
No flips coming in:
Reload config:
/cofl loadconfig [name] [name]Lower thresholds:
/cofl set minprofit 4.2mand/cofl set minprofitpercent 7Check subscription:
/cofl licensesWait 15-30 min (peak hours: 3-8 PM EST)
Bot ignoring flips:
Check purse has enough coins
Review skip settings in config.json5
Bad flips:
Adjust filters with
/cofl setcommandsReport to config provider - see Handling Bad Flips
Authentication Problems
Can't login:
Delete auth cache:
sudo rm -rf /root/.minecraft/Verify credentials in config.json5
Check if account locked on microsoft.com
Use correct format:
igns: ["username"]
Performance Issues
Slow/laggy bot:
Check resources:
free -h,top,df -hRestart bot
Reduce accounts or increase delay
Upgrade VPS (more RAM/CPU)
High memory usage:
Restart bot daily
Reduce simultaneous accounts
Upgrade to 2GB+ RAM for multiple accounts
Missing flips (too slow):
Lower delay in config.json5:
delay: 200Use VPS closer to Hypixel (Chicago recommended)
Config Issues
Config won't load:
Check spelling:
/cofl loadconfig configmaker-name confignameVerify you have access (contact provider)
Ensure connected to Coflnet
Syntax errors:
Check config.json5 for missing commas, brackets, quotes, colons
Validate JSON5 syntax
Settings not applying:
Restart bot after config changes
Ensure file is saved
Check you're editing correct config.json5 path
Webhook/Discord Issues
No notifications:
Verify webhook URL in config.json5:
webhook: "https://discord.com/api/webhooks/..."Check webhook has send permissions
Test:
curl -X POST "webhook-url" -H "Content-Type: application/json" -d '{"content":"Test"}'Check console for errors
Format issues:
Verify placeholder syntax in webhookFormat
Use valid placeholders:
{itemName},{profit}, etc.
VPS Issues
Can't connect via SSH:
Check VPS running in provider dashboard
Verify IP address correct
Check port 22 open / UFW status
Use provider's web console
Out of space:
Check usage:
df -hClear logs:
rm -rf ~/tpm/logs/*.logClear cache:
sudo apt cleanUpgrade VPS storage
Quick Troubleshooting
When issues occur:
Check console/logs for errors (
pm2 logs tpmorscreen -r tpm)Verify config.json5 syntax
Restart bot:
node index.jsCheck internet and service status (Hypixel, Coflnet)
Review VPS resources:
free -h,top,df -h
Common errors:
ECONNREFUSED: Check internet/server statusInvalid credentials: Verify config.json5 credentialsOut of memory: Restart bot or upgrade VPS
Getting Help
When asking for help, provide:
Exact error messages
What you were doing
Config details (remove sensitive info)
VPS specs and OS
What you've tried
Resources:
TPM Discord server
Config provider support
Last updated
Was this helpful?