Port
Local ports for frontends, backend APIs, Docker infrastructure, and mail services.
Use https://local.reloop.sh for day-to-day work. Caddy routes traffic and keeps auth cookies scoped correctly.
Free these ports first
Stop anything already bound before bun docker:up.
| Required for | Ports | Service |
|---|---|---|
bun docker:up | 80, 443 | Caddy |
5432 | PostgreSQL | |
6379 | Redis | |
9010 | MinIO (API) | |
25, 465, 587 | SMTP / inbound |
Unified Gateway
Frontend
| App | Direct URL | Port |
|---|---|---|
| Web | http://localhost:3000 | 3000 |
| Dashboard | http://localhost:3001 | 3001 |
| Console | http://localhost:3002 | 3002 |
| Docs | http://localhost:3003 | 3003 |
| Links | http://localhost:3005 | 3005 |
Backend APIs
| Service | Caddy route | Port |
|---|---|---|
| Auth | /api/auth | 8000 |
| Domain | /api/domain | 8011 |
| API Key | /api/api-key | 8012 |
| Webhook | /api/webhook | 8013 |
| Contacts | /api/contacts | 8014 |
/api/mail | 8015 | |
| Logs | /api/logs | 8016 |
| Workflow | /api/workflow | 8017 |
| Upload | /api/upload | 8018 |
| Template | /api/template | 8019 |
| Inbox | /api/inbox | 8021 |
/api/email | 8022 | |
| Credits | /api/credits | 8023 |
| Admin | /api/admin | 8024 |
Docker & Mail
| Service | Port | Notes |
|---|---|---|
| Caddy | 80, 443 | Reverse proxy / TLS |
| Mailpit | 8025 | http://localhost:8025 — captured outbound mail |
| SMTP (outbound) | 465, 587, 2025, 2465, 2587, 8020 | KumoMTA |
| Inbound (MX) | 25, 8030 | KumoMTA |
Infrastructure
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.