ejabberdctl(8)
| ejabberdctl(8) | ejabberdctl manual page | ejabberdctl(8) |
NAME
ejabberd Jabber/XMPP server control interface
SYNOPSIS
ejabberdctl command [options]
DESCRIPTION
ejabberdctl is a front end to the Apache ejabberd Jabber/XMPP server. It is designed to help the administrator control the functioning of the ejabberd daemon.
OPTIONS
The command can be any one of the following options:
- stop
- Stops the ejabberd server.
- restart
- Restarts the ejabberd server.
- reopen-log
- Force the ejabberd server to reopen its log file.
- register user password
- Register user user with password password at the ejabberd server.
- unregister user
- Unregister user user at the ejabberd server.
- backup filepath
- Backup user database of the ejabberd server to file filepath.
- restore filepath
- Restore user database of the ejabberd server from backup file filepath.
- install-fallback filepath
- Install a backup to filepath as fallback. The fallback will be used to restore the database at the next start-up.
- dump filepath
- Dump user database of the ejabberd server to text file filepath.
- load filepath
- Restore user database of the ejabberd server from text file filepath.
- registered-users
- List all registered at the ejabberd server users.
SEE ALSO
erl(1), ejabberd(8), mnesia(3).
The program documentation is available at http://ejabberd.jabberstudio.org/. A copy of the documentation can be found at /usr/share/doc/ejabberd/html/guide.html.
AUTHORS
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>.
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.
| 27 April 2004 | Version 0.7 |
