Instalar o ApexGuard em RHEL e CentOS Linux
Transferir Aplicação
Abra o terminal e execute o seguinte comando para transferir e instalar o cliente ApexGuard para Linux:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Nota: se o pacote curl não estiver instalado, pode utilizar este comando alternativo:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Se encontrar o erro Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, resolva-o executando:
sudo usermod -aG apexguard $USER
- Reinicie depois o sistema.
Inicie sessão na conta ApexGuard:
apexguard login
Ligar a um servidor:
apexguard connect
Usar Definições ApexGuard
Para aceder às definições, escreva o comando apexguard no terminal. Segue-se uma lista de comandos úteis:
Iniciar/Terminar:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Ligar ou Desligar VPN:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Comandos de Configuração:
Ativar/Desativar Funções:
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.
Definir DNS/Protocolo:
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.
Deteção de LAN:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Autorizações:
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.
Ver Informações:
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.
Para ver todos os comandos, introduza:
man apexguard
Este artigo foi útil?
Obrigado, está a ajudar-nos a melhorar!