Complete these steps to reset the ArcGIS Monitor Server application password:
- Browse to the <Installation location>\ArcGIS Monitor\Server\maintenanceServer directory and open lost.js in a text editor.
- Update the serverPort parameter on line 4 to match the port number of the Monitor Server application.
var serverPort = ‘443’;
- Update the dbPort parameter on line 5 to match the port number of MongoDB.
var dbPort = 27017;
- Save your changes and close the file.
- Start a command prompt as an administrator on the machine where Monitor Server is installed.
- Change they directory to <Installation location>\ArcGIS Monitor\Server.
- Run the following command in the command prompt:
node ./maintenanceServer/lost.js > out.txt
- Browse to the <Installation location>\ArcGIS Monitor\Server directory and open out.txt in a text editor.
- Copy the URL on line 2 and open it in a web browser.
- Type a new password and click Submit.
The Monitor Server application password is updated.