Zugang zum Portal
- Öffne deinen Browser und gehe zu:
http://<server-ip> - Folge dem Setup-Assistenten.
- 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
- Standard HTTP/HTTPS-Ports:
80(HTTP) &443(HTTPS) - Standarddatenbank ist MySQL (
3306), wird im Container verwaltet. - Elasticsearch is internal (
9200). - Stelle sicher, dass SMTP-Verbindungen für diesen Server erlaubt sind (bitte ggf. um Freischaltung des SMTP-Zugriffs).
- Um zu prüfen, ob JWT aktiviert ist und wie das Secret lautet, führe folgenden Befehl aus:
dockerexeconlyoffice-document-server sudo documentserver-jwt-status.sh