Import Subscription Config
The Clash client fetches a YAML-format config file remotely from your provider via a subscription URL. The config file contains proxy server lists, policy groups, and routing rules – the foundation for all features.
Get Your Subscription URL
Log into your provider's dashboard and copy the Clash-format subscription URL (usually contains a ?token= parameter). This URL is sensitive – do not share it with others.
Import in the Client
Open Clash Verge Rev, click the " Profiles " tab on the left, click the " New " button in the top right, paste the URL in the input field, and click Import.
Activate the Config Profile
After importing, click the config card to set it as "Active" – the client icon will show as activated. It's recommended to enable " Auto Update " in settings (every 24 hours) to keep your node list current.
Speed Test and Select Node
Go to the Proxies page, find your policy group and click " Speed Test ⚡ ". Nodes with latency below 100ms are high quality – click to select. It's recommended to use the auto-select group (marked with 🔁) over DIRECT for automatic failover.
Typical YAML Config Structure (for reference)
# Clash Meta (Mihomo) config file structure overview mixed-port: 7890 # HTTP + SOCKS5 mixed proxy port allow-lan: false # Not accessible to LAN devices mode: rule # Rule mode (recommended) log-level: info proxies: # Node list (auto-populated by subscription) - name: "HK Node 01" type: vmess server: hk1.clashhelp.com port: 443 # ... (other fields omitted) proxy-groups: # Policy Groups - name: "🚀 Node Selection" type: select proxies: ["Auto Select", "HK Node 01"] rules: # Routing Rules - GEOIP,CN,DIRECT - MATCH,🚀 Node Selection