prosodyctl: add page (#1382)

coverage
Starbeamrainbowlabs 2017-05-19 09:03:25 +01:00 committed by Agniva De Sarker
parent 93348478a1
commit ca3ee12c17
1 changed files with 23 additions and 0 deletions

View File

@ -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}}`