> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PKP tools

> Run PKP scheduled task, job, and plugin maintenance helpers.

Run PKP tools from `/var/www/ojs/lib/pkp/tools`:

```bash theme={null}
sitectl ojs pkp-tool scheduler run
sitectl ojs pkp-tool jobs run
sitectl ojs pkp-tool plugins list
```

Named helpers are available for common maintenance work:

```bash theme={null}
sitectl ojs scheduled-tasks
sitectl ojs jobs
sitectl ojs plugins list
```

With no arguments, `scheduled-tasks` and `jobs` run their standard `run` action.
