Openfire and the command line

Are there some commands I can run from the command line that will allow me to know what version I am running, or other interesting info about openfire that might be interesting? I have just recently updated my openfire to the latest (I hope) but I am still seeing the “wanna update” notice at the top of the admin page. Makes me wonder if I really did update…

thanks!

Hi,

http://localhost:9090/ should display the Openfire version you are using, there’'s no need to login.

You could use “wget -O - http://localhost:9090/ | grep -i version” to get it displayed on the command line.

LG