> For the complete documentation index, see [llms.txt](https://docs.threatrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatrix.io/hybrid/troubleshooting.md).

# Troubleshooting

## Permission Denied

If you see en error like this one, it means that you do not have the appropriate permissions.&#x20;

```
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/threatrix-threat-center/json": dial unix /var/run/docker.sock: connect: permission denied
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/threatrix-hybrid-app/json": dial unix /var/run/docker.sock: connect: permission denied
```

Uninstall the containers and reinstall with sudo, as follows:&#x20;

```
sudo docker stop threatrix-threat-center threatrix-hybrid-app rabbitmq threatrix-db
```

```
sudo docker rm threatrix-threat-center threatrix-hybrid-app rabbitmq threatrix-db
```

```
 sudo ./install
```
