Linux Quick Start Guide
Clash Party installation and configuration guide for major distributions (AppImage recommended)
1
Download
Download AppImage file
2
Permissions
chmod +x to grant execution rights
3
Run & Use
Run directly, import config and connect
OS Requirements
Modern 64-bit Linux distribution
Architecture
x86_64 (amd64)
Memory
At least 1GB RAM
Storage
At least 200MB available space
Step 1: Download and Installation
Step 2: Import Subscription
Step 3: Select Node and Connect
- Latency Test: Perform a latency test in the node list.
- Select Node: Choose a node with lower latency.
- Connect: Click the connect button; success is indicated when the status shows “Connected”.
Success
Connection Successful! You can run
curl ipinfo.io or curl ifconfig.me to verify your exit IP.Optional Configuration
Desktop Proxy Settings (Manual)
- GNOME: Settings > Network > Network Proxy > Configure HTTP/HTTPS/SOCKS
- KDE: System Settings > Network Settings > Proxy > Enable and fill in ports
Command Line Proxy (As Needed)
Add to ~/.bashrc or ~/.zshrc:
export http_proxy="http://127.0.0.1:8080"
export https_proxy="http://127.0.0.1:8080"
export all_proxy="socks5://127.0.0.1:1080"
export no_proxy="localhost,127.0.0.1,::1"Common Issues
Cannot Start?
Ensure the AppImage has execution permissions; run in terminal to check error output.
Cannot Connect?
Switch nodes, check subscription status or firewall rules.
TUN Support?
For system-level proxy, ensure the kernel has the
tun module loaded (lsmod | grep tun).Next Steps
- Continue reading Routing Rules
- Check FAQ for more help