Managing Kaspersky Endpoint Agent authentication
August 27, 2024
ID 226281
To manage application authentication using the command line interface:
- On the device, run a command line interpreter (for example, Command Prompt cmd.exe) with the permissions of the local administrator.
- Using the
cd
command, navigate to the folder where the Agent.exe file is located.For example, you can type the following command
cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press Enter.
- Run the following command and press Enter:
agent.exe --proxy={enable|disable|show} --mode={auto|custom} --server=<
proxy server address
> --port=<
port number
> --use-auth={yes|no} --proxy-user=<
user name
> --proxy-password=<
user password
> --bypass-local={yes|no}
The authentication parameters are described in the following table.
Authentication parameters
Parameters | Description |
| Required parameter. This parameter controls the connection to the proxy server.
The specified proxy server will be used to work with Kaspersky Security Network and to update databases. The settings of the specified proxy server can be used for integration with other statistics collection systems. The use of the specified proxy server must be separately enabled in the integration settings. |
| Required parameter. This parameter sets the proxy server configuration mode.
|
| Required parameter. |
| Required parameter. |
| Optional parameter.
|
| Optional parameter. |
| Optional parameter. |
| Optional parameter.
|