set masterpassword with cli

Hi,
is it possible to set the master password with the cbb.exe on cli?
i couldnt find anything in the documentation
and cbb option -? didnt show anything for it either

Hi [reply=“Daniel Jacobs;d1757”] ,

  1. If the master password already exists for the console, you can enable the CLI protection with the same password
cbb consolemanager -mpCLI yes -cp "password"
  1. If you would like to set a master password for the console and the CLI to a new installation

cbb consolemanager -p "password" -c "password" -mpCLI yes

  1. To reset the master password
cbb consolemanager -rmp -cp "password"

That works, thanks a lot :slight_smile: