Desde 185.76 EUR

2.58 EUR mes  + 3  Meses Gratis

dispositivos 1 cuenta

Ver todos los planes

Garantía de reembolso de 30 días

Recibe un reembolso completo si ApexGuard no cumple tus expectativas.

Oferta especial | Ahorra un 67%
CONSIGUE APEX

Instalar ApexGuard en RHEL y CentOS Linux

Aprende a usar ApexGuard

Empieza y mantente protegido

Descarga de la app

Abre la terminal y ejecuta el siguiente comando para descargar e instalar el cliente de Linux de ApexGuard:

sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)

Nota: si el paquete curl no está instalado, puedes usar este comando alternativo:

sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)

Si aparece el error Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, soluciónalo ejecutando:

sudo usermod -aG apexguard $USER
  1. Luego reinicia el sistema.

Accede a tu cuenta de ApexGuard:

apexguard login

Conecta al servidor:

apexguard connect

Usar ajustes de ApexGuard

Accede a la configuración con el comando apexguard en la terminal. Aquí tienes comandos útiles:

Acceso y salida:

apexguard login        # Log in to your account.
apexguard logout       # Log out of your account.

Conectar y desconectar:

apexguard connect          # Connect to the VPN.
apexguard disconnect       # Disconnect from the VPN.
apexguard connect <country_code> <server_number>  # Connect to a specific server.
  • Comandos configuración:

Activa/desactiva opciones:

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.

Ajusta DNS y 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.

Detección LAN:

apexguard set lan-discovery enable/disable  # Toggle LAN discovery.

Lista blanca:

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 información:

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 los comandos, escribe:

man apexguard

¿Te ha resultado útil este artículo?

¡Gracias, nos ayudas a mejorar!