|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>Clash Subscription Not Working | Fix Clash Profile Import and Refresh Problems</title> |
| 7 | + <meta name="description" content="Detailed troubleshooting guide for a Clash subscription that does not import, does not refresh, or imports but fails to connect."> |
| 8 | + <link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/clash-subscription-not-working.html"> |
| 9 | + <meta property="og:title" content="Clash Subscription Not Working | Troubleshooting Guide"> |
| 10 | + <meta property="og:description" content="Fix Clash subscription import, refresh, and connection problems with a structured troubleshooting path."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://au1rxx.github.io/free-vpn-subscriptions/clash-subscription-not-working.html"> |
| 13 | + <meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.svg"> |
| 14 | + <link rel="stylesheet" href="./styles.css"> |
| 15 | + <script type="application/ld+json"> |
| 16 | + { |
| 17 | + "@context": "https://schema.org", |
| 18 | + "@type": "FAQPage", |
| 19 | + "mainEntity": [ |
| 20 | + { |
| 21 | + "@type": "Question", |
| 22 | + "name": "Why is my Clash subscription not working?", |
| 23 | + "acceptedAnswer": { |
| 24 | + "@type": "Answer", |
| 25 | + "text": "The most common causes are using the wrong format, importing the URL as a local file instead of a remote profile, stale client refresh state, or testing an unhealthy node without checking the status page." |
| 26 | + } |
| 27 | + }, |
| 28 | + { |
| 29 | + "@type": "Question", |
| 30 | + "name": "What Clash URL should I use for this repository?", |
| 31 | + "acceptedAnswer": { |
| 32 | + "@type": "Answer", |
| 33 | + "text": "Use https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/clash.yaml as the main Clash subscription URL." |
| 34 | + } |
| 35 | + } |
| 36 | + ] |
| 37 | + } |
| 38 | + </script> |
| 39 | + </head> |
| 40 | + <body> |
| 41 | + <main class="content-page"> |
| 42 | + <a class="back-link" href="./">Back to home</a> |
| 43 | + <p class="eyebrow">Troubleshooting Guide</p> |
| 44 | + <h1>Clash subscription not working: how to fix import, refresh, and connection problems</h1> |
| 45 | + <p class="lede"> |
| 46 | + Use this page when a Clash profile does not import, does not refresh, or loads successfully but still fails to connect. |
| 47 | + </p> |
| 48 | + <div class="content-actions"> |
| 49 | + <a class="button button-primary" href="./clash.html">Open Clash Guide</a> |
| 50 | + <a class="button button-secondary" href="./status.html">Check Live Status</a> |
| 51 | + <a class="button button-secondary" href="./output/clash.yaml">Open Clash YAML</a> |
| 52 | + </div> |
| 53 | + <section class="content-block"> |
| 54 | + <h2>Correct Clash subscription URL</h2> |
| 55 | + <pre><code>https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/clash.yaml</code></pre> |
| 56 | + <p class="inline-note">If your client supports refreshable remote profiles, this is the URL it should keep. If you only imported a downloaded file once, auto-refresh may never work.</p> |
| 57 | + </section> |
| 58 | + <section class="content-grid"> |
| 59 | + <section class="content-block"> |
| 60 | + <h2>Most common causes</h2> |
| 61 | + <ul class="tag-list"> |
| 62 | + <li>The app expects a remote YAML profile but the link was imported incorrectly.</li> |
| 63 | + <li>The profile was saved as a local one-time import instead of a subscription source.</li> |
| 64 | + <li>The client is using stale cached nodes and needs a manual refresh.</li> |
| 65 | + <li>The selected node is unhealthy and the status page was never checked.</li> |
| 66 | + </ul> |
| 67 | + </section> |
| 68 | + <section class="content-block"> |
| 69 | + <h2>What to verify first</h2> |
| 70 | + <ul class="tag-list"> |
| 71 | + <li>The client is a Clash or Mihomo-compatible app.</li> |
| 72 | + <li>The profile source is the raw Clash YAML URL.</li> |
| 73 | + <li>The profile can still be refreshed manually.</li> |
| 74 | + <li>The target region looks healthy on the live status page.</li> |
| 75 | + </ul> |
| 76 | + </section> |
| 77 | + </section> |
| 78 | + <section class="content-block"> |
| 79 | + <h2>Step-by-step troubleshooting path</h2> |
| 80 | + <ol> |
| 81 | + <li>Confirm the app actually supports Clash YAML remote profiles.</li> |
| 82 | + <li>Re-open the profile source and make sure the raw Clash URL is still saved.</li> |
| 83 | + <li>Run one manual refresh and verify that nodes update without errors.</li> |
| 84 | + <li>Switch to another region or node before rewriting DNS or routing rules.</li> |
| 85 | + <li>Check the status dashboard to see whether the problem is client-side or node-side.</li> |
| 86 | + </ol> |
| 87 | + </section> |
| 88 | + <section class="content-block"> |
| 89 | + <h2>When the Clash profile imports but still does not connect</h2> |
| 90 | + <ul class="faq-list"> |
| 91 | + <li>Try another node before changing global settings.</li> |
| 92 | + <li>Confirm your routing mode is reasonable for the traffic you are testing.</li> |
| 93 | + <li>Refresh the profile again if it looks older than the current public feed cadence.</li> |
| 94 | + <li>If every node fails together and the status page is healthy, the problem is more likely local client configuration.</li> |
| 95 | + </ul> |
| 96 | + </section> |
| 97 | + <section class="content-block"> |
| 98 | + <h2>Related guides</h2> |
| 99 | + <ul class="related-links"> |
| 100 | + <li><a href="./clash.html">Clash subscription guide</a></li> |
| 101 | + <li><a href="./how-to-refresh-clash-profile.html">How to refresh a Clash profile</a></li> |
| 102 | + <li><a href="./clash-verge-rev.html">Clash Verge Rev guide</a></li> |
| 103 | + <li><a href="./flclash.html">FlClash guide</a></li> |
| 104 | + </ul> |
| 105 | + </section> |
| 106 | + </main> |
| 107 | + </body> |
| 108 | +</html> |
| 109 | + |
0 commit comments