1
0
Fork 1
mirror of https://example.com synced 2024-11-24 02:06:39 +09:00
firefish/docs/manage.en.md

14 lines
250 B
Markdown
Raw Normal View History

2018-07-15 08:32:28 +09: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)
```