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”] ,
- 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"
- 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
- To reset the master password
cbb consolemanager -rmp -cp "password"
That works, thanks a lot ![]()