Deploy WhatsApp Group Monitor
Tracks user activity in WhatsApp groups
whatsapp-group-monitor
Just deployed
/app/data
Deploy and Host WhatsApp Group Monitor on Railway
WhatsApp Group Monitor is a self-hosted tool that connects to WhatsApp as a linked device and passively tracks group activity — messages, reactions, polls, events, and member changes. It provides a web dashboard with per-group and per-member activity reports. No WhatsApp Business account required.
About Hosting WhatsApp Group Monitor
WhatsApp Group Monitor runs as a single Node.js process that maintains a persistent WebSocket connection to WhatsApp using the Baileys library. It requires a persistent volume to store the WhatsApp authentication state and SQLite database. On Railway, you deploy from the GitHub repo, add a volume at /app/data, and set the admin password. The Dockerfile handles the build. After deployment, open the web panel, scan a QR code with WhatsApp to link the device, and the monitor starts tracking all groups the account is in. The service auto-reconnects on restart and catches up on missed messages.
Common Use Cases
- Track member activity across large WhatsApp groups to identify inactive members
- Monitor group engagement metrics (messages, reactions, poll participation) over time
- Manage WhatsApp communities with hundreds of members across multiple sub-groups
Dependencies for WhatsApp Group Monitor Hosting
- A WhatsApp account (regular or business — both work)
- A Railway volume for persistent storage (auth state + SQLite database)
Deployment Dependencies
- WhatsApp Group Monitor on GitHub — source code and documentation
- Baileys — open-source WhatsApp Web client library
- Railway Volume — required for data persistence across deploys
Why Deploy WhatsApp Group Monitor on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying WhatsApp Group Monitor on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
whatsapp-group-monitor
marinaglancy/whatsapp-group-monitorADMIN_PASSWORD
Password for web access