I would like to change password for "admin". How to achieve this in 5.9 version ?
when I use the old web console I can not connect with admin/admin (http://myhost.com:8161/admin) but I can in new web console (http://myhost.com:8161/hawtio)
Thanks for your help.
Change the default administrative username and password of Apache ActiveMQ by editing the file apache-activemq-x.x.x/conf/jetty-realm. properties.
To access the management console use a browser and go to the URL http://localhost:8161/console. A login screen will be presented, if your broker is secure, you will need to use a user with admin role, if it is unsecure simply enter any user/password.
Monitoring ActiveMQ The default username and password is admin/admin. You can configure this in the conf/jetty-real. properties file.
Look at the file apache-activemq-5.9.1/conf/jetty-realm.properties
.
The format is: username: password, rolename
. The default values are: admin:admin,admin
.
Therefore, changing the second value will update the password. admin: newpassword, admin
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With