Access EspoCRM
Open your browser: http://<SERVER_IP>
Credentials are automatically generated and saved: cat /root/.cloudzy-creds
Login with:
- Username:
admin - Password: stored in
/root/.cloudzy-creds
Services & Ports
- Web UI: 80
- WebSocket: 8080
Architecture Overview
- Nginx → reverse proxy (port 80)
- PHP-FPM (EspoCRM app)
- MariaDB → database
- WebSocket service → real-time updates
- Daemon worker → background jobs
Important Paths
- Install directory:
/var/www/espocrm - App data:
/var/www/espocrm/data/espocrm - Database:
/var/www/espocrm/data/mariadb - Nginx config:
/var/www/espocrm/data/nginx - Compose file:
/var/www/espocrm/docker-compose.yml - Credentials:
/root/.cloudzy-creds