I recently had a client who needed help with their ColdFusion installation due to their CF resource leaving the company.  Unfortunately, nobody had a copy of the ColdFusion Administrator password to perform updates or maintenance.

Changing it, however, is straight forward, as long as you have access to the machine ColdFusion is installed on.  Here’s the steps:

  • Browse to the {cfroot}/bin directory
  • Look for a file called passwordreset.bat (Windows) or passwordreset.sh (Linux)
  • Execute that file and follow the on-screen prompts.

That’s it.  This tool will allow you to change the ColdFusion Administrator password or the Admin Component (jetty) password.

Enjoy!

All Comments
Sort by:  Most Recent
2026-05-21 16:15:26

For the reset to go into effect, you need to stop the ColdFusion Service first. Run the batch file next and restart the service.

Like
(1)