1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00
tldr/pages/common/prosodyctl.md
2019-01-30 11:19:23 +00:00

24 lines
491 B
Markdown

# prosodyctl
> The control tool for the Prosody XMPP server.
> Homepage: <https://prosody.im/doc/prosodyctl/>.
- 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}}`