diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 7bca4bcc..a59b09d4 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -26,3 +26,18 @@ Or from the command line:
/rmm/api/env/bin/python /rmm/api/tacticalrmm/manage.py reset_2fa ``` 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. + +
+ +#### 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 --pass +sudo systemctl start meshcentral +``` \ No newline at end of file diff --git a/docs/docs/mesh_recover_access.md b/docs/docs/mesh_recover_access.md deleted file mode 100644 index 3ed1e62b..00000000 --- a/docs/docs/mesh_recover_access.md +++ /dev/null @@ -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 --pass -sudo systemctl start meshcentral```