Skip to main content

Clash Verge Configuration Guide

If you already have a working overseas network environment, follow the "Clash Verge Configuration" section. If you do not have one, follow the "Chain Proxy" section first.

IPWeb provides 70 million+ clean residential IPs worldwide across 220+ countries/regions, supporting HTTP, HTTPS, and SOCKS5 protocols for use cases such as data collection, account operations, and ad verification. This guide walks you through the full workflow—from registration and purchase to configuring proxies in the Clash Verge client.

Need help? Contact us anytime: Telegram t.me/ipwebadmin | Phone 13064703052 | QQ (scan QR code) | WeChat (scan QR code)

QQ QR code WeChat QR code

Getting Started​

1. Create an Account​

Step 1: Open the IPWeb website at https://ipweb.cc and click the 注册 (Register) button in the top navigation bar (if you already have an account, click 登录 (Log In) instead).

IPWeb homepage

Step 2: On the registration page, enter your email address and login password; or use Sign in with Gmail for quick registration (recommended) to skip setting a separate password.

Step 3: Check your inbox for a verification email and click the confirmation link to verify your email. If you do not see the email, check your spam folder. (Some mail providers may delay delivery—wait a few minutes.)

IPWeb registration / login

2. Claim Trial Traffic​

After registration, log in to the IPWeb user dashboard at https://user.ipweb.cc for the first time and contact customer support to receive free trial traffic to try all proxy types.

New users can test proxy performance with the complimentary traffic before choosing a paid plan.

3. Purchase Dynamic Proxy Traffic​

After logging in to the IPWeb dashboard, go to Proxy Products → Dynamic Proxy in the left navigation. The default page is Traffic Top-up.

Dynamic proxies are billed by traffic usage. Before purchasing, choose a traffic package that matches your needs.

IPWeb Dynamic Proxy Traffic Top-up page

Focus on the following when purchasing:

ItemDescription
Traffic packageChoose the traffic volume you need based on expected usage. Traffic is billed per GB
Unit priceUnit price may vary by package size—larger volume usually means a lower unit price
Custom traffic packageIf preset packages do not fit, create a custom package using the options on the page

After selecting traffic, go to the order confirmation page and verify the unit price, traffic volume, and amount. Then choose a supported payment method and complete payment.

IPWeb Dynamic Proxy order confirmation page

When payment succeeds, the corresponding traffic is credited to your dynamic proxy account under the order rules and can be used to generate and use proxies.

For more details on dynamic proxy traffic purchase, payment, and account traffic, see the IPWeb Dynamic Proxy User Guide.

4. Get Dynamic Proxy Connection Details​

After topping up traffic, go to Proxy Products → Dynamic Proxy → Get Proxy in the left navigation to generate proxy connection details based on your needs.

IPWeb Dynamic Proxy Get Proxy page

Before generating proxies, configure these parameters:

ParameterDescription
Country / Region, State, CitySelect the target exit IP location; if you do not need precise targeting, select only the country or region
Proxy serverChoose the proxy server node used to access the IPWeb dynamic proxy network
IP session durationSet how long the exit IP stays valid in the current proxy session; dynamic proxies remain dynamic IP resources
Proxy countNumber of proxy lines to generate this time
Proxy protocolSupports HTTP, HTTPS, and SOCKS5 at the same time—no need to switch protocols when generating

After configuring, click Generate Proxy. Generated connection details use this format:

proxy_server:port:proxy_account:password

When configuring Clash Verge, use the proxy server, port, proxy account, and password.

For details on region codes, proxy account structure, SID, custom proxy accounts, and proxy server selection, see the IPWeb Dynamic Proxy User Guide.

Configure IPWeb Proxies in Clash Verge​

This guide is written for the Clash Verge client. Clash Verge is a Windows / macOS proxy tool built on the Clash Meta core. Its interface and navigation differ significantly from the original Clash client—the steps below apply specifically to Clash Verge.

Before configuring, complete the purchase workflow in the previous section and have your proxy connection details ready (proxy server address, port, username, and password).

1. Prepare Proxy Connection Details​

Confirm you have the following four items:

  • Proxy server address
  • Port number
  • Username
  • Password

2. Edit the Clash Verge Configuration File​

Open the Clash Verge client and follow these steps:

① Create a local YAML configuration file

Create a new text file on your computer and paste the content below. Replace the placeholders with the actual values from Section 3 (keep the English quotation marks):

proxies:
- name: "proxy1"
type: socks5
server: your proxy server address
port: your port number
username: your username
password: your password

proxy-groups:[]

If Clash Verge already has other configurations, you can merge the proxies: and proxy-groups: sections above into your existing file and keep your original nodes.

② Create a new profile and import the configuration

  1. Click 订阅 (Profiles) in the left navigation bar, then click 新建 (New) on the right.

Open Profiles and click New

  1. In the 新建配置 (New Profile) dialog:
    • 类型 (Type): Select Local
    • 名称 (Name): Enter IPWeb (or another name you can easily recognize)
    • Click 选择文件 (Choose File) and select the YAML file you just created
    • Click 保存 (Save)

