# Collabora • [Collabora](https://www.collaboraonline.com/) is an open-source and self-hosted office suite that enables you to edit documents, spreadsheets and presentations directly in your web-browser. # Overview [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-05.png) [Collabora](https://www.collaboraonline.com/) is an open-source and self-hosted office suite that enables you to edit documents, spreadsheets and presentations directly in your web-browser. - Supports all major document, spreadsheet and presentation formats – including Microsoft and Open Documents. - Create with friends and family in real-time using secure collaborative tools. - Compatible with desktop and mobile applications to provide a cohesive experience. # Media ## Screenshots
OwnCloud v10.10.5
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-05.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-17.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-17-42.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-24-26.png) |
*For example:* collabora.example.com
*For example:* owncloud.example.com
*For example:* owncloud
Keep these securely stored in a password manager, such as [VaultWarden](https://hub.subspace.services/books/vaultwarden "VaultWarden").
It is important to use secure, randomly generated password.
You can use a random alphanumeric string from a password manager, or open the terminal and run the command: ```bash tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' # Installation The service can be installed through the Portainer web interface.Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").
## Docker Compose Use the following code to install the service: ```yaml --- services: collabora: image: collabora/code container_name: collabora hostname: collabora ports: - 9980:9980 environment: - DOMAIN=collabora.example.com - ALIASGROUP1=owncloud.example.com - USERNAME=owncloud - PASSWORD= restart: unless-stopped ``` # UpdatingRe-Deploy the Stack
Collabora has been optimized for running in Docker and does not store any persistent data. This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # DevelopmentThis software is released under the [MPL-2.0 license](https://opensource.org/license/mpl-2-0).
You can learn more about how to contribute to Collabora through their [GitHub repository](https://github.com/CollaboraOnline/online/blob/master/CONTRIBUTING.md). # Resources ## Official - [Official Documentation](https://sdk.collaboraonline.com/) - [Official Forum](https://forum.collaboraonline.com/) - [Official GitHub Repository](https://github.com/CollaboraOnline/online) - [Official Website](https://www.collaboraonline.com/) - [Installation Guide](https://sdk.collaboraonline.com/docs/installation/index.html) - [Troubleshooting Guide](https://sdk.collaboraonline.com/docs/installation/Collabora_Online_Troubleshooting_Guide.html) - [Frequently Asked Questions](https://www.collaboraonline.com/faqs/)