Installere ApexGuard på RHEL og CentOS Linux
Nedlasting av appen
Åpne terminalen og kjør følgende kommando for å laste ned og installere ApexGuard Linux-klienten:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Merk: Hvis pakken curl ikke er installert, kan du bruke denne alternative kommandoen:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Hvis du får feilmeldingen Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, løser du det ved å kjøre:
sudo usermod -aG apexguard $USER
- Start så systemet på nytt.
Logg inn på ApexGuard-kontoen din:
apexguard login
Koble til en server:
apexguard connect
Innstillinger i ApexGuard
Åpne innstillingene ved å skrive kommandoen apexguard i terminalen. Nedenfor er en liste over nyttige kommandoer:
Inn- og utlogging:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Koble til og koble fra:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Konfigurasjonskommandoer:
Aktiver/deaktiver valg:
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.
Angi DNS og protokoll:
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-oppdagelse:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Godkjentliste:
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.
Vis informasjon:
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.
For full liste over kommandoer, skriv:
man apexguard
Var denne artikkelen nyttig?
Takk, du gjør oss bedre!