1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 23:35:27 +02:00
tldr/pages/common/prosodyctl.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

629 B

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). More information: 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}}