ONLYOFFICE Docs is an open-source office suite that comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations providing high compatibility with OOXML files (.docx, .xlsx, .pptx). Other popular formats such as .doc, .odt, .rtf, .txt, .pdf, .xls, .ods, .csv, .ppt, .odp, etc. are also supported.
You are able to edit complex docs using multiple styling and formatting tools, e.g. shapes, charts, Text Art, drop caps, footnotes, bookmarks, mirror and gutter margins, and more. The pre-installed plugin set as well as the possibility to add your own plugins allows you to implement extra functionality.
You can read and annotate PDF files, create and fill out PDF forms.
With multiple collaborative features you can work on the same document together with your teammates: use real-time and paragraph-locking co-editing modes, track changes, comments, built-in chat, version history.
The 1-click version of ONLYOFFICE Docs on DigitalOcean is a free version (ONLYOFFICE Docs Community Edition) distributed under GNU AGPL v3.0. As long as you respect the license, you can use the editors for free.
Note that ONLYOFFICE Docs doesn’t contain any document management system.
ONLYOFFICE Docs can be:
Package | Version | License |
---|---|---|
ONLYOFFICE Document Server | 8.2.0.1 | GNU AGPL v3.0 |
Docker CE | 27.3.1 | Apache 2 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the ONLYOFFICE Docs 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB ONLYOFFICE Docs Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "ascensiosystemsi-onlyofficeeditor-18-04-4"}' \
"https://api.digitalocean.com/v2/droplets"
After you create your ONLYOFFICE One-Click Droplet:
ssh root@My_Droplet_IP
to finalize the configuration.http://public IP address/
.http://public IP address/
. To integrate ONLYOFFICE Docs with your own web application, you can refer to the API Documentation https://api.onlyoffice.com/editors/basic.For additional information on configuring, operating, and updating ONLYOFFICE Docs, please refer to the official Help Center.
Support for the free community version is provided via the User Forum. If you need additional paid support, please send your re quest.