Back to Home
DarthProxy VPN

DarthProxy for Linux

Run DarthProxy VPN on your Linux distribution. Supports Ubuntu, Debian, Fedora, and more.

Ubuntu, Debian, Fedora, Arch

Recommended VPN Clients

Hiddify

⭐ Recommended

Universal Linux VPN client distributed as AppImage for maximum compatibility.

Works on all Linux distributions

No installation required

Portable and self-contained

Alternative Download

GitHub

Installation Steps

1

Download AppImage

Download the AppImage file from the website or GitHub.

2

Make executable

Open Terminal and navigate to Downloads: cd ~/Downloads, then make it executable: chmod +x hiddify-linux-x64.AppImage

cd ~/Downloads

3

Run the app

Run the app: ./hiddify-linux-x64.AppImage

chmod +x hiddify-linux-x64.AppImage

4

Initial setup

Select Language and Region on first launch.

5

Add subscription

Copy your subscription link from DarthProxy Telegram bot. Open Hiddify, click the '+' button, click 'Add from Clipboard'.

6

Connect

Wait for servers to load, then click 'Connect'.

Alternative Clients

V2rayN

Alternative

Available as .deb, .rpm, and universal .zip for different Linux distributions.

Native packages for Debian/Ubuntu and RHEL/Fedora

Advanced configuration

Command-line support

1

Download package

Download the appropriate package: .deb for Debian/Ubuntu, .rpm for RHEL/Fedora, or .zip for universal installation.

2

Install (Debian/Ubuntu)

For .deb package, run: sudo dpkg -i v2rayN-linux-64.deb

sudo dpkg -i v2rayN-linux-64.deb

3

Install (RHEL/Fedora)

For .rpm package, run: sudo rpm -i v2rayN-linux-rhel-64.rpm

sudo rpm -i v2rayN-linux-rhel-64.rpm

4

Add subscription

Same process as Windows version: open app, go to Subscription menu, add your subscription URL.

Terminal Commands Quick Reference

Make AppImage Executable

chmod +x hiddify-linux-x64.AppImage

Run AppImage

./hiddify-linux-x64.AppImage

Install .deb (Debian/Ubuntu)

sudo dpkg -i package.deb

Install .rpm (Fedora/RHEL)

sudo rpm -i package.rpm