ONLYOFFICE Workspace

Bundle of web apps for an efficient team management and online collaboration.

Accessing the Portal

  1. Open your browser and go to: http://<server-ip>
  2. Follow the setup wizard.
  3. To enable HTTPS: http://<server-ip>/controlpanel/https

Key Directories

Inside /app/onlyoffice/:

  • CommunityServer/ – web portal
  • ControlPanel/ – admin panel
  • DocumentServer/ – docs service
  • MailServer/ – mail configs
  • elasticsearch/ – indexes & configs
  • mysql/ – database storage
  • setup/ – 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: docker exec onlyoffice-document-server sudo documentserver-jwt-status.sh
Currently unavailable.

Application Details