DarthProxy for Linux
Run DarthProxy VPN on your Linux distribution. Supports Ubuntu, Debian, Fedora, and more.
Recommended VPN Clients
Hiddify
⭐ RecommendedUniversal Linux VPN client distributed as AppImage for maximum compatibility.
Works on all Linux distributions
No installation required
Portable and self-contained
Alternative Download
Installation Steps
Download AppImage
Download the AppImage file from the website or GitHub.
Make executable
Open Terminal and navigate to Downloads: cd ~/Downloads, then make it executable: chmod +x hiddify-linux-x64.AppImage
cd ~/Downloads
Run the app
Run the app: ./hiddify-linux-x64.AppImage
chmod +x hiddify-linux-x64.AppImage
Initial setup
Select Language and Region on first launch.
Add subscription
Copy your subscription link from DarthProxy Telegram bot. Open Hiddify, click the '+' button, click 'Add from Clipboard'.
Connect
Wait for servers to load, then click 'Connect'.
Alternative Clients
V2rayN
AlternativeAvailable as .deb, .rpm, and universal .zip for different Linux distributions.
Native packages for Debian/Ubuntu and RHEL/Fedora
Advanced configuration
Command-line support
Download package
Download the appropriate package: .deb for Debian/Ubuntu, .rpm for RHEL/Fedora, or .zip for universal installation.
Install (Debian/Ubuntu)
For .deb package, run: sudo dpkg -i v2rayN-linux-64.deb
sudo dpkg -i v2rayN-linux-64.deb
Install (RHEL/Fedora)
For .rpm package, run: sudo rpm -i v2rayN-linux-rhel-64.rpm
sudo rpm -i v2rayN-linux-rhel-64.rpm
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