Access
- HTTPS:
https://<SERVER_IP>:3000 - HTTP Redirect:
http://<SERVER_IP>:3001
Initial Setup
- Open Haven in browser.
- Your browser will show a certificate warning because Haven uses a self-signed TLS certificate.
- Accept the warning and continue to the site.
- Register an account using the username:
admin - The user registered with the username ‘
admin‘ becomes the administrator.
Important Files and Directories
- Install directory:
/opt/haven - Environment file:
/opt/haven/.env - Docker Compose file:
/opt/haven/docker-compose.yml - Persistent Docker volume:
/var/lib/docker/volumes/haven_haven_data/
Docker Management
Go to install directory:
cd /opt/haven
Start stack:
docker compose up -d
Stop stack:
docker compose down
Restart stack:
docker compose restart
View running containers:
docker compose ps
View logs:
docker compose logs -f