You can set the password for the default admin user (bal) for a LoadMaster using a RESTful API command if the password has not yet been set. Run the following command if setting the password for the first time:

curl -k -v "https://<LoadMasterIPAddress>/access/set_initial_passwd?passwd=<NewPassword>"

Name

Type

Description

Mandatory

passwd

String

The new password for the bal user.

Yes