- Home
- DocSpace
- Installation
- Enterprise
- Installing ONLYOFFICE DocSpace Enterprise on a server without Internet access
Installing ONLYOFFICE DocSpace Enterprise on a server without Internet access
Introduction
ONLYOFFICE DocSpace is a document hub where you can connect users and documents in one place to boost collaboration.
Functionality
- Creating rooms for collaboration with flexible access permissions: viewing, reviewing, filling forms, editing.
- Creating and editing documents, spreadsheets, presentations, forms, PDFs, and ebooks. Viewing multimedia files.
- Inviting users for collaboration: real-time co-editing, commenting, and communication via chat or video calls within online editors.
- Storing and managing personal documents within a dedicated space.
- Managing rooms: adding files, inviting members and assigning permission levels, viewing detailed info and recent activities, archiving rooms.
- Configuring integration features: connecting external services and storages. Currently, third-party storages can be used for performing backup only.
- Using customization and branding features.
- Setting up security features: backup and restore, two-factor authentication, IP security, audit trail and more.
ONLYOFFICE DocSpace Enterprise can be installed on a server without access to Internet using an automatic installation script for Linux operating systems with Docker installed. The script will set up Docker container with all the components necessary for ONLYOFFICE DocSpace Enterprise correct work and is easy to run, manage and update.
This guide will show you how to install ONLYOFFICE DocSpace Enterprise using the Docker script on a machine without access to Internet.
System requirements
- CPU: at least 4-core (6-core recommended)
- RAM: at least 16 GB
- HDD: at least 40 GB of free space
- Additional requirements: at least 6 GB of swap
- OS: amd64 Linux distribution with kernel version 3.10 or later
Installing Docker
Install Docker using the automatic script:
curl -fsSL https://get.docker.com | sh
Or use the official documentation for your operating system.
Installing Docker Compose
Install Docker Compose using the Docker repository or install the standalone version of Docker Compose.
Installing additional dependencies
Install additional dependencies for RPM based systems:
dnf install tar curl net-tools jq cronie
Install additional dependencies for Debian based systems:
apt-get install tar curl net-tools jq cron
Getting ONLYOFFICE DocSpace offline archive
Download the self-extracting offline archive for ONLYOFFICE DocSpace installation:
curl -O https://download.onlyoffice.com/docspace/offline-docspace-installation.sh
Installing ONLYOFFICE DocSpace Enterprise offline
To install ONLYOFFICE DocSpace Enterprise Docker version offline, run the following command:
bash offline-docspace-installation.sh
The script will automatically install all the necessary components and deploy ONLYOFFICE DocSpace Enterprise on your system.
Once the installation is finished, open a browser and enter the local network computer IP address to the browser address bar. The DocSpace setup page will open.
Now you need to specify your email, password (by default, the password must be at least 8 but no more than 30 characters long), upload the license file, accept the License agreement terms. You can also select the necessary language and time zone using the corresponding drop-down lists. When all the parameters are set, click the Continue button.