Menu
Buy VPS
Payments
Tools
User

DropVPS Team

Writer: Cooper Reagan

How to Install Clash Verge on Ubuntu 25.04

How to Install Clash Verge on Ubuntu 25.04

Publication Date

Category

Articles

Reading Time

2 Min

Table of Contents

Clash Verge is a modern GUI client for Clash, designed for managing proxies, subscriptions, and routing rules with a clean, user-friendly interface. Running it on Ubuntu 25.04 is simple using AppImage or native .deb packages.

Step 1: Update Your System

Start by updating Ubuntu 25.04:

sudo apt update && sudo apt upgrade -y

Step 2: Install Required Dependencies

Some systems need FUSE support for AppImage:

sudo apt install -y fuse libfuse2

(If you're installing a .deb package, this step is optional.)

Step 3: Download Clash Verge

Visit the official GitHub releases page:

https://github.com/clash-verge-rev/clash-verge-rev/releases

Download one of these (recommended):

  • Clash.Verge_amd64.deb → Best for Ubuntu

  • Clash.Verge-x86_64.AppImage → Portable version

or download via terminal:

wget https://github.com/clash-verge-rev/clash-verge-rev/releases/latest/download/Clash.Verge_amd64.deb

Step 4: Install Clash Verge (.deb Package)

sudo dpkg -i Clash.Verge_amd64.deb
sudo apt --fix-broken install -y

This fixes missing dependencies automatically.

Step 5: Install and Run AppImage (Alternative Method)

Make it executable:

chmod +x Clash.Verge-x86_64.AppImage

Run it:

./Clash.Verge-x86_64.AppImage

Step 6: Launch Clash Verge

Once installed:

clash-verge

Or launch it from the Applications menu.

Optional Step: Enable System Proxy

Inside Clash Verge Settings → System Proxy, enable:

  • HTTP Proxy

  • SOCKS Proxy

This allows your whole Ubuntu system to route traffic through Clash.

To disable:

gsettings set org.gnome.system.proxy mode 'none'

Keep your subscription rules updated frequently. Many proxies rotate IPs, so syncing your profile helps avoid connection errors and speed drops.

Linux VPS

Follow DropVPS on Google

Add DropVPS as a preferred source to see our latest VPS guides and tutorials surfaced first in Google Search and AI Overviews.

๐ŸงLinux VPS

Need a Linux Server for This?

Run Debian, Ubuntu, or any Linux distro on DropVPS โ€” fast NVMe SSD, full root access, and 24/7 support. Perfect for everything you just read.

  • Full Root Access
  • Debian & Ubuntu Ready
  • 99.99% Uptime
  • 24/7 Support
Get Linux VPS โ†’

No commitment ยท Cancel anytime

U
Loading...

Related Posts