If you forget your parent password¶
You wrote down a 12-word recovery code when you set up GuardianNode. It resets dashboard access only; it does not back up or reconstruct the evidence encryption key.
On the dashboard¶
- Open the dashboard URL.
- Click "Forgot password" on the sign-in page.
- Enter your 12 words exactly as written (lowercase, spaces between words). Order matters.
- Set a new password.
- Sign in with the new password.
If you lost BOTH the password AND the recovery code¶
This is a deliberate dead-end for dashboard access. GuardianNode is local-first
and we have no back door. If you still have a backup of the backend data
directory, including the evidence master key (keys/master.key,
keys/master.key.dpapi on the original Windows machine, or a portable
master-key backup), encrypted evidence may be recoverable after restoring that
backup.
Options:
-
Reinstall fresh. This wipes the GuardianNode database and starts over. All historical alerts are lost. The agent and dashboard continue to work going forward. To do this, run the installer again with the
/FORCE_RESETswitch:⚠️ This is irreversible. Only do this if you've truly lost both keys.GuardianNodeChildSetup-0.1.0-alpha.1.exe /FORCE_RESET -
Restore from a backup. If you backed up the backend data directory and evidence master key, restore that backup. DPAPI-wrapped Windows keys are machine-bound; use a portable key backup when moving to another PC.
Best practice for the recovery code¶
- Write it on paper. Don't save it as a screenshot or text file — those can be encrypted by ransomware or read by an attacker on the same PC.
- Store it where you keep important documents (filing cabinet, fireproof box, sealed envelope).
- Consider storing a copy in a different physical location (parent's house, safety deposit box).
- A trusted password manager (1Password, Bitwarden, KeePass) is also acceptable.
- Do NOT store it in the same Windows account/PC as GuardianNode is installed on, where ransomware could encrypt both at once.
Also back up the backend data directory if you need to preserve encrypted evidence. Without the evidence master key or a portable key backup, encrypted evidence may not be recoverable.