Updating Configurations for the Basic Authentication

Use the following command to update the configurations for the basic authentication such as the user name and password:

PS> Catalogic.RansomwareDetection.Agent.exe config update basic-authentication `
  [ --username <string> | --password <string> | --file <string> | --help ]

You can add the following flags and values:

Flag and ParameterDescription

--username | -u <string>

The user name for the Catalogic DPX Master Server, that is, sysadmin.

--password | -p <string>

The password for this user.

--file | --f <string>

The path to the folder of the credential file for the Catalogic DPX GuardMode agent.

--help | -h

Show the help text.

The default folder path for the --file flag is 'C:\Program Files\DPX\Ransomware Detection Agent\', and the name of the credential file is appsettings.json. This file contains the user name and encrypted password.

Last updated