ApexGuard auf RHEL und CentOS Linux installieren
App herunterladen:
Öffnen Sie das Terminal. Mit diesem Befehl laden und installieren Sie den ApexGuard-Linux-Client:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Hinweis: Ist curl nicht installiert, verwenden Sie alternativ diesen Befehl:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Tritt der Fehler Whoops! Permission denied accessing /run/apexguard/apexguardd.sock auf, beheben Sie ihn mit diesem Befehl:
sudo usermod -aG apexguard $USER
- Danach System neu starten.
In Ihr ApexGuard-Konto einloggen:
apexguard login
Mit Server verbinden:
apexguard connect
ApexGuard-Optionen nutzen
Geben Sie im Terminal apexguard ein, um die Einstellungen aufzurufen. Hier einige nützliche Befehle:
An- und Abmelden:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Verbinden und Trennen:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Konfigurationsbefehle:
Features ein-/ausschalten:
apexguard set threatprotection on/off # Toggle Threat Protection.
apexguard set killswitch on/off # Toggle Kill Switch.
apexguard set autoconnect on/off # Toggle Auto-connect.
apexguard set obfuscate on/off # Enable/disable Obfuscated Servers.
DNS/Protokoll setzen:
apexguard set dns 1.1.1.1 1.0.0.1 # Set custom DNS servers.
apexguard set protocol udp/tcp # Switch between UDP and TCP protocols.
LAN-Erkennung:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Freigabeliste:
apexguard whitelist add port 22 # Allowlist incoming port 22.
apexguard whitelist remove port 22 # Remove the allowlist rule for port 22.
apexguard whitelist add subnet 192.168.0.0/16 # Allowlist a specific subnet.
apexguard whitelist remove subnet 192.168.0.0/16 # Remove the allowlist rule for the subnet.
Details anzeigen:
apexguard settings # See current settings.
apexguard status # View connection status.
apexguard countries # View the country list.
apexguard cities <country_name> # View the city list for a specific country.
apexguard groups # See available server groups.
Geben Sie für alle Befehle Folgendes ein:
man apexguard
War dieser Artikel hilfreich?
Vielen Dank, du hilfst uns, besser zu werden!