Home/FAQ

Clash FAQ

The most common issues beginners run into during installation and everyday use, grouped by scenario. Try searching for a keyword here first.

🔎 Tip: use Ctrl+F to search for keywords 🔄 Last updated: July 2026

Installation & System Prompts

Windows shows "Windows protected your PC"

This is SmartScreen's standard block for open-source software without a Microsoft-signed certificate. Click "More info," then "Run anyway" to install normally — this is expected behavior and doesn't mean the software is risky.

macOS says "can't be opened because the developer cannot be verified"

Go to System Settings → Privacy & Security, find the prompt for this app, and click "Open Anyway." This is macOS's default policy for apps not signed through the App Store.

Android says "this file type is blocked to protect your device"

You'll need to allow your browser or file manager to "install unknown apps" in system settings. The exact location varies slightly by Android skin, but you're usually guided there automatically when installing the APK.

Connection & Node Issues

All nodes show as timed out after importing a subscription

Check in this order: has the subscription expired or run out of data → is your system clock accurate → try re-testing with a different speed-test URL → restart the client to re-fetch the subscription. These four steps resolve the vast majority of cases.

Some nodes work, but others always time out

This may be a line-quality issue with those specific nodes, or that protocol/transport being specifically restricted on your current network. Try switching to another working node and report the specific node details to your provider.

The proxy is on, but a specific website still won't load

First check whether that site's connection is matching a "direct" or "proxy" rule — if it's matching direct, you'll need to add a dedicated rule in Rules to route it through the proxy.

Can I use multiple subscriptions at once?

Yes. Most clients let you save multiple subscriptions in the "Subscriptions/Profiles" list and switch which one is currently active. You can also merge configs to combine nodes from multiple subscriptions into a single proxy group for unified scheduling.

TUN Mode Issues

No internet at all after enabling TUN mode

This is usually a DNS configuration issue: check whether dns.enable is set to true, and whether the fake-ip-range conflicts with your local network range. You can also try switching tun.stack from system to gvisor to rule out a network stack compatibility issue — see Advanced Configuration for details.

Battery drains noticeably faster after granting TUN/VPN permission on mobile

TUN mode needs to capture all traffic and run continuously in the background processing network packets, so it uses slightly more battery than system proxy mode. If you don't need to capture non-proxy-aware apps, we recommend using the system proxy on mobile instead.

Can't find the TUN mode option on macOS

You'll need to authorize the System Extension the client requests in System Settings → Privacy & Security first. After authorizing, restart the client for the TUN toggle to take effect.

Conceptual Questions

What's the difference between Clash and a VPN?

A VPN typically takes over all your traffic at once; Clash is a rule-based routing tool that lets different sites/apps connect directly or through different proxy nodes individually — more flexible, but it takes some rule configuration knowledge. See the Glossary for details.

Is Clash a VPN or a censorship/geo-restriction circumvention tool?

People often describe tools used to reach geo-restricted or censored content simply as “a proxy” or “a VPN.” Clash falls into that broad category, but it's a rule-based routing client rather than a blanket VPN that tunnels every connection indiscriminately. It doesn't provide nodes itself — you'll need to obtain a subscription link and import it into the config yourself; see the Installation Guide for the steps.

What's the relationship between Clash, Clash.Meta, and mihomo?

These are different stages of the same lineage: Clash was the original project (now discontinued), Clash.Meta was the community's enhanced fork built on top of it, and mihomo is the continuation of Clash.Meta after a rename — it includes everything Clash.Meta had and keeps adding new features.

What's the relationship between Clash Manual and the official Clash project?

Clash Manual (ClashManual) is an independent site that organizes tutorials and download resources — it is not the official Clash website. Clash is an open-source project whose copyright belongs to the original authors and community; we only curate and organize information.