MeshCentral portal credential change

If user has forgot the admin password of mesh portal, then how can we change that?

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.