Access
- Open your browser and go to:
http://<server-ip>
- Complete the initial setup.
Email Activation
- Ensure SMTP access is enabled on your server (ask for enabling SMTP access).
- 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