We’ll get there, step by step.
@DarthCoin did a fantastic job with the troubleshooting guide linked below. Try the following. Uncertain if your wallet password is actually moneyprintergobrrr like he suggested, or your password you use to login to the UI. You can’t break anything here, so have a try
Wallet is locked. How to unlock it in command line
ssh -t umbrel@umbrel.local
The prompted password is your dashboard password.
Then execute:
cd ~/umbrel && docker-compose exec lnd /bin/bash
Then:
lncli unlock
When prompted, enter the password moneyprintergobrrr
Done. Now open Umbrel dashboard page and login.
Source: Umbrel Troubleshooting Guide