How to change Administrator console password using web console Now i start my Jboss and given the path till default port on Browser, after that i click on Administration COnsole the it asked me for UserName and Password then i given it, But there is not any option of Change password there,
Then what can i do to change password?
Please tell me the steps
This application has Default JBoss application server (which is part of the deployment). During the last security audit it has been found that Default login/password (admin/admin) is used to login into JBoss Administration console, JBoss web console and JMX Console.
To change the password use the add-user.sh utility in the bin directory. You will be prompted for the username and if you enter an existing one (e.g. admin) you will be allowed to change the password.
As you can see, the users are in plain text but passwords are hashed. The simplest thing you can do, is to remove the user you want and then re-add it via add-user.sh/. bat script. Other than that, if you try to insert again the management user, it will be requested if you want to overwrite the existing user.
Accessing the web console The web console is served through the same port as the HTTP management API. It can be accessed by pointing your browser to: http://<host>:9990/console. By default the web interface can be accessed here: http://localhost:9990/console.
go to jboss installation root directory. And then navigate to bin folder. Launch ./add-user.sh and then type existing user name and after warning the user already exists just type new password.
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