"Pwd":"%hashed_password_entries%"
Virtualization
title: "Retrospect Virtual: How to Restore the Default Password" created_at: 2019.01.16 updated_at: 2021.04.08 category: Virtualization --- If you are locked out of Retrospect Virtual Management Console, you will see a message like this:
Please follow these steps:
Open "cbs.json" in C:\Program Files\RetrospectVMC\conf
with a text editor such as Notepad++..
Scroll down to the bottom of the document.
Turn on the search/finder feature, and search up for “Pwd” (exact match, with quotes)
The first result (which is the last “Pwd” in the document) should have “ID”:”(a number here, probably 0),”Pwd”:”hashed password”.
Replace hashed password with u8XmYeEGxtzY3G3RhkVML8ujxxD7TY5xpgyT6vB38HM=
(see above image) and save the document.
Open up services.msc
and restart the Retrospect Virtual Management Console service.
Next time you log into VMC, the password should be reset to system.
Please follow these steps:
Open "cbs.json" in C:\Program Files\RetrospectVMC\conf with a text editor such as Notepad++.
Search for the exact phrase "Type":"ADMIN" (or search for ADMIN with matching case).
Edit the "Pwd" entry by replacing
"Pwd":"%hashed_password_entries%"
with the following:
"Pwd":"u8XmYeEGxtzY3G3RhkVML8ujxxD7TY5xpgyT6vB38HM="
Restart the Retrospect Virtual Management Console service afterward.
Login to the Retrospect Management Console with username "system" and password "system".
Last Update: 2021年04月08日