Create local profile and select file

③ View the imported configuration

After a successful import, right-click the IPWeb profile card and select 编辑文件 (Edit File) from the context menu to view the proxy settings you entered. You can also edit them here if needed.

View / edit YAML configuration file

④ Activate the profile

Return to the Profiles page, find the IPWeb profile card, right-click it, and select 使用 (Use) to activate the configuration.

Right-click IPWeb profile and select Use to activate

3. Switch to the IPWeb Proxy Node​

In the left navigation bar, click 代理 (Proxies). In the proxy group list, find the IPWeb node you added (proxy1) and select it.

Select the IPWeb node on the Proxies page

4. Enable System Proxy and Verify​

Confirm both of the following are ready:

  1. System proxy is enabled: Click 首页 (Home) in the left navigation bar and verify that the 系统代理 (System Proxy) toggle is on in the network settings area
  2. Correct node is active: The right side of the Home page should show the IPWeb node name you selected

Confirm system proxy and node status on Home

Open a browser and visit https://ipinfo.io or another IP lookup site to check whether the returned IP matches the proxy region you purchased. If it displays correctly, configuration is successful.

IPinfo result example — showing proxy IP location

If the IP check shows your local IP, verify: ① the IPWeb node is selected on the Proxies page; ② the system proxy toggle is on on the Home page; ③ placeholders in the configuration file have been replaced with actual connection details.

5. Rule-Based Split Routing (Optional)​

If you want only specific traffic to use the IPWeb proxy while other traffic continues through your existing nodes or direct connection, add split-routing rules in the rules section of your configuration:

rules:
- DOMAIN-SUFFIX,target-website.com,proxy1
- IP-CIDR,10.0.0.0/8,DIRECT
- MATCH,Proxy

With this setup, only requests to the target domain (e.g., target-website.com) are sent through the IPWeb proxy via the proxy1 node; all other traffic follows your existing rules.

Chain Proxy​

If your local network cannot connect directly to overseas proxy servers, you can configure a two-hop chain in Clash Verge: first connect through a reachable overseas proxy as the upstream hop, then connect to your target dynamic residential proxy.

The full path is:

Local machine -> Upstream proxy (proxy1) -> Downstream proxy (proxy2) -> Target website

In this setup, proxy1 only establishes stable overseas connectivity, while proxy2 is the final business egress IP. After setup, IP check tools should show proxy2's location instead of your local IP or proxy1's egress.

1. Prepare Two Proxy Nodes​

Before setup, prepare these two nodes:

NodePurposeRecommendation
proxy1Upstream proxy for overseas connectivityUse a stable, low-latency overseas node reachable from your local network
proxy2Final business egress IPUse the dynamic residential proxy from your required country/region

2. Add Both Nodes to One Configuration File​

Create a local YAML file and put both nodes in the same proxies list. Replace placeholders with your real values:

proxies:
# Hop 1: reachable upstream overseas proxy
- name: "proxy1"
type: socks5
server: your upstream proxy server
port: your port
username: "your upstream username"
password: "your upstream password"
udp: true

# Hop 2: target dynamic residential proxy
- name: "proxy2"
type: http
server: your downstream proxy server
port: your port
username: "your downstream username"
password: "your downstream password"

Create/import the local profile as in the steps above, then activate it with Use.

Notes:

  • type must match the real protocol of each node.
  • port must be your real port value.
  • If your file already has proxies:, append missing nodes to the existing list (do not create a second proxies: block).

3. Build the Chain in Correct Order​

Open Proxies in Clash Verge and do the following:

  1. Click Chain Proxy in the top-right corner.
  2. Click proxy1 first to add it as hop 1.
  3. Click proxy2 next to add it as hop 2.
  4. Verify the order is 1 proxy1, 2 proxy2.
  5. Click Connect.

Do not reverse the order. If you added in the wrong order, remove and re-add.

4. Enable System Proxy and Verify Final Egress​

Go back to Home and make sure System Proxy is enabled. Then open https://ipinfo.io (or another trusted IP checker) and verify:

  • The current IP matches the target IP purchased from IPWeb
  • Country/region, city, and ASN match your purchased line
  • Refreshing does not fall back to your local IP

If the page shows proxy2's target IP, chain proxy is working.

5. Troubleshooting​

IssueWhat to check
proxy1 and proxy2 not shownCheck YAML indentation, save the file, and reactivate the profile
Node has no latency / connection failsRecheck server, port, protocol, username, and password for both nodes
Still showing local IPEnsure profile is updated, system proxy is on, and Connect was clicked in Chain Proxy mode
Shows upstream IPCheck whether proxy2 is missing and whether order is proxy1 -> proxy2
Connection works but slowUse a lower-latency, more stable upstream node and avoid extra proxy layers

Button names and positions may vary by Clash Verge version. Please follow your current UI.


If you run into issues not covered above, contact us for technical support:

QQ QR code
  • WeChat: (scan QR code to add)
WeChat QR code

For more client configuration guides (NekoBox, v2rayN, etc.), visit the IPWeb Proxy Configuration Tutorials.