prosodyctl
The control tool for the Prosody XMPP server. More information: <https://prosody.im/doc/prosodyctl>.
Install
- All systems
-
curl cmd.cat/prosodyctl.sh
- Debian
-
apt-get install prosody
- Ubuntu
-
apt-get install prosody
- Alpine
-
apk add prosody
- Arch Linux
-
pacman -S prosody
- Kali Linux
-
apt-get install prosody
- Fedora
-
dnf install prosody
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prosody
- Raspbian
-
apt-get install prosody
- Dockerfile
- dockerfile.run/prosodyctl
- Docker
-
docker run cmd.cat/prosodyctl prosodyctl
powered by Commando
The control tool for the Prosody XMPP server. 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 [email protected]
-
Set a user's password:
sudo prosodyctl passwd [email protected]
-
Permanently delete a user:
sudo prosodyctl deluser [email protected]
© tl;dr; authors and contributors