Accessing the Portal
- Open your browser and go to:
http://<server-ip> - Follow the setup wizard.
- 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
- Default HTTP/HTTPS ports:
80(HTTP) &443(HTTPS) - Default database is MySQL (
3306), managed inside container. - Elasticsearch is internal (
9200). - Ensure SMTP connections are allowed for this server (ask for enabling SMTP access).
- To check if JWT is enabled and what the secret is, you can run:
dockerexeconlyoffice-document-server sudo documentserver-jwt-status.sh