logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Prosodyctl - Control Prosody Server | Online Free DevTools by Hexmos

Control Prosody XMPP server with Prosodyctl. Manage users, reload configuration, and check server status. Free online tool, no registration required.

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

See Also