HELP DESK · Service Bay
Troubleshooting
Twenty high-frequency questions sorted into four work stations. Client choice, subscriptions, permissions, fixes — all on one page. Can't find it here, check the troubleshooting handbook and deep-dive articles at the bottom.
Q01–Q05 · Station One
Basics
Understand what this ecosystem is, who maintains it, and how free it really is — before you install anything.
What is the relationship between Clash and mihomo?
mihomo (formerly Clash Meta) took over maintenance, adding more protocols and features. Mainstream clients today (Clash Plus, Clash Verge Rev, FlClash, etc.) all bundle the mihomo core, and the config file format stays backward-compatible, so most older configs still work as-is.With so many clients available, which one should I install?
Is the Clash client paid? Can it work without a subscription?
What's the difference between Rule mode, Global mode, and Direct mode?
rules in your config top to bottom and routes each connection according to the first hit — this is the recommended everyday mode. Global mode forces all traffic through the currently selected node, useful for quickly checking whether a node works. Direct mode is effectively a bypass, sending everything without a proxy. Remember to switch back to Rule mode after testing, or local traffic will also detour through a node and speeds will noticeably drop.What is subscription conversion, and when do I need it?
Q06–Q10 · Station Two
Setup & Config
Each of the five platforms has its own hurdle: importing, allowing, authorizing, the store, autostart. Cleared one by one.
After installing the client on Windows, how do I import a subscription?
What if macOS says "can't be opened because the developer cannot be verified"?
Why does Android prompt a VPN connection request on first launch?
How do I install the Clash client on iOS?
After installing the .deb package on Linux, how do I set it to start at boot?
systemctl enable so it starts with the system. The core download is in the Kernel section of the Download Center.Q11–Q15 · Station Three
Usage Tips
Getting connected is only the starting point. Modes, proxy groups, routing rules, and DNS — get these four right and you actually know how to use it.
What's the difference between system proxy and TUN mode?
How do I choose between the url-test, fallback, and load-balance proxy groups?
url-test periodically measures latency and auto-selects the fastest node — the default choice for daily use. fallback picks the first available node in list order, suited to a "stick with a primary node, switch only if it fails" setup. load-balance spreads connections across multiple nodes, useful if you have several lines in the same region. For a parameter-by-parameter breakdown and real-world test differences among the three, see the proxy group deep-dive article.How do I exclude a specific site or app from the proxy?
rules section, for example DOMAIN-SUFFIX,example.com,DIRECT. For per-process routing, use a PROCESS-NAME rule instead. Rules match top to bottom and stop at the first hit, so this DIRECT rule needs to sit above any broader rule that would otherwise catch it first — otherwise it never gets a chance to apply.Should I use fake-ip or redir-host for DNS?
fake-ip-filter — there's usually no need to fall back to redir-host entirely. See the DNS deep-dive article for leak testing and prevention techniques.Can subscriptions update automatically?
Q16–Q20 · Station Four
Troubleshooting
Five of the most common failure scenes, each with the shortest fix path. For a systematic workflow, see the troubleshooting handbook.
The system proxy is on, but the browser still connects directly — why?
How do I troubleshoot when every node times out?
What if a subscription fails to import or update?
Why can't UWP apps (Microsoft Store apps) connect to the internet?
127.0.0.1, Store apps fail to connect. Desktop clients usually include a built-in UWP loopback exemption tool — enable it in Settings and check the target app to lift the restriction. Alternatively, switch to TUN mode, which intercepts traffic at the network layer and naturally sidesteps the loopback restriction.What if the client won't open or crashes right at launch?
mixed-port in Settings and restart; or a leftover core process from the last exit — end it in Task Manager before reopening. The most direct way to pin it down is the logs; log locations per platform and a step-by-step fix are in the launch-crash deep-dive article and the troubleshooting handbook.