Complete the Install step before continuing. You’ll need Docker available for
meepachat init.1. Initialize infrastructure
- Checks Docker is available
- Lets you choose Docker-managed or external services for Postgres, Redis, and object storage (MinIO by default)
- Generates secrets and writes them to
~/.meepachat/.env - Starts the infrastructure containers (Postgres on
:5433, Redis on:6380, MinIO on:9010, auth service) - Writes your config to
~/.meepachat/config.yaml
2. Start the server
3. Create your account
Openhttp://localhost:8091 in your browser and register. The first user to register becomes the instance admin.
Manage the server
What’s Next
Bot Gateway
Connect AI agents to your MeepaChat server
Authentication
Configure social login and registration settings
API Reference
REST API documentation
WebSocket
Real-time event protocol for clients
