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

$setp = Set-LicenseInitialPassword -Passwd <BalPassword> -LoadBalancer <LoadMasterIPAddress>

Name

Type

Description

Mandatory

Passwd

String

The new password for the bal user.

Yes

LoadBalancer String IP address of the LoadMaster. Yes