ApexGuardin asennus RHEL- ja CentOS Linuxiin
Sovelluksen lataus
Avaa pääte ja suorita seuraava komento ladataksesi ja asentaaksesi ApexGuardin Linux-asiakasohjelman:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Huomio: Jos curl-pakettia ei ole asennettu, voit käyttää tätä vaihtoehtoista komentoa:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Jos näkyviin tulee virhe Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, korjaa se suorittamalla:
sudo usermod -aG apexguard $USER
- Käynnistä sitten uudelleen
Kirjaudu sisään ApexGuard-tilillesi:
apexguard login
Yhdistä palvelimeen:
apexguard connect
ApexGuard-asetusten käyttö
Avaa asetukset kirjoittamalla apexguard-komento päätteeseen. Alla on luettelo hyödyllisistä komennoista:
Kirjaudu / poistu:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Yhdistä / katkaise VPN:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Komennot määrityksiin:
Ominaisuudet päälle/pois:
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.
Aseta DNS/protokolla:
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.
Lähiverkkohaku:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Sallintalista:
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.
Tietojen katselu:
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.
Näet kaikki komennot kirjoittamalla:
man apexguard
Oliko tästä artikkelista hyötyä?
Kiitos, autat meitä kehittymään!