tldr/pages/common/prosodyctl.md

26 lines
629 B
Markdown
Raw Normal View History

2017-05-19 09:03:25 +01:00
# prosodyctl
> The control tool for the Prosody XMPP server.
> Note: process management through `prosodyctl` is discouraged. Instead, use the tools provided by your system (e.g. `systemctl`).
2019-05-29 14:53:54 +01:00
> More information: <https://prosody.im/doc/prosodyctl>.
2017-05-19 09:03:25 +01:00
- 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}}`