Merge pull request #297 from silversword411/patch-1
Docs addition - Recover login for Mesh Central
This commit is contained in:
commit
e35fa15cd2
|
@ -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```
|
Loading…
Reference in New Issue