1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/prosodyctl.md
K.B.Dharun Krishna 1de9190d63
pages.*: standardize capitalization in note term (#12195)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-05 12:34:49 +05:30

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