Merge pull request #297 from silversword411/patch-1

Docs addition - Recover login for Mesh Central
This commit is contained in:
Tragic Bronson 2021-03-01 13:01:11 -08:00 committed by GitHub
commit e35fa15cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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```