How to reset the MeshCentral portal password

Below are the steps to Reset the Password for MeshCentral Portal:

  1. Stop mesh central service

  2. Open command prompt with Run as Administrator

  3. Navigate command prompt to \node_modules\meshcentral folder.

  4. Execute below command. (In place of NEW_PASSWD put actual password to be reset)

node meshcentral --resetaccount admin --pass NEW_PASSWD

  1. Start mesh central service.
2 Likes