1. Download Happ
Happ is our recommended client for Linux. It is available as a .deb, .rpm, or .pkg.tar.zst package.
Download options:
- GitHub — Debian/Ubuntu .deb (recommended for Debian/Ubuntu)
- GitHub — Fedora .rpm (recommended for Fedora)
- GitHub — Arch .pkg.tar.zst (recommended for Arch)
- happ.su website
Pick the package that matches your distribution.
2. Install the app
For Debian/Ubuntu (.deb):
sudo dpkg -i Happ.linux.x64.deb
sudo apt-get install -fFor Fedora (.rpm):
sudo rpm -i Happ.linux.x64.rpmFor Arch (.pkg.tar.zst):
sudo pacman -U Happ.linux.x64.pkg.tar.zstAfter installation, you can launch Happ from your app menu or by typing happ in the terminal.
3. Add your subscription
- Open Happ
- Click Settings (gear icon)
- Go to the Subscription tab
- Click Add from URL
- Paste your SericaVPN subscription link (copy it from your dashboard)
- Click Add, then click Update
4. Connect
- Return to the main screen
- Pick a server region from the list
- Click the Connect button
- The app will ask for your sudo password to set up network routing — enter it when prompted
You are now protected.
1. Download v2RayTun
v2RayTun is an alternative client for Linux.
Download options:
- v2raytun.com website
- Check the website for Linux package downloads
After downloading, open the package file.
2. Install the app
Follow the installation instructions for your distribution. Most Linux packages can be installed with your package manager.
3. Add your subscription
- Open v2RayTun
- Click Subscription at the top
- Paste your SericaVPN subscription link (copy it from your dashboard)
- Click Update
4. Connect
- Pick a server from the list
- Click the Connect button
- Enter your sudo password if prompted
You are now protected.
1. Download v2rayN
v2rayN is a popular open-source client with extensive protocol support.
Download options:
- GitHub releases
- Download the latest Linux release
After downloading, extract the archive.
2. Run the app
- Extract the downloaded archive
- Open a terminal in the extracted folder
- Make the binary executable:
chmod +x v2rayN- Launch the app:
./v2rayN3. Add your subscription
- Open v2rayN
- Go to Subscription → Add
- Paste your SericaVPN subscription link (copy it from your dashboard)
- Click OK, then go to Subscription → Update
4. Connect
- Pick a server from the list
- Right-click the server and choose Connect
- The app will route your traffic through the selected server
You are now protected.
Tips
- Auto-start: Add the app to your startup applications so it opens after reboot
- System tray: Both apps support system tray icons for quick access
- Terminal launch: You can also launch Happ from the terminal by typing
happ
Troubleshooting
- “App wont open”: Make sure the binary is executable (
chmod +x) - “No internet after connecting”: Try a different server from the list
- “Subscription not loading”: Check that your subscription link is still active in your dashboard
- “Permission denied”: Run the app with
sudoor add your user to the network group