prosodyctl
The control tool for the Prosody XMPP server.
- 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}
sudo prosodyctl passwd {user@example.com}
- Permanently delete a user:
sudo prosodyctl deluser {user@example.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).