Troubleshooting Guide¶
Common Issues¶
Proxies Showing alive=false¶
Symptoms: Router dashboard shows LA-VMess and LA-VLESS with alive=false status
Root Cause: Xray mux enabled with SOCKS5 backend causes TLS handshake failures
Solution: See complete fix in Mux Fix Guide
Quick fix:
# On VPS
ssh root@vmiss.ata.lol
cd /root/proxy-stack
# Edit xray/config.json, set mux.enabled = false
docker compose restart xray
Slow Domestic Website Access¶
Symptoms: Baidu, Taobao, JD.com slow or timing out
Root Cause: Incorrect routing rules or domestic sites being proxied
Solution:
# On router
curl http://127.0.0.1:9090/rules | grep -i baidu
# Should show: DIRECT, not PROXY
# If wrong, update Loyalsoldier rules
# OpenClash dashboard → Rule Sets → Update All
International Sites Not Accessible¶
Symptoms: Google, Facebook, TikTok.com unreachable
Root Cause: Proxy down, exit node issues, or rule misconfiguration
Troubleshooting Steps:
-
Check proxy health:
-
Check exit node:
-
Check VPS logs:
WiFi Not Broadcasting¶
Symptoms: WiFi SSID not visible after router configuration
Solution:
# Check WiFi enabled
uci show wireless | grep disabled
# Should show: disabled='0'
# If disabled='1', enable it:
uci set wireless.@wifi-iface[0].disabled='0'
uci commit wireless
wifi reload
High Latency / Slow Speed¶
Symptoms: All connections slow, high ping times
Troubleshooting:
-
Check ISP connection:
-
Check VPS latency:
-
Check bandwidth usage:
Solutions: - If ISP slow: Contact ISP - If VPS slow: Check VPS CPU/bandwidth limits - If specific app slow: Add custom rule to bypass proxy
Emergency Procedures¶
Complete Service Outage¶
- Verify router powered on and WAN connected
-
Restart OpenClash:
-
If still down, check VPS:
-
Last resort - disable proxy temporarily:
Customer Cannot Access Any International Sites¶
Quick Fix (Temporary):
Permanent Fix: - Investigate LA-VMess issue - See Mux Fix Guide for common problems
Debugging Tools¶
Check Egress IP¶
Test Proxy Manually¶
View OpenClash Logs¶
View Clash Core Logs¶
Getting Help¶
For issues not covered here:
- Check System Reference for operational procedures
- Check Mux Fix Guide for proxy issues
- Review VPS logs:
docker compose logs xray caddy - Contact technical support (Enterprise customers: 2-hour response time)
Related Documentation: - System Reference - Mux Fix Guide - Configuration Guide