mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
prosodyctl: add page (#1382)
This commit is contained in:
parent
93348478a1
commit
ca3ee12c17
1 changed files with 23 additions and 0 deletions
23
pages/common/prosodyctl.md
Normal file
23
pages/common/prosodyctl.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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}}`
|
||||
|
||||
- Set a user's password:
|
||||
|
||||
`sudo prosodyctl passwd {{user@example.com}}`
|
||||
|
||||
- Permanently delete a user:
|
||||
|
||||
`sudo prosodyctl deluser {{user@example.com}}`
|
Loading…
Add table
Reference in a new issue