update faq

This commit is contained in:
wh1te909 2021-03-01 21:09:12 +00:00
parent e35fa15cd2
commit 9e1d261c76
2 changed files with 15 additions and 17 deletions

View File

@ -26,3 +26,18 @@ Or from the command line:<br/>
/rmm/api/env/bin/python /rmm/api/tacticalrmm/manage.py reset_2fa <username>
```
Then simply log out of the web UI and next time the user logs in they will be redirected to the 2FA setup page which will present a barcode to be scanned with the Authenticator app.
<br/>
#### How do I recover my MeshCentral login credentials?
From Tactical's web UI: *Settings > Global Settings > MeshCentral*
Copy the username then ssh into the server and run:
```bash
cd /meshcentral/
sudo systemctl stop meshcentral
node node_modules/meshcentral --resetaccount <username> --pass <newpassword>
sudo systemctl start meshcentral
```

View File

@ -1,17 +0,0 @@
# Recover Mesh Central Login Credentials
#### Get Mesh Central Admin Login
When logged into Tactical RMM goto:
Settings Menu > global settings > meshcentral tab > Username
#### Reset password for that account
The login to SSH on TRMM server and set password
```bash
cd /meshcentral/
sudo systemctl stop meshcentral
node node_modules/meshcentral --resetaccount <username> --pass <password>
sudo systemctl start meshcentral```