Logging in to ApexGuard Without a GUI on Linux
If your Linux machine lacks a graphical interface, you can log in to ApexGuard using the terminal.
Option 1: Token Login
- Log in to your ApexGuard account.
- Navigate to Services > ApexGuard.
- Open the Access token tab and click Generate new token.
- Choose a token type (30-day or non-expiring) and click Generate token.
- Copy the token and close the dialog.
Run the command:
apexguard login --token <your_token>
- Replace
<your_token>with the copied token.
Example:
apexguard login --token 3fe460ksdnf415e45908cec9f9bdbadf7a456a6dfb35dc2c58xxxxx
Option 2: Callback Login
Run the command:
apexguard login
- Copy the provided URL and open it in a web browser on any device.
- Complete the login process and copy the Continue button’s link address.
Run the command:
apexguard login --callback "<URL>"
- Replace
<URL>with the copied link.
Was this article helpful?
Thank you, you're making us better!