20130123 do it again with openfire - plembo/onemoretech GitHub Wiki

title: Do it again with openfire link: https://onemoretech.wordpress.com/2013/01/23/do-it-again-with-openfire/ author: lembobro description: post_id: 4134 created: 2013/01/23 10:35:10 created_gmt: 2013/01/23 14:35:10 comment_status: closed post_name: do-it-again-with-openfire status: publish post_type: post

Do it again with openfire

How do you reset everything to start all over with an Openfire server? Answer below. Where $OPENFIRE_HOME is the directory that Openfire is installed (for example /opt/openfire/im-server), go to $OPENFIRE_HOME/conf and insert the following text at the bottom of openfire.xml: [code language="xml"] 1.0 false [/code] Then restart the server:

cd $OPENFIRE_HOME/bin
./openfire stop
./openfire start

When next you go to the web administration console url, http://localhost:9090, you should once again be presented with the first setup page (asking you to select a language).

Copyright 2004-2019 Phil Lembo

⚠️ **GitHub.com Fallback** ⚠️