Overview
The quickest safe path is to choose a client for your operating system, import a provider subscription URL, update the profile, select a proxy group and use Rule mode for daily routing.
First run checklist
- Download a maintained client for your platform.
- Copy the subscription URL from the Changlian provider dashboard.
- Import it as a remote profile and update it.
- Select a node or proxy group.
- Enable system proxy, VPN mode or TUN only as needed.
Recommended defaults
Use Rule mode first. Keep DNS settings unchanged until basic connectivity works. Avoid editing YAML manually before you understand the profile structure.
Next steps
After the first successful connection, learn rules, DNS and proxy groups so you can troubleshoot without replacing the whole client.
Related pages
Reference examples
These examples mirror the corresponding Chinese documentation page so the English page carries the same configuration material.
clash -d . # current directory
clash -d /etc/clashclash -f ./config.yaml
clash -f /etc/clash/config.yaml[aaaa::a8aa:ff:fe09:57d8]| Expression | Matches | Does not match |
|---|---|---|
*.google.com | www.google.com | google.com |
*.bar.google.com | foo.bar.google.com | bar.google.com |
*.*.google.com | thoughtful.sandbox.google.com | one.two.three.google.com |
| Expression | Matches | Does not match |
|---|---|---|
.google.com | www.google.com | google.com |
.google.com | thoughtful.sandbox.google.com | google.com |
.google.com | one.two.three.google.com | google.com |
| Expression | Matches |
|---|---|
+.google.com | google.com |
+.google.com | www.google.com |
+.google.com | thoughtful.sandbox.google.com |
+.google.com | one.two.three.google.com |