If you experience issues and need more information, check the syslog while starting the service
```shell
tail-f /var/log/syslog
```
You can stop or restart the service with one of these
```shell
sudo systemctl stop aura-engine-api
sudo systemctl restart aura-engine-api
```
Note, any requirements from the [Installation](#installation) step need to be available for that user.
### Running with Supervisor
Alternatively to Systemd you can start Engine API using [Supervisor](http://supervisord.org/). In `./config/sample/supervisor/aura-engine-api.conf` you can find a example.
Supervisor configuration file.
Alternatively to Systemd you can start Engine API using [Supervisor](http://supervisord.org/). In `./config/sample/supervisor/aura-engine-api.conf` you
can find an example Supervisor configuration file. Follow the initial steps of the Systemd setup.
### Running with Docker
To run the server on a Docker container, please execute the following from the root directory:
To run the server in a Docker container, please execute the following from the root directory: