snippetbashTip
prosodyctl — The control tool for the Prosody XMPP server. Note: Process management through `prosodyctl` is disco
Viewed 0 times
thecommandclicontroltoolforprosodyctl
Problem
How to use the
prosodyctl command: 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>.Solution
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 statusReload the server's configuration files:
sudo prosodyctl reloadAdd 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}}Code Snippets
Show the status of the Prosody server
sudo prosodyctl statusReload the server's configuration files
sudo prosodyctl reloadAdd 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}}Context
tldr-pages: common/prosodyctl
Revisions (0)
No revisions yet.