How To Change Password In Offline Automation Suite 23 4 Monitoring Site?

Unable to access monitoring and when trying to update password it didn't seem to change anything.

To update the default password used for accessing the monitoring tools, take the following steps:

  1. Run the following command by replacing newpassword with the new password:

password="newpassword"

password=$(echo -n $password | base64)

kubectl patch secret dex-static-credential -n uipath-auth --type='json' -p="[{'op': 'replace', 'path': '/data/password', 'value': '$password'}]"

  1. Run the following command by replacing with the path to your configuration file:
  • For Online Installs:
/opt/UiPathAutomationSuite/UiPath_Installer/install-uipath.sh -i -f -o output.json --accept-license-agreement
  • For Offline Installs
/opt/UiPathAutomationSuite/UiPath_Installer/install-uipath.sh -i -f -o output.json --accept-license-agreement --install-type offline