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
| Command | Description |
|---|---|
meepachat status | Show server and infrastructure status |
meepachat stop | Stop the server |
meepachat restart | Restart the server |
meepachat logs | Show infrastructure container logs |
meepachat start --port 9000 | Start on a custom port |
