KBEA-00122 - Resetting the Cluster Manager password

Article ID:360032825452
1 minute readKnowledge base
On this page

Summary

How do I change the admin password for the Cluster Manager?

Solution

To reset the admin password, log in to the Cluster Manager machine. Bring up a command prompt and type:

mysql
MYSQL> connect ecloud;
MYSQL> update ec_user set password=PASSWORD('password') where name='admin';

Applies to

  • Product versions: All

  • OS versions: All

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.