prosodyctl Command Examples

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.

sudo prosodyctl status

sudo prosodyctl reload

sudo prosodyctl adduser {{user@example.com}}

sudo prosodyctl passwd {{user@example.com}}

sudo prosodyctl deluser {{user@example.com}}