Login to your Openfire admin (located at http://127.0.0.1:9090/)
This is where you can view real-time stats on your chat usage.
If you can't login to your admin and you get the message below, then you will need to go into your openfire_server database and change the password. Click here for instructions.
Login failed: make sure your username and
password are correct and that you're an admin or
moderator.
How to get the password in your openfire_server database:
select * from ofUser
How to change the password in your openfire_server database:
update ofUser
set plainPassword = 'admin',
encryptedPassword = null
Now go back to the Openfire admin (at http://127.0.0.1:9090/) and try to login again, with:
username: admin (or whatever you set it to)
password: admin (or whatever you set it to)