<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter.horn</id>
	<title>Open-Xchange - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter.horn"/>
	<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Special:Contributions/Peter.horn"/>
	<updated>2026-06-30T23:21:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=26288</id>
		<title>AppSuite:OX System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=26288"/>
		<updated>2021-10-15T08:48:14Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: /* OX Drive for Clients */ Added notice about Apple Silicon support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OX App Suite Requirements - Open-Xchange supported components overview =&lt;br /&gt;
&lt;br /&gt;
The following table provides an overview about the supported components of OX App Suite and further products. This overview makes no claim to be complete.&lt;br /&gt;
&lt;br /&gt;
Information about Maintenance expiries of components, versions and browser support, can be found in the [[AppSuite:Versioning_and_Numbering#Maintenance_expires|Maintenance Expires Table]]&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== General Assumptions ===&lt;br /&gt;
&lt;br /&gt;
Open-Xchange App Suite Server (middleware services) is designed to run on physical servers or virtual machines of the same flavor. Cloud environments might be used in terms of Infrastructure as a Service (IaaS), meaning that all components need to be deployed in a classical manner on virtual machines.&lt;br /&gt;
&lt;br /&gt;
This means in particular, but not only:&lt;br /&gt;
&lt;br /&gt;
* Infrastructure is supposed to be &amp;quot;quasi-static&amp;quot;. Automatic replacement of broken nodes is fine as long as this is always an exceptional case. Scaling out or reducing number of nodes must always be a conscious task and closely monitored.&lt;br /&gt;
* The only supported &amp;quot;Database as a service&amp;quot; solution is AWS RDS for MariaDB as defined by belows compatibility table.&lt;br /&gt;
&lt;br /&gt;
Especially we expect the virtual hardware to be not over-provisioned. Each VM must have dedicated resources with respect to CPU cores, RAM, IOPS, storage, network bandwidth, network latency, etc.&lt;br /&gt;
&lt;br /&gt;
Network is expected to be flat, inside one datacenter, no multi-datacenter, no segments. No packet loss, low latency.&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer: All recommendations below are without guarantee and can differ for specific deployments. For mid- and large-scale setups a detailed deployment planning and sizing tests are mandatory and should be agreed on with OX Professional Services.'''&lt;br /&gt;
&lt;br /&gt;
=== High Level Design / OS setup ===&lt;br /&gt;
&lt;br /&gt;
Operate services separately (USM, Document/Image Converters) as described in [https://oxpedia.org/wiki/index.php?title=AppSuite:Running_a_cluster Cluster Setup].&lt;br /&gt;
&lt;br /&gt;
Clocks between all nodes must be synchronized (e.g. via NTP).&lt;br /&gt;
&lt;br /&gt;
Open file/max process limits need to be adjusted properly. Based on the used Linux distribution and init system configuration will differ, see Resource Limits for further explanation.&lt;br /&gt;
&lt;br /&gt;
Platform Architecture: 64 bit versions (x84_64) of the supported [[#Software Requirements | Linux distributions]]&lt;br /&gt;
&lt;br /&gt;
=== Node Sizing ===&lt;br /&gt;
&lt;br /&gt;
==== OX App Suite Middleware ====&lt;br /&gt;
&lt;br /&gt;
* Max. 8 GB heap per JVM + 4 GB system memory for other daemons and the OS (buffers, caches)&lt;br /&gt;
* 4 CPU cores (virtual, physical or hyperthreads) for plain HTTP connections. If TLS is terminated on application nodes this might need to be doubled.&lt;br /&gt;
* Disk space&lt;br /&gt;
** 8 GB for OS and software&lt;br /&gt;
** Some services like Document Converter need SWAP partitions (~1 * RAM)&lt;br /&gt;
** 2 * system memory of free disk space (i.e. 12 GB RAM =&amp;gt; 24 GB free disk space) for file spooling, log files, heap and core dumps&lt;br /&gt;
&lt;br /&gt;
=== Untested/Unsupported Deployments ===&lt;br /&gt;
&lt;br /&gt;
* Changes to Garbage Collector settings&lt;br /&gt;
* Running in containerized environments (Docker, rkt)&lt;br /&gt;
* Elasticity/High velocity of nodes going up and down: Services are sometimes stateful and demand static configuration&lt;br /&gt;
* Cloud platform services (PaaS) that promise to replacements for certain supported technologies but have not been verified by OX for these regards&lt;br /&gt;
* Multi-site active-active&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== Linux Distributions ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite is available as Linux packages for the following distributions:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Distribution'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Red Hat Enterprise Linux&lt;br /&gt;
 |7&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |CentOS&lt;br /&gt;
 |7&lt;br /&gt;
 |Install from RHEL package repositories&lt;br /&gt;
|-&lt;br /&gt;
 |Debian&lt;br /&gt;
 |9 (Stretch), 10 (Buster)&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Univention Corporate Server&lt;br /&gt;
 |4.4&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon Linux&lt;br /&gt;
 |2&lt;br /&gt;
 |Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Java ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite Middleware requires OpenJDK headless JRE 8 or 9. Linux distributions might offer only packages for OpenJDK 11 JRE, which is not suitable for OX App Suite. It is in those cases required to install AdoptOpenJDK 8 JRE with HotSpot VM. A comprehensive installation guide can be found at https://adoptopenjdk.net/installation.html#linux-pkg. The correct JRE package is adoptopenjdk-8-hotspot-jre.&lt;br /&gt;
&lt;br /&gt;
=== Databases ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite uses MySQL/MariaDB with the InnoDB storage engine as its primary data store. The following vendors and products are supported.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Oracle&lt;br /&gt;
 |MySQL Community Edition, Standard Edition, Enterprise Edition&lt;br /&gt;
 |v5.6.x, v5.7.x&lt;br /&gt;
|-&lt;br /&gt;
 |MariaDB&lt;br /&gt;
 |MariaDB Server, Galera Cluster&lt;br /&gt;
 |v10.1.x, v10.2.x, v10.4.x&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS RDS for MariaDB&lt;br /&gt;
 |10.2.x&amp;lt;br&amp;gt;Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Important Notes ====&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange does not plan to support '''MySQL 8 or higher'''. As MariaDB and MySQL are diverging and cannot be assumed drop-in replacements anymore, Open-Xchange will focus on MariaDB Server and MariaDB Galera Cluster. Future App Suite releases '''&amp;gt; 7.10.x''' might rely on features only available in '''MariaDB'''.&lt;br /&gt;
* Open-Xchange supports '''Percona XtraDB Cluster''' for existing customers with initial deployments done using '''App Suite 7.8.x or earlier'''. Those customers can continue to use Percona XtraDB Cluster throughout the 7.10.x release series. Like for MySQL, 7.10.x supports only versions 5.6 and 5.7. It is not planned to support Percona XtraDB Cluster beyond 7.10.x.&lt;br /&gt;
&lt;br /&gt;
* For some Linux distributions the included MySQL/MariaDB packages are too old to be used with App Suite. It is mandatory then to install a supported version from '''upstream package sources'''. Possible sources are the official vendor repositories of MySQL or MariaDB as well as for example Red Hat Software Collections.&lt;br /&gt;
* Required '''MySQL/MariaDB configuration''' configuration differs between '''App Suite 7.8.4 and 7.10.x''' and also between the different database systems in terms of SQL modes. See [[My.cnf]] for details.&lt;br /&gt;
* For upgrades from App Suite &amp;lt;= 7.8.2 to &amp;gt;= 7.10.0 a comprehensive '''database upgrade guide''' exists: [[AppSuite:7_10_Database_Migration]]&lt;br /&gt;
&lt;br /&gt;
== HTTP Reverse Proxy ==&lt;br /&gt;
&lt;br /&gt;
An HTTP server with reverse proxy and load balancing capabilities is required in front of App Suite application servers. TLS termination, virtual hosts, path-based routing, sticky sessions and X-Forwarded headers are typical required features. OX strongly recommends [https://httpd.apache.org/ Apache httpd 2.x] for that. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
'''Important:''' For websocket support Apache httpd 2.4.x is needed, 2.2.x does not support the required ws_tunnel module. Websockets are mandatory for OX Documents starting with v7.10.3. Like with JRE and MySQL/MariaDB it might be necessary to use 3rd party packages to get the needed Linux packages. Especially for RHEL6 we recommend using Red Hat Software Collections.&lt;br /&gt;
&lt;br /&gt;
== Webserver ==&lt;br /&gt;
&lt;br /&gt;
[https://httpd.apache.org/ Apache httpd 2.x] is required as webserver to serve static App Suite UI content. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
== File Storage ==&lt;br /&gt;
&lt;br /&gt;
=== Temporary Data ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite stores temporary files in the local file system, e.g. for spooling of uploaded data. Any file system supported by the installed JRE is suitable.&lt;br /&gt;
&lt;br /&gt;
=== Persistent Data ===&lt;br /&gt;
&lt;br /&gt;
Persistent data like OX Drive files, PIM attachments etc. and temporary attachment data need to be stored in a distributed file system as registered filestore that is available from all server nodes. For single-node setups a local file system mount point can be used, small to mid-scale setups can be powered by NFS. For large-scale setups object storages should be considered.&lt;br /&gt;
&lt;br /&gt;
==== Object Storages ====&lt;br /&gt;
&lt;br /&gt;
OX App Suite ships with different optional adapters to support object storages.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''API'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS S3&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |CEPH&lt;br /&gt;
 |RadosGW&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |Scality&lt;br /&gt;
 |Scality RING&lt;br /&gt;
 |Sproxyd HTTP API&lt;br /&gt;
 |See also [[AppSuite:Scality_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Desktop Browser (Minimum display resolution: 1024 x 768)==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Google Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mozilla Firefox (latest &amp;amp; current ESR-Version)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple Safari (latest &amp;amp; previous version; macOS only)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
  |Microsoft Edge (Chromium-based)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 11&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 10/11&lt;br /&gt;
  |v7.6.3&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobile Device Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Mobile Device'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |iPhone on iOS 14 / iOS 15 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Smartphone on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tablet Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Tablet'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iPad (all devices) on iOS 14 / iOS 15 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Tablets on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple macOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.14 (Mojave)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.15 (Catalina)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 11.0 (Big Sur)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple iOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |Apple iOS 14 / iOS 15 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobility Solution - Supported-  Platforms, Features and Devices ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Feature/Technology/Device'''&lt;br /&gt;
  |[http://oxpedia.org/wiki/index.php?title=OXtender_for_Business_Mobility '''OXtender for Business Mobility'''] (availalble for App Suite, OXHE, OXSE)&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 2.5&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 12.1&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Access and creation of emails&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Personal PIM folder&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Public and Shared PIM folder&lt;br /&gt;
  |[[File:cross.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Global address book&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Push E-Mail&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iOS 14 / iOS 15 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Android 8 (Oreo) or later with latest Gmail app.&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Drive Clients ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Windows&lt;br /&gt;
  |Latest versions of Windows 10 (no support of macOS clients with emulators and Windows RT)&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for macOS&lt;br /&gt;
  |macOS Mojave 10.14, macOS Catalina 10.15, macOS Big Sur 11, Intel- and Apple Silicon-based devices are both supported&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for iOS&lt;br /&gt;
  |iOS / iPadOS 14 and above&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Android&lt;br /&gt;
  |Smartphones and tablets running Android 7.0 (API level 24) and above.&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Sync App ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Sync App for Android&lt;br /&gt;
  |Smartphone on Android 5.0 or later&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Guard ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX Guard since v2.10.5: OX App Suite v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mobile Device and Tablet Support&lt;br /&gt;
  |Apple iPhone on iOS 14 / iOS 15 / iPad OS: Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Smartphone on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&amp;lt;br&amp;gt;Apple iPad (all devices) on iOS 14 / iOS 15 / iPad OS: Safari Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Tablets on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: OX7]]&lt;br /&gt;
[[Category: AppSuite]]&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=25894</id>
		<title>AppSuite:OX System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=25894"/>
		<updated>2021-04-23T12:11:37Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: /* OX Drive for Clients */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OX App Suite Requirements - Open-Xchange supported components overview =&lt;br /&gt;
&lt;br /&gt;
The following table provides an overview about the supported components of OX App Suite and further products. This overview makes no claim to be complete.&lt;br /&gt;
&lt;br /&gt;
Information about Maintenance expiries of components, versions and browser support, can be found in the [[AppSuite:Versioning_and_Numbering#Maintenance_expires|Maintenance Expires Table]]&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== General Assumptions ===&lt;br /&gt;
&lt;br /&gt;
Open-Xchange App Suite Server (middleware services) is designed to run on physical servers or virtual machines of the same flavor. Cloud environments might be used in terms of Infrastructure as a Service (IaaS), meaning that all components need to be deployed in a classical manner on virtual machines.&lt;br /&gt;
&lt;br /&gt;
This means in particular, but not only:&lt;br /&gt;
&lt;br /&gt;
* Infrastructure is supposed to be &amp;quot;quasi-static&amp;quot;. Automatic replacement of broken nodes is fine as long as this is always an exceptional case. Scaling out or reducing number of nodes must always be a conscious task and closely monitored.&lt;br /&gt;
* The only supported &amp;quot;Database as a service&amp;quot; solution is AWS RDS for MariaDB as defined by belows compatibility table.&lt;br /&gt;
&lt;br /&gt;
Especially we expect the virtual hardware to be not over-provisioned. Each VM must have dedicated resources with respect to CPU cores, RAM, IOPS, storage, network bandwidth, network latency, etc.&lt;br /&gt;
&lt;br /&gt;
Network is expected to be flat, inside one datacenter, no multi-datacenter, no segments. No packet loss, low latency.&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer: All recommendations below are without guarantee and can differ for specific deployments. For mid- and large-scale setups a detailed deployment planning and sizing tests are mandatory and should be agreed on with OX Professional Services.'''&lt;br /&gt;
&lt;br /&gt;
=== High Level Design / OS setup ===&lt;br /&gt;
&lt;br /&gt;
Operate services separately (USM, Document/Image Converters) as described in [https://oxpedia.org/wiki/index.php?title=AppSuite:Running_a_cluster Cluster Setup].&lt;br /&gt;
&lt;br /&gt;
Clocks between all nodes must be synchronized (e.g. via NTP).&lt;br /&gt;
&lt;br /&gt;
Open file/max process limits need to be adjusted properly. Based on the used Linux distribution and init system configuration will differ, see Resource Limits for further explanation.&lt;br /&gt;
&lt;br /&gt;
Platform Architecture: 64 bit versions (x84_64) of the supported [[#Software Requirements | Linux distributions]]&lt;br /&gt;
&lt;br /&gt;
=== Node Sizing ===&lt;br /&gt;
&lt;br /&gt;
==== OX App Suite Middleware ====&lt;br /&gt;
&lt;br /&gt;
* Max. 8 GB heap per JVM + 4 GB system memory for other daemons and the OS (buffers, caches)&lt;br /&gt;
* 4 CPU cores (virtual, physical or hyperthreads) for plain HTTP connections. If TLS is terminated on application nodes this might need to be doubled.&lt;br /&gt;
* Disk space&lt;br /&gt;
** 8 GB for OS and software&lt;br /&gt;
** Some services like Document Converter need SWAP partitions (~1 * RAM)&lt;br /&gt;
** 2 * system memory of free disk space (i.e. 12 GB RAM =&amp;gt; 24 GB free disk space) for file spooling, log files, heap and core dumps&lt;br /&gt;
&lt;br /&gt;
=== Untested/Unsupported Deployments ===&lt;br /&gt;
&lt;br /&gt;
* Changes to Garbage Collector settings&lt;br /&gt;
* Running in containerized environments (Docker, rkt)&lt;br /&gt;
* Elasticity/High velocity of nodes going up and down: Services are sometimes stateful and demand static configuration&lt;br /&gt;
* Cloud platform services (PaaS) that promise to replacements for certain supported technologies but have not been verified by OX for these regards&lt;br /&gt;
* Multi-site active-active&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== Linux Distributions ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite is available as Linux packages for the following distributions:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Distribution'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Red Hat Enterprise Linux&lt;br /&gt;
 |7&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |CentOS&lt;br /&gt;
 |7&lt;br /&gt;
 |Install from RHEL package repositories&lt;br /&gt;
|-&lt;br /&gt;
 |Debian&lt;br /&gt;
 |9 (Stretch), 10 (Buster)&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Univention Corporate Server&lt;br /&gt;
 |4.4&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon Linux&lt;br /&gt;
 |2&lt;br /&gt;
 |Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Java ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite Middleware requires OpenJDK headless JRE 8 or 9. Linux distributions might offer only packages for OpenJDK 11 JRE, which is not suitable for OX App Suite. It is in those cases required to install AdoptOpenJDK 8 JRE with HotSpot VM. A comprehensive installation guide can be found at https://adoptopenjdk.net/installation.html#linux-pkg. The correct JRE package is adoptopenjdk-8-hotspot-jre.&lt;br /&gt;
&lt;br /&gt;
=== Databases ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite uses MySQL/MariaDB with the InnoDB storage engine as its primary data store. The following vendors and products are supported.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Oracle&lt;br /&gt;
 |MySQL Community Edition, Standard Edition, Enterprise Edition&lt;br /&gt;
 |v5.6.x, v5.7.x&lt;br /&gt;
|-&lt;br /&gt;
 |MariaDB&lt;br /&gt;
 |MariaDB Server, Galera Cluster&lt;br /&gt;
 |v10.1.x, v10.2.x, v10.4.x&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS RDS for MariaDB&lt;br /&gt;
 |10.2.x&amp;lt;br&amp;gt;Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Important Notes ====&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange does not plan to support '''MySQL 8 or higher'''. As MariaDB and MySQL are diverging and cannot be assumed drop-in replacements anymore, Open-Xchange will focus on MariaDB Server and MariaDB Galera Cluster. Future App Suite releases '''&amp;gt; 7.10.x''' might rely on features only available in '''MariaDB'''.&lt;br /&gt;
* Open-Xchange supports '''Percona XtraDB Cluster''' for existing customers with initial deployments done using '''App Suite 7.8.x or earlier'''. Those customers can continue to use Percona XtraDB Cluster throughout the 7.10.x release series. Like for MySQL, 7.10.x supports only versions 5.6 and 5.7. It is not planned to support Percona XtraDB Cluster beyond 7.10.x.&lt;br /&gt;
&lt;br /&gt;
* For some Linux distributions the included MySQL/MariaDB packages are too old to be used with App Suite. It is mandatory then to install a supported version from '''upstream package sources'''. Possible sources are the official vendor repositories of MySQL or MariaDB as well as for example Red Hat Software Collections.&lt;br /&gt;
* Required '''MySQL/MariaDB configuration''' configuration differs between '''App Suite 7.8.4 and 7.10.x''' and also between the different database systems in terms of SQL modes. See [[My.cnf]] for details.&lt;br /&gt;
* For upgrades from App Suite &amp;lt;= 7.8.2 to &amp;gt;= 7.10.0 a comprehensive '''database upgrade guide''' exists: [[AppSuite:7_10_Database_Migration]]&lt;br /&gt;
&lt;br /&gt;
== HTTP Reverse Proxy ==&lt;br /&gt;
&lt;br /&gt;
An HTTP server with reverse proxy and load balancing capabilities is required in front of App Suite application servers. TLS termination, virtual hosts, path-based routing, sticky sessions and X-Forwarded headers are typical required features. OX strongly recommends [https://httpd.apache.org/ Apache httpd 2.x] for that. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
'''Important:''' For websocket support Apache httpd 2.4.x is needed, 2.2.x does not support the required ws_tunnel module. Websockets are mandatory for OX Documents starting with v7.10.3. Like with JRE and MySQL/MariaDB it might be necessary to use 3rd party packages to get the needed Linux packages. Especially for RHEL6 we recommend using Red Hat Software Collections.&lt;br /&gt;
&lt;br /&gt;
== Webserver ==&lt;br /&gt;
&lt;br /&gt;
[https://httpd.apache.org/ Apache httpd 2.x] is required as webserver to serve static App Suite UI content. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
== File Storage ==&lt;br /&gt;
&lt;br /&gt;
=== Temporary Data ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite stores temporary files in the local file system, e.g. for spooling of uploaded data. Any file system supported by the installed JRE is suitable.&lt;br /&gt;
&lt;br /&gt;
=== Persistent Data ===&lt;br /&gt;
&lt;br /&gt;
Persistent data like OX Drive files, PIM attachments etc. and temporary attachment data need to be stored in a distributed file system as registered filestore that is available from all server nodes. For single-node setups a local file system mount point can be used, small to mid-scale setups can be powered by NFS. For large-scale setups object storages should be considered.&lt;br /&gt;
&lt;br /&gt;
==== Object Storages ====&lt;br /&gt;
&lt;br /&gt;
OX App Suite ships with different optional adapters to support object storages.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''API'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS S3&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |CEPH&lt;br /&gt;
 |RadosGW&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |Scality&lt;br /&gt;
 |Scality RING&lt;br /&gt;
 |Sproxyd HTTP API&lt;br /&gt;
 |See also [[AppSuite:Scality_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Desktop Browser (Minimum display resolution: 1024 x 768)==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Google Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mozilla Firefox (latest &amp;amp; current ESR-Version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple Safari (latest &amp;amp; previous version; macOS only)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
|-&lt;br /&gt;
  |Microsoft Edge (Chromium-based)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Edge (Legacy)&lt;br /&gt;
  |v7.10.3, 7.10.4&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 11&lt;br /&gt;
  |v7.10.3, 7.10.4&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 10/11&lt;br /&gt;
  |v7.6.3&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobile Device Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Mobile Device'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |iPhone on iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Smartphone on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tablet Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Tablet'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iPad (all devices) on iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Tablets on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple macOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.14 (Mojave)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.15 (Catalina)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 11.0 (Big Sur)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple iOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |Apple iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobility Solution - Supported-  Platforms, Features and Devices ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Feature/Technology/Device'''&lt;br /&gt;
  |[http://oxpedia.org/wiki/index.php?title=OXtender_for_Business_Mobility '''OXtender for Business Mobility'''] (availalble for App Suite, OXHE, OXSE)&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 2.5&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 12.1&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Access and creation of emails&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Personal PIM folder&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Public and Shared PIM folder&lt;br /&gt;
  |[[File:cross.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Global address book&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Push E-Mail&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Android 8 (Oreo) or later with latest Gmail app.&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Drive for Clients ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Windows&lt;br /&gt;
  |Latest versions of Windows 8, latest versions of Windows 10 (no support of macOS clients with emulators and Windows RT)&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for macOS&lt;br /&gt;
  |macOS Mojave 10.14, macOS Catalina 10.15, macOS Big Sur 11&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for iOS&lt;br /&gt;
  |iOS / iPadOS 11 and above&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Android&lt;br /&gt;
  |Smartphones and tablets running Android 7.0 (API level 24) and above.&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Sync App ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Sync App for Android&lt;br /&gt;
  |Smartphone on Android 5.0 or later&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Guard ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX Guard since v2.10.3: OX App Suite v7.10.3, OX Guard since v2.10.4: OX App Suite v7.10.4, OX Guard since v2.10.5: OX App Suite v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mobile Device and Tablet Support&lt;br /&gt;
  |Apple iPhone on iOS 13 / iOS 14 / iPad OS: Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Smartphone on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&amp;lt;br&amp;gt;Apple iPad (all devices) on iOS 13 / iOS 14 / iPad OS: Safari Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Tablets on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: OX7]]&lt;br /&gt;
[[Category: AppSuite]]&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=25873</id>
		<title>AppSuite:OX System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_System_Requirements&amp;diff=25873"/>
		<updated>2021-04-19T07:37:00Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: Corrected macOS writing style.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OX App Suite Requirements - Open-Xchange supported components overview =&lt;br /&gt;
&lt;br /&gt;
The following table provides an overview about the supported components of OX App Suite and further products. This overview makes no claim to be complete.&lt;br /&gt;
&lt;br /&gt;
Information about Maintenance expiries of components, versions and browser support, can be found in the [[AppSuite:Versioning_and_Numbering#Maintenance_expires|Maintenance Expires Table]]&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== General Assumptions ===&lt;br /&gt;
&lt;br /&gt;
Open-Xchange App Suite Server (middleware services) is designed to run on physical servers or virtual machines of the same flavor. Cloud environments might be used in terms of Infrastructure as a Service (IaaS), meaning that all components need to be deployed in a classical manner on virtual machines.&lt;br /&gt;
&lt;br /&gt;
This means in particular, but not only:&lt;br /&gt;
&lt;br /&gt;
* Infrastructure is supposed to be &amp;quot;quasi-static&amp;quot;. Automatic replacement of broken nodes is fine as long as this is always an exceptional case. Scaling out or reducing number of nodes must always be a conscious task and closely monitored.&lt;br /&gt;
* The only supported &amp;quot;Database as a service&amp;quot; solution is AWS RDS for MariaDB as defined by belows compatibility table.&lt;br /&gt;
&lt;br /&gt;
Especially we expect the virtual hardware to be not over-provisioned. Each VM must have dedicated resources with respect to CPU cores, RAM, IOPS, storage, network bandwidth, network latency, etc.&lt;br /&gt;
&lt;br /&gt;
Network is expected to be flat, inside one datacenter, no multi-datacenter, no segments. No packet loss, low latency.&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer: All recommendations below are without guarantee and can differ for specific deployments. For mid- and large-scale setups a detailed deployment planning and sizing tests are mandatory and should be agreed on with OX Professional Services.'''&lt;br /&gt;
&lt;br /&gt;
=== High Level Design / OS setup ===&lt;br /&gt;
&lt;br /&gt;
Operate services separately (USM, Document/Image Converters) as described in [https://oxpedia.org/wiki/index.php?title=AppSuite:Running_a_cluster Cluster Setup].&lt;br /&gt;
&lt;br /&gt;
Clocks between all nodes must be synchronized (e.g. via NTP).&lt;br /&gt;
&lt;br /&gt;
Open file/max process limits need to be adjusted properly. Based on the used Linux distribution and init system configuration will differ, see Resource Limits for further explanation.&lt;br /&gt;
&lt;br /&gt;
Platform Architecture: 64 bit versions (x84_64) of the supported [[#Software Requirements | Linux distributions]]&lt;br /&gt;
&lt;br /&gt;
=== Node Sizing ===&lt;br /&gt;
&lt;br /&gt;
==== OX App Suite Middleware ====&lt;br /&gt;
&lt;br /&gt;
* Max. 8 GB heap per JVM + 4 GB system memory for other daemons and the OS (buffers, caches)&lt;br /&gt;
* 4 CPU cores (virtual, physical or hyperthreads) for plain HTTP connections. If TLS is terminated on application nodes this might need to be doubled.&lt;br /&gt;
* Disk space&lt;br /&gt;
** 8 GB for OS and software&lt;br /&gt;
** Some services like Document Converter need SWAP partitions (~1 * RAM)&lt;br /&gt;
** 2 * system memory of free disk space (i.e. 12 GB RAM =&amp;gt; 24 GB free disk space) for file spooling, log files, heap and core dumps&lt;br /&gt;
&lt;br /&gt;
=== Untested/Unsupported Deployments ===&lt;br /&gt;
&lt;br /&gt;
* Changes to Garbage Collector settings&lt;br /&gt;
* Running in containerized environments (Docker, rkt)&lt;br /&gt;
* Elasticity/High velocity of nodes going up and down: Services are sometimes stateful and demand static configuration&lt;br /&gt;
* Cloud platform services (PaaS) that promise to replacements for certain supported technologies but have not been verified by OX for these regards&lt;br /&gt;
* Multi-site active-active&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
&lt;br /&gt;
=== Linux Distributions ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite is available as Linux packages for the following distributions:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Distribution'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Red Hat Enterprise Linux&lt;br /&gt;
 |7&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |CentOS&lt;br /&gt;
 |7&lt;br /&gt;
 |Install from RHEL package repositories&lt;br /&gt;
|-&lt;br /&gt;
 |Debian&lt;br /&gt;
 |9 (Stretch), 10 (Buster)&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Univention Corporate Server&lt;br /&gt;
 |4.4&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon Linux&lt;br /&gt;
 |2&lt;br /&gt;
 |Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Java ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite Middleware requires OpenJDK headless JRE 8 or 9. Linux distributions might offer only packages for OpenJDK 11 JRE, which is not suitable for OX App Suite. It is in those cases required to install AdoptOpenJDK 8 JRE with HotSpot VM. A comprehensive installation guide can be found at https://adoptopenjdk.net/installation.html#linux-pkg. The correct JRE package is adoptopenjdk-8-hotspot-jre.&lt;br /&gt;
&lt;br /&gt;
=== Databases ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite uses MySQL/MariaDB with the InnoDB storage engine as its primary data store. The following vendors and products are supported.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''Versions'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Oracle&lt;br /&gt;
 |MySQL Community Edition, Standard Edition, Enterprise Edition&lt;br /&gt;
 |v5.6.x, v5.7.x&lt;br /&gt;
|-&lt;br /&gt;
 |MariaDB&lt;br /&gt;
 |MariaDB Server, Galera Cluster&lt;br /&gt;
 |v10.1.x, v10.2.x, v10.4.x&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS RDS for MariaDB&lt;br /&gt;
 |10.2.x&amp;lt;br&amp;gt;Discontinued Support with end of life of OX App Suite v7.10.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Important Notes ====&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange does not plan to support '''MySQL 8 or higher'''. As MariaDB and MySQL are diverging and cannot be assumed drop-in replacements anymore, Open-Xchange will focus on MariaDB Server and MariaDB Galera Cluster. Future App Suite releases '''&amp;gt; 7.10.x''' might rely on features only available in '''MariaDB'''.&lt;br /&gt;
* Open-Xchange supports '''Percona XtraDB Cluster''' for existing customers with initial deployments done using '''App Suite 7.8.x or earlier'''. Those customers can continue to use Percona XtraDB Cluster throughout the 7.10.x release series. Like for MySQL, 7.10.x supports only versions 5.6 and 5.7. It is not planned to support Percona XtraDB Cluster beyond 7.10.x.&lt;br /&gt;
&lt;br /&gt;
* For some Linux distributions the included MySQL/MariaDB packages are too old to be used with App Suite. It is mandatory then to install a supported version from '''upstream package sources'''. Possible sources are the official vendor repositories of MySQL or MariaDB as well as for example Red Hat Software Collections.&lt;br /&gt;
* Required '''MySQL/MariaDB configuration''' configuration differs between '''App Suite 7.8.4 and 7.10.x''' and also between the different database systems in terms of SQL modes. See [[My.cnf]] for details.&lt;br /&gt;
* For upgrades from App Suite &amp;lt;= 7.8.2 to &amp;gt;= 7.10.0 a comprehensive '''database upgrade guide''' exists: [[AppSuite:7_10_Database_Migration]]&lt;br /&gt;
&lt;br /&gt;
== HTTP Reverse Proxy ==&lt;br /&gt;
&lt;br /&gt;
An HTTP server with reverse proxy and load balancing capabilities is required in front of App Suite application servers. TLS termination, virtual hosts, path-based routing, sticky sessions and X-Forwarded headers are typical required features. OX strongly recommends [https://httpd.apache.org/ Apache httpd 2.x] for that. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
'''Important:''' For websocket support Apache httpd 2.4.x is needed, 2.2.x does not support the required ws_tunnel module. Websockets are mandatory for OX Documents starting with v7.10.3. Like with JRE and MySQL/MariaDB it might be necessary to use 3rd party packages to get the needed Linux packages. Especially for RHEL6 we recommend using Red Hat Software Collections.&lt;br /&gt;
&lt;br /&gt;
== Webserver ==&lt;br /&gt;
&lt;br /&gt;
[https://httpd.apache.org/ Apache httpd 2.x] is required as webserver to serve static App Suite UI content. Configuration examples can be found in the quickinstall guides.&lt;br /&gt;
&lt;br /&gt;
== File Storage ==&lt;br /&gt;
&lt;br /&gt;
=== Temporary Data ===&lt;br /&gt;
&lt;br /&gt;
OX App Suite stores temporary files in the local file system, e.g. for spooling of uploaded data. Any file system supported by the installed JRE is suitable.&lt;br /&gt;
&lt;br /&gt;
=== Persistent Data ===&lt;br /&gt;
&lt;br /&gt;
Persistent data like OX Drive files, PIM attachments etc. and temporary attachment data need to be stored in a distributed file system as registered filestore that is available from all server nodes. For single-node setups a local file system mount point can be used, small to mid-scale setups can be powered by NFS. For large-scale setups object storages should be considered.&lt;br /&gt;
&lt;br /&gt;
==== Object Storages ====&lt;br /&gt;
&lt;br /&gt;
OX App Suite ships with different optional adapters to support object storages.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
 |'''Vendor'''&lt;br /&gt;
 |'''Product'''&lt;br /&gt;
 |'''API'''&lt;br /&gt;
 |'''Remarks'''&lt;br /&gt;
|- &lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
 |Amazon&lt;br /&gt;
 |AWS S3&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |CEPH&lt;br /&gt;
 |RadosGW&lt;br /&gt;
 |S3 HTTP API&lt;br /&gt;
 |See also [[AppSuite:S3_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
 |Scality&lt;br /&gt;
 |Scality RING&lt;br /&gt;
 |Sproxyd HTTP API&lt;br /&gt;
 |See also [[AppSuite:Scality_File_Store]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Desktop Browser (Minimum display resolution: 1024 x 768)==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Google Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mozilla Firefox (latest &amp;amp; current ESR-Version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple Safari (latest &amp;amp; previous version; macOS only)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
|-&lt;br /&gt;
  |Microsoft Edge (Chromium-based)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Edge (Legacy)&lt;br /&gt;
  |v7.10.3, 7.10.4&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 11&lt;br /&gt;
  |v7.10.3, 7.10.4&lt;br /&gt;
 |-&lt;br /&gt;
  |Microsoft Internet Explorer 10/11&lt;br /&gt;
  |v7.6.3&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobile Device Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Mobile Device'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |iPhone on iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Smartphone on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tablet Support==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Tablet'''&lt;br /&gt;
  |'''Supported Browser'''&lt;br /&gt;
  |'''OX App Suite User Front-End'''&lt;br /&gt;
  |'''Minimum Speed Requirements'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iPad (all devices) on iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |Safari&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
 |-&lt;br /&gt;
  |Tablets on Android 4.1 or later&lt;br /&gt;
  |Chrome (latest &amp;amp; previous version)&lt;br /&gt;
  |v7.10.3, 7.10.4, 7.10.5&lt;br /&gt;
  |3G connections (512/256kBit/s, 350ms latency)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple macOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.14 (Mojave)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 10.15 (Catalina)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |macOS 11.0 (Big Sur)&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Calendar/Contact synchronization Apple iOS ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |Calendar synchronization with CalDAV&lt;br /&gt;
  |Contacts synchronization with CardDAV&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
  |Apple iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mobility Solution - Supported-  Platforms, Features and Devices ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Feature/Technology/Device'''&lt;br /&gt;
  |[http://oxpedia.org/wiki/index.php?title=OXtender_for_Business_Mobility '''OXtender for Business Mobility'''] (availalble for App Suite, OXHE, OXSE)&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 2.5&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Exchange Active Sync 12.1&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Access and creation of emails&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Personal PIM folder&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Public and Shared PIM folder&lt;br /&gt;
  |[[File:cross.gif]]&lt;br /&gt;
|-&lt;br /&gt;
  |Global address book&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |Push E-Mail&lt;br /&gt;
  |[[File:check.gif]] &lt;br /&gt;
|-&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |Apple iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
  |Android 8 (Oreo) or later with latest Gmail app.&lt;br /&gt;
  |[[File:check.gif]]&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Drive for Clients ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Windows&lt;br /&gt;
  |Latest versions of Windows 8, latest versions of Windows 10 (no support of Mac OS X clients with emulators and Windows RT)&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for macOS&lt;br /&gt;
  |macOS Mojave 10.14, macOS Catalina 10.15, macOS Big Sur 11&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for iOS&lt;br /&gt;
  |Apple iOS 13 / iOS 14 / iPad OS&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Drive for Android&lt;br /&gt;
  |Smartphone on Android 5.x or later with Chrome (latest &amp;amp; previous version), Tablets on Android 5.x or later with Chrome (latest &amp;amp; previous version)&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Sync App ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX App Suite 7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |OX Sync App for Android&lt;br /&gt;
  |Smartphone on Android 5.0 or later&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== OX Guard ==&lt;br /&gt;
&lt;br /&gt;
 {|border=&amp;quot;2&amp;quot; rules=&amp;quot;all&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
  |'''Requirement'''&lt;br /&gt;
  |'''System / Platform / User Interface'''&lt;br /&gt;
 |- &lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
  |&amp;amp;nbsp;&lt;br /&gt;
 |-&lt;br /&gt;
  |OX App Suite&lt;br /&gt;
  |OX Guard since v2.10.3: OX App Suite v7.10.3, OX Guard since v2.10.4: OX App Suite v7.10.4, OX Guard since v2.10.5: OX App Suite v7.10.5&lt;br /&gt;
 |-&lt;br /&gt;
  |Mobile Device and Tablet Support&lt;br /&gt;
  |Apple iPhone on iOS 13 / iOS 14 / iPad OS: Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Smartphone on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&amp;lt;br&amp;gt;Apple iPad (all devices) on iOS 13 / iOS 14 / iPad OS: Safari Safari (latest version &amp;amp; previous version)&amp;lt;br&amp;gt;Tablets on Android 4.1 or later: Chrome (latest &amp;amp; previous version)&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: OX7]]&lt;br /&gt;
[[Category: AppSuite]]&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25870</id>
		<title>AppSuite:OX Drive</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25870"/>
		<updated>2021-04-19T07:20:58Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: /* Enabling the Finder Extension on macOS */ Clarified the difference between opening an item in the App Suite and locally (which does not require the Finder extension).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source of http://oxpedia.org/wiki/index.php?title=AppSuite:OX_Drive&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= OX Drive =&lt;br /&gt;
&lt;br /&gt;
In OX App Suite, Open-Xchange provides a cloud storage called OX Drive. It provides file- and folder synchronization across multiple devices in the simplest way for the end user, fully optimized for each device type. This article explains how to set up the server-side components for OX Drive, as well as details about the app setup.&lt;br /&gt;
&lt;br /&gt;
== Key features ==&lt;br /&gt;
&lt;br /&gt;
* Native Apps for Windows, macOS, iOS and Android&lt;br /&gt;
* Easy and attractive upsell properties (e.g. Upsell based on Quota limitations)&lt;br /&gt;
* Apps are specially designed for the devices they run on taking into account limitations such as battery life, screen limitations, bandwidth etc.&lt;br /&gt;
* Controlled synchronization of files across devices&lt;br /&gt;
* Storage management (e.g. quota control, upload limits)&lt;br /&gt;
* Connection type recognition and adaptation (e.g. Wi-Fi, cell network)&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
&lt;br /&gt;
OX Drive is a combination of two components:&lt;br /&gt;
* OX Drive in OX App Suite&lt;br /&gt;
* OX Drive Apps (optional native apps for synchronization)&lt;br /&gt;
&lt;br /&gt;
OX Drive is available as native app for the following operating systems:&lt;br /&gt;
* OX Drive for Windows&lt;br /&gt;
* OX Drive for macOS&lt;br /&gt;
* OX Drive for iOS&lt;br /&gt;
* OX Drive for Android&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
You will find the requirements under [[AppSuite:OX_System_Requirements#OX_Drive_for_Clients|OX Drive App and Platform Requirements]]&lt;br /&gt;
&lt;br /&gt;
= Server-side Installation and Configuration =&lt;br /&gt;
&lt;br /&gt;
This chapter describes how the backend components of OX Drive are installed and configured on the server.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange Server v7.10.5 and above (''open-xchange-core'')&lt;br /&gt;
* Grizzly HTTP connector (''open-xchange-grizzly''), see [[AppSuite:Grizzly]] for details, with ''Comet'' support enabled in ''grizzly.properties''&lt;br /&gt;
* Valid Push-Certificates / API keys for cloud-based notifications, see configuration below&lt;br /&gt;
* Enabled Hazelcast for inter-OX-communication, see [[AppSuite:Running_a_cluster]] for details&lt;br /&gt;
&lt;br /&gt;
== Available packages ==&lt;br /&gt;
&lt;br /&gt;
Open-Xchange Drive is available with the following backend packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive'' - The main server components for OX Drive&lt;br /&gt;
* ''open-xchange-drive-comet'' - Provides the Push interface via long-polling for the desktop apps&lt;br /&gt;
* ''open-xchange-drive-help-*'' - Online help in various languages for the OX Drive applications (these were called ''open-xchange-appsuite-help-drive-*'' in versions earlier than Open-Xchange Server v7.6.2)&lt;br /&gt;
* ''open-xchange-drive-restricted'' - Restricted components, including prerequisites for cloud-based push notifications&lt;br /&gt;
&lt;br /&gt;
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.&lt;br /&gt;
&lt;br /&gt;
=== OX Drive for Windows ===&lt;br /&gt;
&lt;br /&gt;
Additionally OX Drive for Windows can be provided to users by installing additional packages.&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows is able to update itself and can be downloaded from the Web UI directly via the [[AppSuite:Client_Onboarding|App Onboarding Wizard]]. Therefore the wizard must be installed and configured for OX Drive users. Besides the client onboarding feature you need the following packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive-client-windows'' - The main server component to provide the app&lt;br /&gt;
* ''open-xchange-drive-client-windows-generic'' - The package providing the final binary files to be installed on users machines.&lt;br /&gt;
&lt;br /&gt;
To make the app download available via the app onboarding wizard, you need to enable the according scenario. Edit ''/opt/open-xchange/etc/client-onboarding-scenarios.yml'' and get to the ''drivewindowsclientinstall'' section, where you have to set the ''enabled'' property to ''true''.&lt;br /&gt;
&lt;br /&gt;
[[File:Drive_Update.png|500px|thumb|left|Drive Update Info]]&lt;br /&gt;
&lt;br /&gt;
===== Custom branded apps =====&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows can be purchased with a custom theming. In such cases, the according binary files need to be installed on the middleware servers. Instead of the ''open-xchange-drive-client-windows-generic'' package, a package containing the branded binaries will be provided as ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' and needs to be installed. You MUST then set the property ''com.openexchange.drive.update.branding'' in ''/opt/open-xchange/etc/drive-client-windows.properties'' to ''&amp;lt;brand-name&amp;gt;'' accordingly.&lt;br /&gt;
&lt;br /&gt;
It is also possible to provide multiple brands of the app via the same OX App Suite deployment, multiple ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' packages can be installed in parallel. Which brand is available for a certain user is determined by the ''com.openexchange.drive.update.branding'' property, which can be overwritten via [[ConfigCascade|Config Cascade]] therefore.&lt;br /&gt;
&lt;br /&gt;
App brands can be managed via command line tools. The tool ''/opt/open-xchange/sbin/listdriveclients'' lists all installed brands. After updating a certain brand by installing a newer package version or installing an additional one, no server restart is necessary. Instead ''/opt/open-xchange/sbin/reloaddriveclients'' can be executed to refresh the internal server state.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Redhat Enterprise Linux 7 or CentOS 7 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange yum configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|backend}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|drive-help}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ yum update&lt;br /&gt;
 $ yum install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 9.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 10.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OX Server Edition / App Suite for UCS ===&lt;br /&gt;
&lt;br /&gt;
If you have purchased the OX Server Edition / App Suite for UCS, the OX Drive is part of the offering and after the installation/update available. The necessary package for push, is available with a valid license and can be installed via the Univention App Center.&lt;br /&gt;
&lt;br /&gt;
* The new license is already registered at the LDB after purchase.&lt;br /&gt;
* Log on at the Univention Management Console (UMC)&lt;br /&gt;
* Make sure, that the correct LDB account has been selected in the UMC module &amp;quot;OX License Management&amp;quot;&lt;br /&gt;
* Click on &amp;quot;App Center&amp;quot; at the UMC und switch to the tab &amp;quot;Repository Settings&amp;quot;&lt;br /&gt;
* Within the component list, select &amp;quot;Open-Xchange Drive&amp;quot; and press the &amp;quot;Install&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The following gives an overview about the most important settings to enable file synchronization via OX Drive, especially when it comes to real-time Push notifications for the apps.&lt;br /&gt;
&lt;br /&gt;
All settings regarding the OX Drive backend component are located in the configuration file ''drive.properties''. The default configuration should be sufficient for a basic &amp;quot;up-and-running&amp;quot; setup (with the exception of defining the Push certificates and API keys for cloud-based app notifications, see next chapters). Please refer to the inline documentation of the configuration file for more advanced options. &lt;br /&gt;
&lt;br /&gt;
Most properties located in configuration file ''drive.properties'' are now config-cascade aware. Therefore all settings can be set per user, per contextSet or per context. If there is no configuration per user, per contextSet or per context, the configuration in ''drive.properties'' will still be used as server-wide fallback.&lt;br /&gt;
&lt;br /&gt;
When installing from scratch, the configuration file ''drive.properties'' is no longer shipped, as the default values are used. For more details, find an overview of configurable settings [https://documentation.open-xchange.com/7.10.5/middleware/administration.html here].&lt;br /&gt;
&lt;br /&gt;
If no Push certificates and API keys are defined but cloud-based app notifications are enabled, the Push certificates and API keys from package ''open-xchange-drive-restricted'' are used as fallback, if this package is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Firebase Cloud Messaging (FCM) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for Android devices is able to receive Push notifications from the Open-Xchange Server via [https://firebase.google.com/docs/cloud-messaging/ Firebase Cloud Messaging (FCM)]. To issue those Push messages, the backend needs to be provided with a suitable API key for the corresponding Android app application. The API key is included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; Android app. Alternatively, the key can be specified directly in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the API key of the server application. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.gcm.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.gcm.key=&lt;br /&gt;
&lt;br /&gt;
Push via FCM can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Google&lt;br /&gt;
 # Firebase Cloud Messaging (FCM) service. This requires a valid configuration for the &lt;br /&gt;
 # FCM API key, see options below. Defaults to &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.gcm.enabled=true&lt;br /&gt;
&lt;br /&gt;
Please note that push via FCM needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Apple Push Notification service (APNs) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for iOS and macOS devices is able to receive Push notifications from the Open-Xchange Server via [http://developer.apple.com/library/IOS/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html Apple Push Notification service (APNs)]. To issue those Push messages, the backend needs to be provided with a suitable keystore container file (PKCS #12) containing the APNs certificate and keys. Note that the macOS desktop app and the iOS mobile app are served separately with different certificates, so that both needs to be configured independently. The required certificates are already included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; iOS and macOS applications. Therefore no additional configuration is needed. Alternatively, an external certificate can be specified directly in the ''drive.properties'' configuration file (the following only shows the setup for iOS). First, the path to the PKCS #12 container file needs to be specified at:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the path to the local keystore file (PKCS #12) containing the APNS &lt;br /&gt;
 # certificate and keys for the iOS application, e.g. &lt;br /&gt;
 # &amp;quot;/opt/open-xchange/etc/drive-apns.p12&amp;quot;. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.keystore=&lt;br /&gt;
&lt;br /&gt;
This file is opened by the backend using the password as supplied via: &lt;br /&gt;
 &lt;br /&gt;
 # Specifies the password used when creating the referenced keystore containing&lt;br /&gt;
 # the certificate of the iOS application. Note that blank or null passwords &lt;br /&gt;
 # are in violation of the PKCS #12 specifications. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.password=&lt;br /&gt;
&lt;br /&gt;
Configuration also allows to switch between development and production environments, however, this setting should be ''true'' normally:&lt;br /&gt;
&lt;br /&gt;
 # Indicates which APNS service is used when sending push notifications to iOS&lt;br /&gt;
 # devices. A value of &amp;quot;true&amp;quot; will use the production service, a value of &lt;br /&gt;
 # &amp;quot;false&amp;quot; the sandbox service. Defaults to &amp;quot;true&amp;quot;.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.production=true&lt;br /&gt;
&lt;br /&gt;
The OX backend contacts the APNs servers from time to time to get informed about apps no longer reachable apps where the applications was uninstalled. The interval can be defined with the following setting: &lt;br /&gt;
&lt;br /&gt;
 # Configures the interval between queries to the APN feedback service for the&lt;br /&gt;
 # subscribed iOS devices. The value can be defined using units of measurement: &lt;br /&gt;
 # &amp;quot;D&amp;quot; (=days), &amp;quot;W&amp;quot; (=weeks) and &amp;quot;H&amp;quot; (=hours). Defaults to &amp;quot;1D&amp;quot; (one day). &lt;br /&gt;
 # Leaving this parameter empty disables the feedback queries on this node. &lt;br /&gt;
 # Since each received feedback is processed cluster-wide, only one node in the &lt;br /&gt;
 # cluster should be enabled here. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.feedbackQueryInterval=1D&lt;br /&gt;
&lt;br /&gt;
Please note that if you have multiple backend nodes in the cluster, it's recommended that only one node is configured to contact the feedback query service. Finally, Push notifications via APN for iOS can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Apple Push&lt;br /&gt;
 # Notification service (APNS) for macOS devices. This requires a valid &lt;br /&gt;
 # configuration for the APNS certificate and keys, see either options below, &lt;br /&gt;
 # or install the restricted components packages for drive. Defaults to &lt;br /&gt;
 # &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.enabled=false&lt;br /&gt;
&lt;br /&gt;
As stated above, configuration for Push notifications via APN for the macOS desktop application is configured similarly, the relevant options are prefixed with ''com.openexchange.drive.events.apn.macos''. Please also note that push via APNS needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Further Configuration ===&lt;br /&gt;
&lt;br /&gt;
* The backend component of OX Drive supplies the apps with various hyperlinks, e.g. deep-links to files and folders in the groupware webinterface or an URL to the online help. In order to point to the suitable web interface, please ensure that the correct UI web path is configured via ''com.openexchange.UIWebPath'' located in ''server.properties''.&lt;br /&gt;
* As already mentioned above, the backend relies on the [https://grizzly.java.net/comet.html Comet] component of the Grizzly http connector for sending push notifications to the desktop apps. Therefore, ''com.openexchange.http.grizzly.hasCometEnabled'' needs to be set to ''true'' in ''grizzly.properties''.&lt;br /&gt;
&lt;br /&gt;
= Enabling OX Drive for Users =&lt;br /&gt;
&lt;br /&gt;
OX Drive is enabled for all users that have the capability ''com.openexchange.capability.drive''. Please note that users need to have the ''infostore'' permission set to use drive. So the users that have ''drive'' enabled must be a subset of those users with ''infostore'' permission. Since 7.6.0 we enforce this via the default configuration. You can also enable this cabaility globally with the following setting in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables the &amp;quot;drive&amp;quot; module capability globally. The capability&lt;br /&gt;
 # can also be set more fine-grained via config cascade. Per default it is only&lt;br /&gt;
 # enabled for users that have the &amp;quot;infostore&amp;quot; permission set. This is configured&lt;br /&gt;
 # in /opt/open-xchange/etc/contextSets/drive.yml.&lt;br /&gt;
 com.openexchange.capability.drive=false&lt;br /&gt;
&lt;br /&gt;
More details about capabilities can be found at [[AppSuite:Capabilities]]. Furthermore, this capability can be defined in a more granular way using the Config Cascade as described at [[ConfigCascade]].&lt;br /&gt;
&lt;br /&gt;
= Installation of the Apps =&lt;br /&gt;
&lt;br /&gt;
== Installation of macOS Desktop App ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive for macOS is provided via the Mac App Store:&lt;br /&gt;
&lt;br /&gt;
* https://itunes.apple.com/app/ox-drive/id818195014?mt=12&lt;br /&gt;
&lt;br /&gt;
=== Enabling the Finder Extension on macOS ===&lt;br /&gt;
&lt;br /&gt;
In order to be able to open or share documents in the App Suite from Finder you need to enable the Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
How to enable the Drive Finder Extension on macOS:&lt;br /&gt;
# Open the System Preferences.&lt;br /&gt;
# In the System Preferences window select Extensions.&lt;br /&gt;
# In the Extensions window select Finder.&lt;br /&gt;
# Enable Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
== Installation of Windows Desktop App ==&lt;br /&gt;
&lt;br /&gt;
See [[AppSuite:OX_Drive#OX_Drive_for_Windows|OX Drive for Windows]].&lt;br /&gt;
&lt;br /&gt;
== Installation of Mobile Apps ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive App is available via the different App Stores:&lt;br /&gt;
&lt;br /&gt;
* iOS: https://itunes.apple.com/app/ox-drive/id798570177?mt=8&lt;br /&gt;
&lt;br /&gt;
* Android: https://play.google.com/store/apps/details?id=com.openexchange.drive.vanilla&lt;br /&gt;
&lt;br /&gt;
== App Configuration and Deployment ==&lt;br /&gt;
&lt;br /&gt;
The user needs to enter the server URL and provide his username and password to log in. Afterwards, app-specific synchronisation settings may be configured. More information is available in the online documentation which is accessible from within the app.&lt;br /&gt;
&lt;br /&gt;
After the initial synchronization is completed, all further changes are synchronized instantly across all devices.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Version v7.10.3 of the OX App Suite introduced optional multifactor authentication, see   https://documentation.open-xchange.com/7.10.3/middleware/security_and_encryption/multifactor_authentication.html. &lt;br /&gt;
The OX Drive apps do not support this yet. If activated on the server, you will not be able to connect with the apps anymore.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- = FAQ =&lt;br /&gt;
&lt;br /&gt;
You will find it under [https://oxpedia.org/wiki/index.php?title=Product_FAQ]. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25867</id>
		<title>AppSuite:OX Drive</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25867"/>
		<updated>2021-04-19T07:18:07Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: /* Installation of macOS Desktop App */ It is called &amp;quot;Mac App Store&amp;quot; (distinct service), not to be confused with the iOS &amp;quot;App Store&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source of http://oxpedia.org/wiki/index.php?title=AppSuite:OX_Drive&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= OX Drive =&lt;br /&gt;
&lt;br /&gt;
In OX App Suite, Open-Xchange provides a cloud storage called OX Drive. It provides file- and folder synchronization across multiple devices in the simplest way for the end user, fully optimized for each device type. This article explains how to set up the server-side components for OX Drive, as well as details about the app setup.&lt;br /&gt;
&lt;br /&gt;
== Key features ==&lt;br /&gt;
&lt;br /&gt;
* Native Apps for Windows, macOS, iOS and Android&lt;br /&gt;
* Easy and attractive upsell properties (e.g. Upsell based on Quota limitations)&lt;br /&gt;
* Apps are specially designed for the devices they run on taking into account limitations such as battery life, screen limitations, bandwidth etc.&lt;br /&gt;
* Controlled synchronization of files across devices&lt;br /&gt;
* Storage management (e.g. quota control, upload limits)&lt;br /&gt;
* Connection type recognition and adaptation (e.g. Wi-Fi, cell network)&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
&lt;br /&gt;
OX Drive is a combination of two components:&lt;br /&gt;
* OX Drive in OX App Suite&lt;br /&gt;
* OX Drive Apps (optional native apps for synchronization)&lt;br /&gt;
&lt;br /&gt;
OX Drive is available as native app for the following operating systems:&lt;br /&gt;
* OX Drive for Windows&lt;br /&gt;
* OX Drive for macOS&lt;br /&gt;
* OX Drive for iOS&lt;br /&gt;
* OX Drive for Android&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
You will find the requirements under [[AppSuite:OX_System_Requirements#OX_Drive_for_Clients|OX Drive App and Platform Requirements]]&lt;br /&gt;
&lt;br /&gt;
= Server-side Installation and Configuration =&lt;br /&gt;
&lt;br /&gt;
This chapter describes how the backend components of OX Drive are installed and configured on the server.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange Server v7.10.5 and above (''open-xchange-core'')&lt;br /&gt;
* Grizzly HTTP connector (''open-xchange-grizzly''), see [[AppSuite:Grizzly]] for details, with ''Comet'' support enabled in ''grizzly.properties''&lt;br /&gt;
* Valid Push-Certificates / API keys for cloud-based notifications, see configuration below&lt;br /&gt;
* Enabled Hazelcast for inter-OX-communication, see [[AppSuite:Running_a_cluster]] for details&lt;br /&gt;
&lt;br /&gt;
== Available packages ==&lt;br /&gt;
&lt;br /&gt;
Open-Xchange Drive is available with the following backend packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive'' - The main server components for OX Drive&lt;br /&gt;
* ''open-xchange-drive-comet'' - Provides the Push interface via long-polling for the desktop apps&lt;br /&gt;
* ''open-xchange-drive-help-*'' - Online help in various languages for the OX Drive applications (these were called ''open-xchange-appsuite-help-drive-*'' in versions earlier than Open-Xchange Server v7.6.2)&lt;br /&gt;
* ''open-xchange-drive-restricted'' - Restricted components, including prerequisites for cloud-based push notifications&lt;br /&gt;
&lt;br /&gt;
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.&lt;br /&gt;
&lt;br /&gt;
=== OX Drive for Windows ===&lt;br /&gt;
&lt;br /&gt;
Additionally OX Drive for Windows can be provided to users by installing additional packages.&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows is able to update itself and can be downloaded from the Web UI directly via the [[AppSuite:Client_Onboarding|App Onboarding Wizard]]. Therefore the wizard must be installed and configured for OX Drive users. Besides the client onboarding feature you need the following packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive-client-windows'' - The main server component to provide the app&lt;br /&gt;
* ''open-xchange-drive-client-windows-generic'' - The package providing the final binary files to be installed on users machines.&lt;br /&gt;
&lt;br /&gt;
To make the app download available via the app onboarding wizard, you need to enable the according scenario. Edit ''/opt/open-xchange/etc/client-onboarding-scenarios.yml'' and get to the ''drivewindowsclientinstall'' section, where you have to set the ''enabled'' property to ''true''.&lt;br /&gt;
&lt;br /&gt;
[[File:Drive_Update.png|500px|thumb|left|Drive Update Info]]&lt;br /&gt;
&lt;br /&gt;
===== Custom branded apps =====&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows can be purchased with a custom theming. In such cases, the according binary files need to be installed on the middleware servers. Instead of the ''open-xchange-drive-client-windows-generic'' package, a package containing the branded binaries will be provided as ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' and needs to be installed. You MUST then set the property ''com.openexchange.drive.update.branding'' in ''/opt/open-xchange/etc/drive-client-windows.properties'' to ''&amp;lt;brand-name&amp;gt;'' accordingly.&lt;br /&gt;
&lt;br /&gt;
It is also possible to provide multiple brands of the app via the same OX App Suite deployment, multiple ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' packages can be installed in parallel. Which brand is available for a certain user is determined by the ''com.openexchange.drive.update.branding'' property, which can be overwritten via [[ConfigCascade|Config Cascade]] therefore.&lt;br /&gt;
&lt;br /&gt;
App brands can be managed via command line tools. The tool ''/opt/open-xchange/sbin/listdriveclients'' lists all installed brands. After updating a certain brand by installing a newer package version or installing an additional one, no server restart is necessary. Instead ''/opt/open-xchange/sbin/reloaddriveclients'' can be executed to refresh the internal server state.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Redhat Enterprise Linux 7 or CentOS 7 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange yum configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|backend}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|drive-help}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ yum update&lt;br /&gt;
 $ yum install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 9.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 10.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OX Server Edition / App Suite for UCS ===&lt;br /&gt;
&lt;br /&gt;
If you have purchased the OX Server Edition / App Suite for UCS, the OX Drive is part of the offering and after the installation/update available. The necessary package for push, is available with a valid license and can be installed via the Univention App Center.&lt;br /&gt;
&lt;br /&gt;
* The new license is already registered at the LDB after purchase.&lt;br /&gt;
* Log on at the Univention Management Console (UMC)&lt;br /&gt;
* Make sure, that the correct LDB account has been selected in the UMC module &amp;quot;OX License Management&amp;quot;&lt;br /&gt;
* Click on &amp;quot;App Center&amp;quot; at the UMC und switch to the tab &amp;quot;Repository Settings&amp;quot;&lt;br /&gt;
* Within the component list, select &amp;quot;Open-Xchange Drive&amp;quot; and press the &amp;quot;Install&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The following gives an overview about the most important settings to enable file synchronization via OX Drive, especially when it comes to real-time Push notifications for the apps.&lt;br /&gt;
&lt;br /&gt;
All settings regarding the OX Drive backend component are located in the configuration file ''drive.properties''. The default configuration should be sufficient for a basic &amp;quot;up-and-running&amp;quot; setup (with the exception of defining the Push certificates and API keys for cloud-based app notifications, see next chapters). Please refer to the inline documentation of the configuration file for more advanced options. &lt;br /&gt;
&lt;br /&gt;
Most properties located in configuration file ''drive.properties'' are now config-cascade aware. Therefore all settings can be set per user, per contextSet or per context. If there is no configuration per user, per contextSet or per context, the configuration in ''drive.properties'' will still be used as server-wide fallback.&lt;br /&gt;
&lt;br /&gt;
When installing from scratch, the configuration file ''drive.properties'' is no longer shipped, as the default values are used. For more details, find an overview of configurable settings [https://documentation.open-xchange.com/7.10.5/middleware/administration.html here].&lt;br /&gt;
&lt;br /&gt;
If no Push certificates and API keys are defined but cloud-based app notifications are enabled, the Push certificates and API keys from package ''open-xchange-drive-restricted'' are used as fallback, if this package is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Firebase Cloud Messaging (FCM) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for Android devices is able to receive Push notifications from the Open-Xchange Server via [https://firebase.google.com/docs/cloud-messaging/ Firebase Cloud Messaging (FCM)]. To issue those Push messages, the backend needs to be provided with a suitable API key for the corresponding Android app application. The API key is included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; Android app. Alternatively, the key can be specified directly in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the API key of the server application. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.gcm.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.gcm.key=&lt;br /&gt;
&lt;br /&gt;
Push via FCM can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Google&lt;br /&gt;
 # Firebase Cloud Messaging (FCM) service. This requires a valid configuration for the &lt;br /&gt;
 # FCM API key, see options below. Defaults to &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.gcm.enabled=true&lt;br /&gt;
&lt;br /&gt;
Please note that push via FCM needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Apple Push Notification service (APNs) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for iOS and macOS devices is able to receive Push notifications from the Open-Xchange Server via [http://developer.apple.com/library/IOS/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html Apple Push Notification service (APNs)]. To issue those Push messages, the backend needs to be provided with a suitable keystore container file (PKCS #12) containing the APNs certificate and keys. Note that the macOS desktop app and the iOS mobile app are served separately with different certificates, so that both needs to be configured independently. The required certificates are already included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; iOS and macOS applications. Therefore no additional configuration is needed. Alternatively, an external certificate can be specified directly in the ''drive.properties'' configuration file (the following only shows the setup for iOS). First, the path to the PKCS #12 container file needs to be specified at:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the path to the local keystore file (PKCS #12) containing the APNS &lt;br /&gt;
 # certificate and keys for the iOS application, e.g. &lt;br /&gt;
 # &amp;quot;/opt/open-xchange/etc/drive-apns.p12&amp;quot;. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.keystore=&lt;br /&gt;
&lt;br /&gt;
This file is opened by the backend using the password as supplied via: &lt;br /&gt;
 &lt;br /&gt;
 # Specifies the password used when creating the referenced keystore containing&lt;br /&gt;
 # the certificate of the iOS application. Note that blank or null passwords &lt;br /&gt;
 # are in violation of the PKCS #12 specifications. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.password=&lt;br /&gt;
&lt;br /&gt;
Configuration also allows to switch between development and production environments, however, this setting should be ''true'' normally:&lt;br /&gt;
&lt;br /&gt;
 # Indicates which APNS service is used when sending push notifications to iOS&lt;br /&gt;
 # devices. A value of &amp;quot;true&amp;quot; will use the production service, a value of &lt;br /&gt;
 # &amp;quot;false&amp;quot; the sandbox service. Defaults to &amp;quot;true&amp;quot;.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.production=true&lt;br /&gt;
&lt;br /&gt;
The OX backend contacts the APNs servers from time to time to get informed about apps no longer reachable apps where the applications was uninstalled. The interval can be defined with the following setting: &lt;br /&gt;
&lt;br /&gt;
 # Configures the interval between queries to the APN feedback service for the&lt;br /&gt;
 # subscribed iOS devices. The value can be defined using units of measurement: &lt;br /&gt;
 # &amp;quot;D&amp;quot; (=days), &amp;quot;W&amp;quot; (=weeks) and &amp;quot;H&amp;quot; (=hours). Defaults to &amp;quot;1D&amp;quot; (one day). &lt;br /&gt;
 # Leaving this parameter empty disables the feedback queries on this node. &lt;br /&gt;
 # Since each received feedback is processed cluster-wide, only one node in the &lt;br /&gt;
 # cluster should be enabled here. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.feedbackQueryInterval=1D&lt;br /&gt;
&lt;br /&gt;
Please note that if you have multiple backend nodes in the cluster, it's recommended that only one node is configured to contact the feedback query service. Finally, Push notifications via APN for iOS can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Apple Push&lt;br /&gt;
 # Notification service (APNS) for macOS devices. This requires a valid &lt;br /&gt;
 # configuration for the APNS certificate and keys, see either options below, &lt;br /&gt;
 # or install the restricted components packages for drive. Defaults to &lt;br /&gt;
 # &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.enabled=false&lt;br /&gt;
&lt;br /&gt;
As stated above, configuration for Push notifications via APN for the macOS desktop application is configured similarly, the relevant options are prefixed with ''com.openexchange.drive.events.apn.macos''. Please also note that push via APNS needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Further Configuration ===&lt;br /&gt;
&lt;br /&gt;
* The backend component of OX Drive supplies the apps with various hyperlinks, e.g. deep-links to files and folders in the groupware webinterface or an URL to the online help. In order to point to the suitable web interface, please ensure that the correct UI web path is configured via ''com.openexchange.UIWebPath'' located in ''server.properties''.&lt;br /&gt;
* As already mentioned above, the backend relies on the [https://grizzly.java.net/comet.html Comet] component of the Grizzly http connector for sending push notifications to the desktop apps. Therefore, ''com.openexchange.http.grizzly.hasCometEnabled'' needs to be set to ''true'' in ''grizzly.properties''.&lt;br /&gt;
&lt;br /&gt;
= Enabling OX Drive for Users =&lt;br /&gt;
&lt;br /&gt;
OX Drive is enabled for all users that have the capability ''com.openexchange.capability.drive''. Please note that users need to have the ''infostore'' permission set to use drive. So the users that have ''drive'' enabled must be a subset of those users with ''infostore'' permission. Since 7.6.0 we enforce this via the default configuration. You can also enable this cabaility globally with the following setting in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables the &amp;quot;drive&amp;quot; module capability globally. The capability&lt;br /&gt;
 # can also be set more fine-grained via config cascade. Per default it is only&lt;br /&gt;
 # enabled for users that have the &amp;quot;infostore&amp;quot; permission set. This is configured&lt;br /&gt;
 # in /opt/open-xchange/etc/contextSets/drive.yml.&lt;br /&gt;
 com.openexchange.capability.drive=false&lt;br /&gt;
&lt;br /&gt;
More details about capabilities can be found at [[AppSuite:Capabilities]]. Furthermore, this capability can be defined in a more granular way using the Config Cascade as described at [[ConfigCascade]].&lt;br /&gt;
&lt;br /&gt;
= Installation of the Apps =&lt;br /&gt;
&lt;br /&gt;
== Installation of macOS Desktop App ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive for macOS is provided via the Mac App Store:&lt;br /&gt;
&lt;br /&gt;
* https://itunes.apple.com/app/ox-drive/id818195014?mt=12&lt;br /&gt;
&lt;br /&gt;
=== Enabling the Finder Extension on macOS ===&lt;br /&gt;
&lt;br /&gt;
In order to be able to use the Finder to open documents or share objects on macOS, you need to enable the Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
How to enable the Drive Finder Extension on macOS:&lt;br /&gt;
# Open the System Preferences.&lt;br /&gt;
# In the System Preferences window select Extensions.&lt;br /&gt;
# In the Extensions window select Finder.&lt;br /&gt;
# Enable Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
== Installation of Windows Desktop App ==&lt;br /&gt;
&lt;br /&gt;
See [[AppSuite:OX_Drive#OX_Drive_for_Windows|OX Drive for Windows]].&lt;br /&gt;
&lt;br /&gt;
== Installation of Mobile Apps ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive App is available via the different App Stores:&lt;br /&gt;
&lt;br /&gt;
* iOS: https://itunes.apple.com/app/ox-drive/id798570177?mt=8&lt;br /&gt;
&lt;br /&gt;
* Android: https://play.google.com/store/apps/details?id=com.openexchange.drive.vanilla&lt;br /&gt;
&lt;br /&gt;
== App Configuration and Deployment ==&lt;br /&gt;
&lt;br /&gt;
The user needs to enter the server URL and provide his username and password to log in. Afterwards, app-specific synchronisation settings may be configured. More information is available in the online documentation which is accessible from within the app.&lt;br /&gt;
&lt;br /&gt;
After the initial synchronization is completed, all further changes are synchronized instantly across all devices.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Version v7.10.3 of the OX App Suite introduced optional multifactor authentication, see   https://documentation.open-xchange.com/7.10.3/middleware/security_and_encryption/multifactor_authentication.html. &lt;br /&gt;
The OX Drive apps do not support this yet. If activated on the server, you will not be able to connect with the apps anymore.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- = FAQ =&lt;br /&gt;
&lt;br /&gt;
You will find it under [https://oxpedia.org/wiki/index.php?title=Product_FAQ]. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25864</id>
		<title>AppSuite:OX Drive</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:OX_Drive&amp;diff=25864"/>
		<updated>2021-04-19T07:16:50Z</updated>

		<summary type="html">&lt;p&gt;Peter.horn: Corrected macOS references to the official writing style.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source of http://oxpedia.org/wiki/index.php?title=AppSuite:OX_Drive&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= OX Drive =&lt;br /&gt;
&lt;br /&gt;
In OX App Suite, Open-Xchange provides a cloud storage called OX Drive. It provides file- and folder synchronization across multiple devices in the simplest way for the end user, fully optimized for each device type. This article explains how to set up the server-side components for OX Drive, as well as details about the app setup.&lt;br /&gt;
&lt;br /&gt;
== Key features ==&lt;br /&gt;
&lt;br /&gt;
* Native Apps for Windows, macOS, iOS and Android&lt;br /&gt;
* Easy and attractive upsell properties (e.g. Upsell based on Quota limitations)&lt;br /&gt;
* Apps are specially designed for the devices they run on taking into account limitations such as battery life, screen limitations, bandwidth etc.&lt;br /&gt;
* Controlled synchronization of files across devices&lt;br /&gt;
* Storage management (e.g. quota control, upload limits)&lt;br /&gt;
* Connection type recognition and adaptation (e.g. Wi-Fi, cell network)&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
&lt;br /&gt;
OX Drive is a combination of two components:&lt;br /&gt;
* OX Drive in OX App Suite&lt;br /&gt;
* OX Drive Apps (optional native apps for synchronization)&lt;br /&gt;
&lt;br /&gt;
OX Drive is available as native app for the following operating systems:&lt;br /&gt;
* OX Drive for Windows&lt;br /&gt;
* OX Drive for macOS&lt;br /&gt;
* OX Drive for iOS&lt;br /&gt;
* OX Drive for Android&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
You will find the requirements under [[AppSuite:OX_System_Requirements#OX_Drive_for_Clients|OX Drive App and Platform Requirements]]&lt;br /&gt;
&lt;br /&gt;
= Server-side Installation and Configuration =&lt;br /&gt;
&lt;br /&gt;
This chapter describes how the backend components of OX Drive are installed and configured on the server.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* Open-Xchange Server v7.10.5 and above (''open-xchange-core'')&lt;br /&gt;
* Grizzly HTTP connector (''open-xchange-grizzly''), see [[AppSuite:Grizzly]] for details, with ''Comet'' support enabled in ''grizzly.properties''&lt;br /&gt;
* Valid Push-Certificates / API keys for cloud-based notifications, see configuration below&lt;br /&gt;
* Enabled Hazelcast for inter-OX-communication, see [[AppSuite:Running_a_cluster]] for details&lt;br /&gt;
&lt;br /&gt;
== Available packages ==&lt;br /&gt;
&lt;br /&gt;
Open-Xchange Drive is available with the following backend packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive'' - The main server components for OX Drive&lt;br /&gt;
* ''open-xchange-drive-comet'' - Provides the Push interface via long-polling for the desktop apps&lt;br /&gt;
* ''open-xchange-drive-help-*'' - Online help in various languages for the OX Drive applications (these were called ''open-xchange-appsuite-help-drive-*'' in versions earlier than Open-Xchange Server v7.6.2)&lt;br /&gt;
* ''open-xchange-drive-restricted'' - Restricted components, including prerequisites for cloud-based push notifications&lt;br /&gt;
&lt;br /&gt;
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.&lt;br /&gt;
&lt;br /&gt;
=== OX Drive for Windows ===&lt;br /&gt;
&lt;br /&gt;
Additionally OX Drive for Windows can be provided to users by installing additional packages.&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows is able to update itself and can be downloaded from the Web UI directly via the [[AppSuite:Client_Onboarding|App Onboarding Wizard]]. Therefore the wizard must be installed and configured for OX Drive users. Besides the client onboarding feature you need the following packages:&lt;br /&gt;
&lt;br /&gt;
* ''open-xchange-drive-client-windows'' - The main server component to provide the app&lt;br /&gt;
* ''open-xchange-drive-client-windows-generic'' - The package providing the final binary files to be installed on users machines.&lt;br /&gt;
&lt;br /&gt;
To make the app download available via the app onboarding wizard, you need to enable the according scenario. Edit ''/opt/open-xchange/etc/client-onboarding-scenarios.yml'' and get to the ''drivewindowsclientinstall'' section, where you have to set the ''enabled'' property to ''true''.&lt;br /&gt;
&lt;br /&gt;
[[File:Drive_Update.png|500px|thumb|left|Drive Update Info]]&lt;br /&gt;
&lt;br /&gt;
===== Custom branded apps =====&lt;br /&gt;
&lt;br /&gt;
OX Drive for Windows can be purchased with a custom theming. In such cases, the according binary files need to be installed on the middleware servers. Instead of the ''open-xchange-drive-client-windows-generic'' package, a package containing the branded binaries will be provided as ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' and needs to be installed. You MUST then set the property ''com.openexchange.drive.update.branding'' in ''/opt/open-xchange/etc/drive-client-windows.properties'' to ''&amp;lt;brand-name&amp;gt;'' accordingly.&lt;br /&gt;
&lt;br /&gt;
It is also possible to provide multiple brands of the app via the same OX App Suite deployment, multiple ''open-xchange-drive-client-windows-&amp;lt;brand-name&amp;gt;'' packages can be installed in parallel. Which brand is available for a certain user is determined by the ''com.openexchange.drive.update.branding'' property, which can be overwritten via [[ConfigCascade|Config Cascade]] therefore.&lt;br /&gt;
&lt;br /&gt;
App brands can be managed via command line tools. The tool ''/opt/open-xchange/sbin/listdriveclients'' lists all installed brands. After updating a certain brand by installing a newer package version or installing an additional one, no server restart is necessary. Instead ''/opt/open-xchange/sbin/reloaddriveclients'' can be executed to refresh the internal server state.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Redhat Enterprise Linux 7 or CentOS 7 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange yum configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|backend}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|drive-help}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=rhelname|pc2v=RHEL7|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ yum update&lt;br /&gt;
 $ yum install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 9.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
=== Debian GNU/Linux 10.0 ===&lt;br /&gt;
&lt;br /&gt;
If not already done, add the following repositories to your Open-Xchange apt configuration:&lt;br /&gt;
&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|backend}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|drive-help}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|backend/updates|drive|updater}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-help/updates}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/drive/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive-client-windows}}&lt;br /&gt;
 {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/appsuite/stable|pc2n=debianname|pc2v=DebianBuster|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|drive}}&lt;br /&gt;
and run&lt;br /&gt;
&lt;br /&gt;
 $ apt-get update&lt;br /&gt;
 $ apt-get install open-xchange-drive open-xchange-drive-comet open-xchange-drive-restricted open-xchange-drive-client-windows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OX Server Edition / App Suite for UCS ===&lt;br /&gt;
&lt;br /&gt;
If you have purchased the OX Server Edition / App Suite for UCS, the OX Drive is part of the offering and after the installation/update available. The necessary package for push, is available with a valid license and can be installed via the Univention App Center.&lt;br /&gt;
&lt;br /&gt;
* The new license is already registered at the LDB after purchase.&lt;br /&gt;
* Log on at the Univention Management Console (UMC)&lt;br /&gt;
* Make sure, that the correct LDB account has been selected in the UMC module &amp;quot;OX License Management&amp;quot;&lt;br /&gt;
* Click on &amp;quot;App Center&amp;quot; at the UMC und switch to the tab &amp;quot;Repository Settings&amp;quot;&lt;br /&gt;
* Within the component list, select &amp;quot;Open-Xchange Drive&amp;quot; and press the &amp;quot;Install&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The following gives an overview about the most important settings to enable file synchronization via OX Drive, especially when it comes to real-time Push notifications for the apps.&lt;br /&gt;
&lt;br /&gt;
All settings regarding the OX Drive backend component are located in the configuration file ''drive.properties''. The default configuration should be sufficient for a basic &amp;quot;up-and-running&amp;quot; setup (with the exception of defining the Push certificates and API keys for cloud-based app notifications, see next chapters). Please refer to the inline documentation of the configuration file for more advanced options. &lt;br /&gt;
&lt;br /&gt;
Most properties located in configuration file ''drive.properties'' are now config-cascade aware. Therefore all settings can be set per user, per contextSet or per context. If there is no configuration per user, per contextSet or per context, the configuration in ''drive.properties'' will still be used as server-wide fallback.&lt;br /&gt;
&lt;br /&gt;
When installing from scratch, the configuration file ''drive.properties'' is no longer shipped, as the default values are used. For more details, find an overview of configurable settings [https://documentation.open-xchange.com/7.10.5/middleware/administration.html here].&lt;br /&gt;
&lt;br /&gt;
If no Push certificates and API keys are defined but cloud-based app notifications are enabled, the Push certificates and API keys from package ''open-xchange-drive-restricted'' are used as fallback, if this package is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Firebase Cloud Messaging (FCM) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for Android devices is able to receive Push notifications from the Open-Xchange Server via [https://firebase.google.com/docs/cloud-messaging/ Firebase Cloud Messaging (FCM)]. To issue those Push messages, the backend needs to be provided with a suitable API key for the corresponding Android app application. The API key is included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; Android app. Alternatively, the key can be specified directly in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the API key of the server application. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.gcm.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.gcm.key=&lt;br /&gt;
&lt;br /&gt;
Push via FCM can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Google&lt;br /&gt;
 # Firebase Cloud Messaging (FCM) service. This requires a valid configuration for the &lt;br /&gt;
 # FCM API key, see options below. Defaults to &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.gcm.enabled=true&lt;br /&gt;
&lt;br /&gt;
Please note that push via FCM needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Push via Apple Push Notification service (APNs) ===&lt;br /&gt;
&lt;br /&gt;
The OX Drive application for iOS and macOS devices is able to receive Push notifications from the Open-Xchange Server via [http://developer.apple.com/library/IOS/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html Apple Push Notification service (APNs)]. To issue those Push messages, the backend needs to be provided with a suitable keystore container file (PKCS #12) containing the APNs certificate and keys. Note that the macOS desktop app and the iOS mobile app are served separately with different certificates, so that both needs to be configured independently. The required certificates are already included in the restricted components installation package ''open-xchange-drive-restricted'' for the &amp;quot;vanilla&amp;quot; iOS and macOS applications. Therefore no additional configuration is needed. Alternatively, an external certificate can be specified directly in the ''drive.properties'' configuration file (the following only shows the setup for iOS). First, the path to the PKCS #12 container file needs to be specified at:&lt;br /&gt;
&lt;br /&gt;
 # Specifies the path to the local keystore file (PKCS #12) containing the APNS &lt;br /&gt;
 # certificate and keys for the iOS application, e.g. &lt;br /&gt;
 # &amp;quot;/opt/open-xchange/etc/drive-apns.p12&amp;quot;. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.keystore=&lt;br /&gt;
&lt;br /&gt;
This file is opened by the backend using the password as supplied via: &lt;br /&gt;
 &lt;br /&gt;
 # Specifies the password used when creating the referenced keystore containing&lt;br /&gt;
 # the certificate of the iOS application. Note that blank or null passwords &lt;br /&gt;
 # are in violation of the PKCS #12 specifications. Required if &lt;br /&gt;
 # &amp;quot;com.openexchange.drive.events.apn.enabled&amp;quot; is &amp;quot;true&amp;quot; and the package &lt;br /&gt;
 # containing the restricted drive components is not installed.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.password=&lt;br /&gt;
&lt;br /&gt;
Configuration also allows to switch between development and production environments, however, this setting should be ''true'' normally:&lt;br /&gt;
&lt;br /&gt;
 # Indicates which APNS service is used when sending push notifications to iOS&lt;br /&gt;
 # devices. A value of &amp;quot;true&amp;quot; will use the production service, a value of &lt;br /&gt;
 # &amp;quot;false&amp;quot; the sandbox service. Defaults to &amp;quot;true&amp;quot;.&lt;br /&gt;
 com.openexchange.drive.events.apn.ios.production=true&lt;br /&gt;
&lt;br /&gt;
The OX backend contacts the APNs servers from time to time to get informed about apps no longer reachable apps where the applications was uninstalled. The interval can be defined with the following setting: &lt;br /&gt;
&lt;br /&gt;
 # Configures the interval between queries to the APN feedback service for the&lt;br /&gt;
 # subscribed iOS devices. The value can be defined using units of measurement: &lt;br /&gt;
 # &amp;quot;D&amp;quot; (=days), &amp;quot;W&amp;quot; (=weeks) and &amp;quot;H&amp;quot; (=hours). Defaults to &amp;quot;1D&amp;quot; (one day). &lt;br /&gt;
 # Leaving this parameter empty disables the feedback queries on this node. &lt;br /&gt;
 # Since each received feedback is processed cluster-wide, only one node in the &lt;br /&gt;
 # cluster should be enabled here. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.feedbackQueryInterval=1D&lt;br /&gt;
&lt;br /&gt;
Please note that if you have multiple backend nodes in the cluster, it's recommended that only one node is configured to contact the feedback query service. Finally, Push notifications via APN for iOS can be enabled via:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables push event notifications to apps using the Apple Push&lt;br /&gt;
 # Notification service (APNS) for macOS devices. This requires a valid &lt;br /&gt;
 # configuration for the APNS certificate and keys, see either options below, &lt;br /&gt;
 # or install the restricted components packages for drive. Defaults to &lt;br /&gt;
 # &amp;quot;false&amp;quot;. &lt;br /&gt;
 com.openexchange.drive.events.apn.ios.enabled=false&lt;br /&gt;
&lt;br /&gt;
As stated above, configuration for Push notifications via APN for the macOS desktop application is configured similarly, the relevant options are prefixed with ''com.openexchange.drive.events.apn.macos''. Please also note that push via APNS needs to be enabled explicitly - also if ''open-xchange-drive-restricted'' is installed.&lt;br /&gt;
&lt;br /&gt;
=== Further Configuration ===&lt;br /&gt;
&lt;br /&gt;
* The backend component of OX Drive supplies the apps with various hyperlinks, e.g. deep-links to files and folders in the groupware webinterface or an URL to the online help. In order to point to the suitable web interface, please ensure that the correct UI web path is configured via ''com.openexchange.UIWebPath'' located in ''server.properties''.&lt;br /&gt;
* As already mentioned above, the backend relies on the [https://grizzly.java.net/comet.html Comet] component of the Grizzly http connector for sending push notifications to the desktop apps. Therefore, ''com.openexchange.http.grizzly.hasCometEnabled'' needs to be set to ''true'' in ''grizzly.properties''.&lt;br /&gt;
&lt;br /&gt;
= Enabling OX Drive for Users =&lt;br /&gt;
&lt;br /&gt;
OX Drive is enabled for all users that have the capability ''com.openexchange.capability.drive''. Please note that users need to have the ''infostore'' permission set to use drive. So the users that have ''drive'' enabled must be a subset of those users with ''infostore'' permission. Since 7.6.0 we enforce this via the default configuration. You can also enable this cabaility globally with the following setting in the ''drive.properties'' configuration file:&lt;br /&gt;
&lt;br /&gt;
 # Enables or disables the &amp;quot;drive&amp;quot; module capability globally. The capability&lt;br /&gt;
 # can also be set more fine-grained via config cascade. Per default it is only&lt;br /&gt;
 # enabled for users that have the &amp;quot;infostore&amp;quot; permission set. This is configured&lt;br /&gt;
 # in /opt/open-xchange/etc/contextSets/drive.yml.&lt;br /&gt;
 com.openexchange.capability.drive=false&lt;br /&gt;
&lt;br /&gt;
More details about capabilities can be found at [[AppSuite:Capabilities]]. Furthermore, this capability can be defined in a more granular way using the Config Cascade as described at [[ConfigCascade]].&lt;br /&gt;
&lt;br /&gt;
= Installation of the Apps =&lt;br /&gt;
&lt;br /&gt;
== Installation of macOS Desktop App ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive for macOS is provided via the Apple App Store:&lt;br /&gt;
&lt;br /&gt;
* https://itunes.apple.com/app/ox-drive/id818195014?mt=12&lt;br /&gt;
&lt;br /&gt;
=== Enabling the Finder Extension on macOS ===&lt;br /&gt;
&lt;br /&gt;
In order to be able to use the Finder to open documents or share objects on macOS, you need to enable the Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
How to enable the Drive Finder Extension on macOS:&lt;br /&gt;
# Open the System Preferences.&lt;br /&gt;
# In the System Preferences window select Extensions.&lt;br /&gt;
# In the Extensions window select Finder.&lt;br /&gt;
# Enable Drive Finder Extension.&lt;br /&gt;
&lt;br /&gt;
== Installation of Windows Desktop App ==&lt;br /&gt;
&lt;br /&gt;
See [[AppSuite:OX_Drive#OX_Drive_for_Windows|OX Drive for Windows]].&lt;br /&gt;
&lt;br /&gt;
== Installation of Mobile Apps ==&lt;br /&gt;
&lt;br /&gt;
The OX Drive App is available via the different App Stores:&lt;br /&gt;
&lt;br /&gt;
* iOS: https://itunes.apple.com/app/ox-drive/id798570177?mt=8&lt;br /&gt;
&lt;br /&gt;
* Android: https://play.google.com/store/apps/details?id=com.openexchange.drive.vanilla&lt;br /&gt;
&lt;br /&gt;
== App Configuration and Deployment ==&lt;br /&gt;
&lt;br /&gt;
The user needs to enter the server URL and provide his username and password to log in. Afterwards, app-specific synchronisation settings may be configured. More information is available in the online documentation which is accessible from within the app.&lt;br /&gt;
&lt;br /&gt;
After the initial synchronization is completed, all further changes are synchronized instantly across all devices.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Version v7.10.3 of the OX App Suite introduced optional multifactor authentication, see   https://documentation.open-xchange.com/7.10.3/middleware/security_and_encryption/multifactor_authentication.html. &lt;br /&gt;
The OX Drive apps do not support this yet. If activated on the server, you will not be able to connect with the apps anymore.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- = FAQ =&lt;br /&gt;
&lt;br /&gt;
You will find it under [https://oxpedia.org/wiki/index.php?title=Product_FAQ]. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter.horn</name></author>
	</entry>
</feed>