Access EspoCRM
打开您的浏览器: http://<SERVER_IP>
Credentials are automatically generated and saved: cat /root/.cloudzy-creds
使用以下方式登录:
- 用户名:
admin - 密码:存储在
/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
重要路径
- 安装目录:
/var/www/espocrm - App data:
/var/www/espocrm/data/espocrm - 数据库:
/var/www/espocrm/data/mariadb - Nginx config:
/var/www/espocrm/data/nginx - 编写文件:
/var/www/espocrm/docker-compose.yml - 凭证:
/root/.cloudzy-creds