HowtoForge

How to install ONLYOFFICE Workspace on Ubuntu

ONLYOFFICE Workspace is a free open-source self-hosted solution for team management and collaboration which includes:

In this tutorial, we’ll learn how to install ONLYOFFICE Workspace Community Edition on your Ubuntu machine using the provided script.

What's new

ONLYOFFICE Groups 11.0

Control Panel

Control Panel that previously was available for enterprise users only became a part of the open-source solution. It comprises tools to quickly configure and administrate your ONLYOFFICE, including centralizing access with SSO/ LDAP, tracking user actions, enabling full-text search, white labeling capabilities, multitenancy option.

Private Rooms

The Documents module now has Private Rooms for encrypted collaboration. Private Rooms are protected workplaces where every symbol you type is encrypted using the AES-256 algorithm, even if you are co-editing documents with your teammates in real-time.
For using the Private Room feature the latest version of ONLYOFFICE Desktop Editors is required.

System requirements

Step 1: Get ONLYOFFICE Workspace Community Edition script

Download the installation script file:

wget https://download.onlyoffice.com/install/workspace-install.sh

Once done, go ahead to the installation process.

Step 2: Run ONLYOFFICE Workspace Community Edition

Note that all installation actions must be performed with root rights.
To install all ONLYOFFICE Workspace Community Edition components and modules at once, run the following command:

bash workspace-install.sh -md "yourdomain.com"

Where yourdomain.com is your own domain that will be used for ONLYOFFICE Mail.
In case you want to install ONLYOFFICE Workspace Community Edition without ONLYOFFICE Mail, run the command:

bash workspace-install.sh -ims false

The list of all available script parameters is available with the below command:

bash workspace-install.sh -h

Step 3: Check ONLYOFFICE Workspace Community Edition for correct work

Launch the browser and enter the local network computer IP address into the URL bar. Don’t use either localhost or 127.0.0.1 network address for the same computer where you have ONLYOFFICE Workspace Community Edition installed, use its IP address in the local network instead.

That’s all! ONLYOFFICE Workspace Community Edition must be up and running indicating the successful installation.

How to install ONLYOFFICE Workspace on Ubuntu