mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 15:33:09 +02:00
14 lines
250 B
Markdown
14 lines
250 B
Markdown
|
# Management guide
|
||
|
|
||
|
## Check the status of the job queue
|
||
|
In the directory of Misskey:
|
||
|
``` shell
|
||
|
node_modules/kue/bin/kue-dashboard -p 3050
|
||
|
```
|
||
|
When you access port 3050, you will see the UI.
|
||
|
|
||
|
## Suspend users
|
||
|
``` shell
|
||
|
node cli/suspend (User-ID)
|
||
|
```
|