Reset the administrator password
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- 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 Corticon Server that is running the Web Console.
- Select Start > Progress > Corticon 6.x Command Prompt.
- Enter
set JAVA_OPTS=-DCORTICON_RESET_ADMIN_PASSWORD=true. - Enter
Server\tomcat\bin\startup.bat.
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.
This procedure applies to the application server that is installed by
Corticon Server, Apache Tomcat. You can
perform similar steps for other supported application servers and platforms. Consult
your application server documentation for how to pass the JVM system property CORTICON_RESET_ADMIN_PASSWORD to the server.
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 Corticon Server
and the Web Console should use the normal startup procedures.