访问门户
- 打开浏览器,访问:
http://<server-ip> - 按照安装向导操作。
- To enable HTTPS:
http://<server-ip>/controlpanel/https
Key Directories
Inside /app/onlyoffice/:
CommunityServer/– web portalControlPanel/– admin panelDocumentServer/– docs serviceMailServer/– mail configselasticsearch/– indexes & configsmysql/– database storagesetup/– setup files
Docker Containers:
- CommunityServer: onlyoffice/communityserver
- ControlPanel: onlyoffice/controlpane
- DocumentServer: onlyoffice/documentserver
- Elasticsearch: onlyoffice/elasticsearch
- MySQL: onlyoffice/mysql
Notes & Tips
- 默认 HTTP/HTTPS 端口:
80(HTTP) &443(HTTPS) - 默认数据库为 MySQL(
3306),在容器内部管理。 - Elasticsearch is internal (
9200). - 确保此服务器允许 SMTP 连接(如需开启,请联系支持团队启用 SMTP 访问权限)。
- 如需查看 JWT 是否已启用及当前密钥,可运行:
dockerexeconlyoffice-document-server sudo documentserver-jwt-status.sh