EJABBERDCTL(8) | ejabberdctl manual page | EJABBERDCTL(8) |
ejabberdctl - control interface for the ejabberd Jabber/XMPP server
ejabberdctl [--no-timeout] [--node nodename] [--version api_version] command [options]
ejabberdctl is a front end to the ejabberd Jabber/XMPP server. It is designed to help the administrator control the functioning of the running ejabberd daemon.
This command must be run either by a superuser or by the user ejabberd, otherwise it will fail to start or to connect to the ejabberd instance. Using sudo also works.
To get a list of available commands for the given ejabberd node, simply run ejabberdctl without any command.
Of course the given ejabberd node needs to be up and running for this to succeed.
ejabberdctl does not do anything by itself except for connecting to the running ejabberd instance and telling it about the action requested by the user. Hence all the ejabberdctl's operations involving writing or reading files or directories are actually performed by the server process which runs with the uid and gid of the user and group "ejabberd". This must be taken into account when requesting such operations to be done.
The program documentation is available at http://www.process-one.net/en/projects/ejabberd/.
This manual page was adapted by Sergei Golovan <sgolovan@nes.ru> for the Debian system (but may be used by others) from the ejabberd documentation written by Alexey Shchepin <alexey@sevcom.net>. Updated by Konstantin Khomoutov <flatworm@users.sourceforge.net> and Philipp Huebner <debalance@debian.org>.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2.
September 2016 | ejabberd 16.09 |