# Process Manager

Start Strapi Server with Process Manager  
\- login with root  
\- List all processes:

```shell
pm2 ls
```

\- Start process

```shell
pm2 start [process-name]
```

\- Stop process

```shell
pm2 stop [process-name]
```