Troubleshooting
Cannot Log In to Admin Panel
Symptoms
- Clicking Magic Link shows āUnauthorizedā or āToken Invalidā
- Page is blank or wonāt load
Diagnostic Steps
-
Check URLå®ę“ę§
ā https://xxx-00.realvco.com/?token=abc... (may be truncated) ā https://xxx-00.realvco.com/?token=eyJhbG... (complete long URL)- Ensure youāve copied the complete URL
- Check if thereās a āshow full URLā option in the email
-
Check if Token has expired
- Magic Link expires after 24 hours
- If used once, Token becomes invalid immediately
- Solution: Copy from email again, or contact support to resend
-
Clear browser cache
- Press
Ctrl+Shift+R(Windows) orCmd+Shift+R(Mac) for hard refresh - Or open āIncognito Modeā to test
- Press
-
Check network connection
- Confirm you can access other websites
- Try switching networks (e.g., mobile hotspot)
AI Partner Not Responding
Symptoms
- Sent message but AI doesnāt reply
- Shows ātypingā but never produces results
Diagnostic Steps
-
Check container status
- Enter Admin Panel
- Check if the AI partner status is āRunningā
- If not, click āStartā to launch
-
Check Gateway connection
- View Gateway status in Admin Panel
- If showing āDisconnectedā, may be a network issue
- Solution: Wait for auto-reconnect, or restart container
-
Check model configuration
- Confirm the container has AI model properly configured
- Check if API Key is valid
-
View logs
- Click containerās āLogsā button
- Look for error messages (red text)
Messaging Software Connection Failed
Symptoms
- No response after scanning QR Code
- Shows āPairing failedā or āToken Invalidā
Platform-Specific Diagnosis
Telegram
-
Check Bot Token
- Confirm you copied the complete Token from @BotFather
- Format should be
123456789:ABCdefGHIjklMNOpqrSTUvwxyz
-
Confirm Bot wasnāt deleted
- Search for your Bot in Telegram
- If not found, need to recreate
-
Check Webhook
- Confirm Telegram settings in Admin Panel are correct
- Try resetting Webhook
-
Use correct pairing method
- WhatsApp Business API requires special application
- Personal WhatsApp cannot connect directly
-
Check phone number
- Confirm number format is correct (including country code)
- Example: +886912345678
LINE
-
Check Channel Secret and Token
- Copy from LINE Developers Console
- Note the difference between Channel Secret (shorter) and Channel Access Token (longer)
-
Confirm Webhook URL setting
- Set correct Webhook URL in LINE Console
- Format:
https://xxx-1.realvco.com/messaging/line/webhook
System Slow or Laggy
Symptoms
- Admin Panel loads slowly
- AI response time too long (> 30 seconds)
- Container operations (Start/Stop) respond slowly
Diagnostic Steps
-
Check resource usage
- View resource charts in Admin Panel System Bar
- Focus on CPU, memory, and disk usage
-
When resource usage is high
Memory > 90%:
- Restart container to free memory
- Reduce number of simultaneous tasks
CPU consistently 100%:
- Check for abnormal processes (possible mining malware)
- View container logs to identify high CPU processes
Disk > 90%:
- Run āDocker Pruneā to clean unused images
- Delete unnecessary files
-
Check network latency
- Use
ping xxx-00.realvco.comto test connection - If latency is high, may be CDN node issue
- Use
Container Wonāt Start
Symptoms
- Clicking āStartā but container status remains āStoppedā
- Or stuck on āStartingā
Diagnostic Steps
-
View logs
- Click āLogsā to view startup errors
- Common errors:
port already in useā Port occupied, restart entire systemout of memoryā Insufficient memory, free resources and retry
-
Check disk space
- If disk is full, container cannot write data
- Run Docker Prune to clean up space
-
Restart entire system
- Click āReboot Serverā in MAIN Tab
- Wait 1-2 minutes then retry
Data Loss or Anomalies
Symptoms
- AI partner seems to have āforgottenā previous settings
- Conversation history is gone
- Files disappeared
Possible Causes and Solutions
-
Container was rebuilt
- If container was deleted and rebuilt, data will be lost
- Prevention: Regularly use Export Data for backup
-
Disk was full
- System may have automatically cleaned old data
- Solution: Clean up disk space, restore from backup
-
Database corruption
- Rarely occurs
- Solution: Restore from backup, or reconfigure
Cannot Connect to Specific Website/API
Symptoms
- AI partner says cannot access certain website
- API calls fail
Possible Causes
-
DNS issues
- Try running in Host Terminal:
nslookup example.com - If fails, may be DNS configuration issue
- Try running in Host Terminal:
-
Firewall blocking
- Target website may block Cloudflare IPs
- Try using different connection method
-
SSL certificate issues
- Some older programs may not accept newer SSL
- Update relevant packages or programs
Pre-Support Checklist
Before seeking assistance, please confirm the following information:
- Specific error message: Complete error text or screenshot
- When it occurred: When did the problem start?
- Scope of impact: Are all services down, or only specific features?
- Solutions already tried: What have you attempted?
- Recent changes: What configuration changes did you make before the problem appeared?
How to Collect Useful Logs
-
Container logs:
# Execute in Admin Panel Terminal docker logs oc-1 --tail 100 -
System logs:
# View recent system messages journalctl -n 100 -
Network status:
# Test connection ping -c 4 google.com curl -I https://api.telegram.org
Still canāt solve it? Please contact support with the above information, and weāll assist you as soon as possible!