Installing ApexGuard on Fedora and QubesOS Linux
The ApexGuard native application is the recommended way to connect to ApexGuard servers on Fedora and QubesOS. It provides features such as:
- Auto-connect
- Kill Switch
- Threat Protection
Step 1: Download the ApexGuard App
Open the terminal and run:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
If the command fails due to a missing curl package, use:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Common Issue: Permission Denied
If you encounter the error Permission denied accessing /run/apexguard/apexguardd.sock, fix it by running:
sudo usermod -aG apexguard $USER
Then, reboot your device.
Step 2: Log In to Your Account
Log in using the following command:
apexguard login
Step 3: Connect to a Server
To connect, simply run:
apexguard connect
Was this article helpful?
Thank you, you're making us better!