Router Setup Tutorial
This tutorial will guide you through setting up and using the proxy service on your router. With router-level configuration, all devices connected to the router can automatically enjoy acceleration.
Step 1: Check Router Compatibility
Our router proxy service supports multiple mainstream router firmware options, including:
- OpenWrt / LEDE (recommended for best performance and features)
- DD-WRT
- Asuswrt-Merlin
- Some stock firmware (e.g., high-end ASUS routers)
Note: This tutorial applies to x86 soft routers. It is not suitable for traditional hardware routers.
Step 2: Install OpenClash on OpenWrt
The following steps use OpenWrt as an example. Other firmware may be similar but with different details:
Method 1: Using the Web UI
- Log in to the OpenWrt Web admin interface
- Click "System" -> "Software"
- Click "Update lists"
- Search for "openclash" in the filter box
- Find the OpenClash package and click "Install"
- After installation, go to "Services" -> "OpenClash" to open the configuration page
Method 2: Using SSH
If you prefer the command line, connect to your router via SSH and run:
opkg update opkg install openclashMethod 3: Manual Installation
If your router can't access the internet or you can't install from software sources, you can download and install manually:
- Download an OpenClash package (.ipk) that matches your router architecture from GitHub
- Upload the downloaded file to your router
- Connect to the router via SSH, then run:
opkg install /path/to/openclash_xxx.ipk
Step 3: Sign Up or Log In
Before configuring OpenClash, you need to log in to your account to access your subscription. If you don't have an account yet, click the button below to sign up:
Click the button to visit the official website
Registration includes the following steps:
- Enter your email address and password
- Accept the Terms of Service and Privacy Policy
- Click "Create Account" to complete registration
If you already have an account, simply log in with your email address and password.
Step 4: Purchase a Plan
After logging in, purchase a plan that fits your needs:
- Click "Subscriptions" in the left sidebar
- Select "Buy Subscription"
- Choose a plan and complete payment
Once the purchase is complete, your account will be credited with the corresponding data and validity period immediately.
Step 5: Configure OpenClash
After your subscription is activated, configure the OpenClash connection settings:
- In the Web UI, navigate to "Services" -> "OpenClash"
- Add your subscription URL in the "Config Subscription" tab
- Click "Update config" to fetch the latest configuration
- Select a configuration profile and apply it
- Go to the "Status" tab and click "Start OpenClash"
Once configured, the OpenClash service will start automatically. All devices connected through the router will enjoy acceleration.
FAQ
What if the router can't access the internet after installation?
If the router can't access the internet normally after installing OpenClash, try the following:
- Temporarily stop the OpenClash service:
/etc/init.d/openclash stop - Check the router logs:
logread | grep openclash - Make sure your account information is correct and you have sufficient data
- Try selecting a different server node
- If none of the above works, restore a recent backup or reset the router
How do I update OpenClash on the router?
When a new version is available, you can update it in the following ways:
- Web UI: Go to "System" → "Software", click "Update lists", then search for and update openclash
- Command line:
opkg update && opkg upgrade openclash
What if I run out of data?
If your subscription data runs out, you have a few options:
- Log in to the website to purchase more data
- Wait for next month's data reset (for monthly plans)
- Temporarily disable acceleration and enable it only when needed to save data
Need Help?
If you encounter any issues during setup, feel free to contact our customer support team for assistance.
