Wazuh docker stuck in a continous loop

Hello team, I’ve encountered an issue when installing TGuard, first on Raspberry Pi, and now on a much more powerful public VPS. Both times, after installation step number 3 - Wazuh dockers keep restarting indefinitely. I have tried some basic troubleshooting steps like deleting Restart=always in yml file, rebuilding the whole setup etc… I’m following the official installation guide. Can you guys advise on what could be the issue? Thanks

Hi oxg,

Have you shut down all Wazuh containers and restart them? If you have not yet done so, I recommend accessing the Wazuh directory and executing the following command:

Sudo docker-compose down && sudo docker-compose up -d

I hope this will resolve the issue.

Hey Faris, it did not resolve the issue. However, I was able to debug what was the problem. The error message indicated an issue with the Docker client trying to communicate with the Docker daemon. I have updated the Docker daemon from 1.29.2 to v2.11.2. After I shut down and rebuilt the containers. Wazuh containers now run. I’m facing “Wazuh dashboard server is not ready yet” issue now, which is a different story. I have sufficient disk space and RAM available, so I suspect this is an issue with the OpenSearch version.

Thanks for the tip, it displayed an error that pointed me in the right direction.