From ca3ee12c17d6baaffc581113dfc45cf59b22b76e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 19 May 2017 09:03:25 +0100 Subject: [PATCH] prosodyctl: add page (#1382) --- pages/common/prosodyctl.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/prosodyctl.md diff --git a/pages/common/prosodyctl.md b/pages/common/prosodyctl.md new file mode 100644 index 000000000..203ef293b --- /dev/null +++ b/pages/common/prosodyctl.md @@ -0,0 +1,23 @@ +# prosodyctl + +> The control tool for the Prosody XMPP server. + +- Show the status of the Prosody server: + +`sudo prosodyctl status` + +- Reload the server's configuration files: + +`sudo prosodyctl reload` + +- Add a user to the Prosody XMPP server: + +`sudo prosodyctl adduser {{user@example.com}}` + +- Set a user's password: + +`sudo prosodyctl passwd {{user@example.com}}` + +- Permanently delete a user: + +`sudo prosodyctl deluser {{user@example.com}}`