prosodyctl: add page (#1382)
This commit is contained in:

committed by
Agniva De Sarker

parent
93348478a1
commit
ca3ee12c17
23
pages/common/prosodyctl.md
Normal file
23
pages/common/prosodyctl.md
Normal 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}}`
|
Reference in New Issue
Block a user