FoundKey/docs/manage.en.md

14 lines
250 B
Markdown
Raw Normal View History

2018-07-14 23:32:28 +00:00
# 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)
```