Enabling WhatsApp on Hermes Agent self-hosted: three pitfalls (and how I overcame them) A developer encountered three pitfalls while enabling WhatsApp on the self-hosted Hermes Agent from Nous Research, including issues with Docker and unprivileged LXC containers, and ultimately found a simpler alternative after testing multiple approaches. I wanted a simple thing: to send a message to my AI agent via WhatsApp. The Hermes Agent https://github.com/NousResearch/hermes-agent , from Nous Research, promises exactly that — you spin up the gateway and talk to it via Telegram, Discord, Slack, WhatsApp , Signal, or email. In theory, it’s one command: hermes whatsapp . In practice, I ended up struggling until I discovered the simplest alternative. This post is an honest account of what I tested, what didn’t work, and what did work — with real logs. If you run Hermes in Docker especially within an unprivileged LXC container with data on NAS, like me , you’ll probably hit the same three pitfalls.