Requirements and Recommendations
What do you need to get started, covering hardware, software and your environment.
Software
To obtain our software, you will need an EMS Account and associated Element Server Suite subscription.
Then simply access the Downloads page, and download the version you wish to install. It is strongly recommended to download the latest LTS version, you can ensure you are looking at LTS only releases by ensuring Show LTS Only
is enabled:
Operating System
The installer binary requires a Linux OS to run, supported platforms inlude:
-
Ubuntu.
- Ubuntu Server 20.04
-
Enterprise Linux. RHEL, CentOS Stream, etc.
- Enterprise Linux 8
- Enterprise Linux 9
For installation in Standalone mode, i.e. onto the host itself, only the above OS's are supported, otherwise for an installation into a Kubernetes environment, make sure you have a Kubernetes platform deployed that you have access to from the host running the installer.
Hardware
In general, regardless of if you pick the standalone server or Kubernetes deployment, you will need a base level of hardware to support the application.
-
Open Federation.
Element recommends a minimum of 8 vCPUs/CPUs and 32GB ram for the host(s) running synapse pods. -
Closed Federation.
Element recommends a minimum of 6 vCPUs/CPUs and 16GB ram for the host(s) running synapse pods.
The values provided below are indicative and might vary a lot depending on your setup, the volume of federation traffic, active usage, bridged use-cases, integrations enabled, etc.
CPU & Memory
Synapse Homeserver
The installer comes with default installation profiles which configure workers depending on your setup. For each profile :
- CPU is the maximum cpu cores the Homeserver can request
- Memory is the average memory the Homeserver will require
Federation | ||||
---|---|---|---|---|
Closed | 2 2000 MiB RAM |
6 5650 MiB RAM |
10 8150 MiB RAM |
|
Limited | 2000 MiB RAM |
5650 MiB RAM |
8150 MiB RAM |
|
Open | 4500 MiB RAM |
8150 MiB RAM |
11650 MiB RAM |
PostgresSQL
Synapse Postgres Server
Synapse postgres server will require the following resources :
1 |
501 |
2501 |
||
---|---|---|---|---|
Closed | 4 GiB RAM |
12 GiB RAM |
16 GiB RAM |
|
Limited | 6 GiB RAM |
18 GiB RAM |
28 GiB RAM |
|
Open | 8 GiB RAM |
24 GiB RAM |
32 GiB RAM |
Operator & Updater
The Updater memory usage remains at 256Mi
. At least 1 CPU should be provisioned for the operator and the updater.
The Operator memory usage scales linearly with the number of integrations you deploy with ESS. It's memory usage will remain low, but might spike up to 256Mi x Nb Integrations
during deployment and configuration changes.
Volumes
Synapse Medias
The disk usage to expect after a year can be calculated using the following formula : average media size
x average number of media uploaded / day
x active users
x 365
.
Media retention can be configured with the configuration option in Synapse/Config/Data Retention of the installer.
Postgres DB size
The disk usage to expect after a year can be calculated using the following formula :
- If Federation is enabled,
active users
x0.9GB
. - If Federation is disabled or limited,
active users
x0.6GB
.
Environment
For each of the components you choose to deploy (excluding postgresql, groupsync and prometheus), you must provide a hostname on your network that meets this criteria:
- Fully resolvable to an IP address that is accessible from your clients.
- Signed PEM encoded certificates for the hostname in a crt/key pair. Certificates should be signed by an internet recognised authority, an internal to your company authority, or LetsEncrypt.
It is possible to deploy Element Enterprise On-Premise with self-signed certificates and without proper DNS in place, but this is not ideal as the mobile clients and federation do not work with self-signed certificates. Information on how to use self-signed certificates and hostname mappings instead of DNS can be found in How to Setup Local Host Resolution Without DNS
In addition to hostnames for each component, you will also need a hostname and PEM encoded certificate key/cert pair for your base domain. If we were deploying a domain called example.com
and wanted to deploy all of the software, we would have the following hostnames in our environment that needed to meet the above criteria:
-
Base Domain.
example.com -
Synapse.
matrix.example.com -
Element Web.
element.example.com -
Integration Manager.
integrator.example.com -
Admin Dashboard.
admin.example.com -
AdminBot.
adminbot.example.com -
AuditBot.
auditbot.example.com -
Hookshot.
hookshot.example.com -
Hydrogen.
hydrogen.example.com -
Jitsi.
jitsi.example.com -
Coturn.
coturn.example.com -
Element Call.
call.example.com -
SFU.
sfu.example.com -
Grafana.
grafana.example.com -
Telegram Bridge.
telegrambridge.example.com -
Teams Bridge.
teamsbridge.example.com
Wildcard certificates do work with our application and it would be possible to have a certificate that validated *.example.com and example.com for the above scenario. It is key to do both the base domain and the wildcard in the same certificate in order for this to work.
Further, if you want to do voice or video across network boundaries (ie: between people not on the same local network), you will need a TURN server. If you already have one, you do not have to set up coturn. If you do not already have a TURN server, you will want to set up coturn (our installer can do this for you) and if your server is behind NAT, you will need to have an external IP in order for coturn to work.
Airgapped Environments
An air-gapped environment is any environment in which the running hosts will not have access to the greater internet. As such these hosts will be unable to get access to the required software from Element and will also be unable to share telemetry data back with Element.
Your airgapped machine will still require access to airgapped linux repositories depending on your OS. If using Red Hat Enterprise Linux, you will also need access to the EPEL Repository in your airgapped environment.
If you are going to be installing into an airgapped environment, you will need a subscription including airgapped access and to then download the airgapped dependencies element-enterprise-installer-airgapped-<version>-gui.tar.gz
file, which is a ~6GB archive that will need to be transferred to your airgapped environment.
Extract the archive, using tar -xzvf element-enterprise-installer-airgapped-<version>-gui.tar.gz
so that you have an airgapped
directory. Once complete, your host will be successfully setup for airgapped and ready for when you need to point the installer to that directory during installation.
For Kubernetes deployments, please note that once the image upload has been done, you will need to copy the airgapped/images/images_digests.yml
file to the same path on the machine which will be used to render or deploy element services. Doing this, the new image digests will be used correctly in the kubernetes manifests used for deployment.