# Management guide

## Check the status of the job queue
coming soon

## Mark as 'admin' user
``` shell
node cli/mark-admin (User-ID or Username)
```

e.g.
``` shell
# By id
node cli/mark-admin 57d01a501fdf2d07be417afe

# By username
node cli/suspend @syuilo
```