| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Your online safety and anonymity guaranteed by a trusted developer.
Website |
Reddit |
Twitter |
Telegram
- AdGuard VPN CLI is not an open source project. We use GitHub as an open bug tracker for users to see what developers are working on. However, we at AdGuard create a lot of open source software.
- Privacy policy: https://adguard-vpn.com/privacy.html
AdGuard VPN CLI provides a command-line interface for managing VPN connection.
To install the latest version of AdGuard VPN CLI, run the following command:
Release channel:
curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/HEAD/scripts/release/install.sh | sh -s -- -vBeta channel:
curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/HEAD/scripts/beta/install.sh | sh -s -- -vNightly channel:
curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/HEAD/scripts/nightly/install.sh | sh -s -- -vNote
You can also install and run the AdGuard VPN CLI Docker container on MikroTik routers with RouterOS. For more information and detailed instructions, refer to our dedicated guide.
Inside an archive file there's a small file with .sig extension which contains the signature data. In a hypothetic situation when the binary file inside an archive is replaced by someone, you'll know that it isn't an official release from AdGuard.
To verify the signature, you need to have the gpg tool installed.
First, import the AdGuard public key:
gpg --keyserver 'keys.openpgp.org' --recv-key '28645AC9776EC4C00BCE2AFC0FE641E7235E2EC6'Then, verify the signature:
gpg --verify /opt/adguardvpn_cli/adguardvpn-cli.sig If you use custom installation path, replace /opt/adguardvpn_cli/adguardvpn-cli.sig with the path to the signature file. It should be in the same directory as the binary file.
You'll see something like this:
gpg: assuming signed data in 'adguardvpn-cli' gpg: Signature made Wed Feb 28 19:24:43 2024 +08 gpg: using RSA key 28645AC9776EC4C00BCE2AFC0FE641E7235E2EC6 gpg: issuer "devteam@adguard.com" gpg: Good signature from "AdGuard <devteam@adguard.com>" [ultimate]
Check the following:
There may also be the following warning:
gpg: WARNING: The key's User ID is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 2864 5AC9 776E C4C0 0BCE 2AFC 0FE6 41E7 235E 2EC6
Run adguardvpn-cli [command] to use the VPN service. Below are the available commands and their options:
Each subcommand has its own set of options. Run adguardvpn-cli [command] --help to see the list of available options.
To log in or create an account, type:
adguardvpn-cli login
When prompted with the menu:
b - Open link in browser s - Speed up check x - Cancel
select b to open the authentication page in your default browser. Enter your email address. Once you are logged in, you will see the message Successfully logged in in the Terminal.
You can set up your preferred login method (password or one-time code) and two-factor authentication in your AdGuard account.
Note: You can also create an AdGuard account on our website and then log in to AdGuard VPN for Linux using your credentials.
To log out of AdGuard VPN, type:
adguardvpn-cli logout
List all available VPN locations.
Connect to the VPN service.
Stop the VPN service.
Display the current status of the VPN service.
Get license information.
Configure the VPN service with the following subcommands:
Check for updates to the VPN service.
Export logs to a zip file.
Install the latest version if available.
Control site exclusions with the following subcommands:
Please note that these projects are not affiliated with AdGuard, but are made by third-party developers and fans.
| Back | FazBrowse Home | New Git URL |