ONLYOFFICE DocSpace

A room-based platform for organizing files by user needs or project goals.

Access

  1. Open your browser and go to: http://<server-ip>
  2. Complete the initial setup.

Email Activation

  1. Ensure SMTP access is enabled on your server (ask for enabling SMTP access).
  2. In your profile page, click “Send again” to resend the activation email.

Key Directories

  • /app/onlyoffice/ — Main application directory containing all service definitions and configuration files (docspace.yml, proxy.yml, db.yml, identity.yml, etc.).
  • /var/lib/docker/volumes/onlyoffice_app_data/ — Application data storage.
  • /var/lib/docker/volumes/onlyoffice_mysql_data/ — Database data volume.
  • /var/lib/docker/volumes/onlyoffice_os_data/ — Search and indexing data.
  • /var/lib/docker/volumes/onlyoffice_log_data/ — Logs and diagnostics.
  • /var/lib/docker/volumes/onlyoffice_webroot_path/ — Web interface and static files.

Docker Management Commands

docker ps                      # View running containers
docker logs <container>        # Check logs of a container
docker restart <container>     # Restart a specific container

 

Application Details