Reset the administrator password
- Last Updated: November 11, 2024
- 1 minute read
- Corticon
- Version 7.1
- Documentation
If the login password of the Web Console administrative user (admin) is lost, Corticon provides a way to reset the password to the default
(also admin).
To reset the administrator's password:
- Stop the Web Console's Tomcat app server.
- Select Start > Progress > Corticon Command Prompt.
- Enter
set JAVA_OPTS=-DCORTICON_RESET_ADMIN_PASSWORD=true. - Enter the startup command for the Web Console's Tomcat app server.
After completing these steps, you can connect the Web Console and log in
with the default administrator credentials, user admin,
password admin. It is good idea to immediately replace
the default password with your preferred administrator password.
Note: Do not set this property in
startup scripts as it will reset the password on each startup. This should be only done
only when the password needs to be reset. Subsequent launches of the Web Console should
use the normal startup procedures.