Installazione di ApexGuard su RHEL e CentOS Linux
Scaricare ApexGuard
Apri il terminale ed esegui il seguente comando per scaricare e installare il client ApexGuard per Linux:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Nota: se il pacchetto curl non è installato, puoi usare questo comando alternativo:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Se riscontri l’errore Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, risolvilo eseguendo:
sudo usermod -aG apexguard $USER
- Quindi riavvia il sistema.
Accedi al tuo account ApexGuard:
apexguard login
Collegati a un server:
apexguard connect
Impostazioni di ApexGuard
Accedi alle impostazioni digitando il comando apexguard nel terminale. Di seguito un elenco di comandi utili:
Accesso e logout:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Connetti e disconnetti:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Comandi configurazione:
Attiva/Disattiva funzioni:
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.
Imposta DNS/protocollo:
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.
Scansione LAN:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Voci ammesse:
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.
Vedi informazioni:
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.
Per l’elenco completo di comandi, digita:
man apexguard
Questo articolo ti è stato utile?
Grazie, ci aiuti a migliorare!