Advanced Search
Search Results
119 total results found
Setting Up Well Known Delegation
Well Known Delegation Configuration From the Installer's Integrations page, click "Install" under "Well-Known Delegation". Add any client configuration here: A sample client configuration might look like: { "im.vector.riot.jitsi": { "preferredDo...
Setting Up Hydrogen
Configuring Hydrogen From the Installer's Integrations page, click "Install" under "Hydrogen". For the hydrogen.yml presented by the installer, edit the file and ensure the following values are set: hydrogen_fqdn is the FQDN that will be used for accessing h...
Documentation Covering Installers From 2022.10.01 to 2023.02.01
element-on-premise-documentation.pdf
Documentation Covering Installer 2023-02.02 CLI Only.
element-on-premise-documentation (2).pdf
Migration from self-hosted to ESS On-Premise
Notes Migrate from self hosted to Element Starter / ESS On-Premise Preparation This section outlines what you should do ahead of the migration in order to ensure the migration goes as quickly as possible and without issues. At the latest 48 hours before your ...
Preparing Element Server Suite PoC
Please reach out our Element Sales Team if you want to run a Proof of Concept for Element Server Suite. Note This guide is for running Proof of Concepts. We don't aim to show every feature here, we want to get you up and running most quickly. This guide is foc...
Removing Legacy Integrations
Today, if you remove a Yaml integration's config, its components will not be removed from the cluster automatically. You will also need to manually remove the custom resources from the Kubernetes cluster. Removing Monitoring stack You need to delete first the ...
Kubernetes Installations - Quick Start
For testing and evaluation purposes - Element cannot guarantee production readiness with these sample configurations. Requires Helm installed locally Deploying PostgreSQL to Kubernetes If you do not have a database present, it is possible to deploy PostgreSQL ...
Configuring Synapse workers
From the Installer's Synapse page, scroll down to Synapse workers view. Click on Add Workers You have to select a Worker Type. Here are the workers which can be useful to you : Pushers : If you experience slowness with notifications sending to clients Clien...
Setting up Delegated Authentication with LDAP on Windows AD
In the installer, set the following fields: Base: the distinguished name of the root level Org Unit in your LDAP directory. The distinguished name can be displayed by selecting View/Advanced Features in the Active Directory console and then, right-clicking ...
Setting up Delegated Authentication with OpenID on Microsoft Azure
Before setting up the installer, you have to configure Microsoft Azure Active Directory. Set up Microsoft Azure Active Directory You need to create an App registration. You have to select Redirect URI (optional) and set it to https://matrix.your-domain.com/_s...
Setting up Delegated Authentication with OpenID on Microsoft AD FS
Install Microsoft AD FS Before starting the installation, make sure: your Windows computer name is correct since you won't be able to change it after having installed AD FS you configured your server with a static IP address your server joined a domain and y...
Documentation Covering Installers from 2023-03.01 to 2023-05.04
element-on-premise-documentation.pdf
Setting up Sliding Sync
Introduction to Sliding Sync Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of th...
Getting Started with the Enterprise Helm Charts
Introduction This document will walk you through how to get started with our Element Server Suite Helm Charts. These charts are provided to be used in environments which typically deploy applications by helm charts. If you are unfamiliar with helm charts, we'd...
How to run a Webserver on Standalone Deployments
This guide is does not come with support by Element. It is not part of the Element Server Suite (ESS) product. Use at your own risk. Remember you are responsible of maintaining this software stack yourself. Some config options require a web content to be serve...
Automating ESS Deployment
The .element-enterprise-server Directory When you first run the installer binary, it will create a directory in your home folder, ~/.element-enterprise-server. This is where you'll find everything the installer uses / generates as part of the installation incl...
Notifications, MDM & Push Gateway
The stock Android and iOS Apps will use an Element owned Push Gateway to send Notification via the Apple or Google Notifiction Services. The URL of our push gateway is https://matrix.org/_matrix/push/v1/notify The apps will on startup register with the Google ...
Setting up Element Call
Introduction Element Call is Element's next generation of video calling, set to replace Jitsi in the future. Element Call is currently an experimental feature so please use it accordingly; it is not expected to replace Jitsi yet. How to set up Element Call Req...
Kubernetes : namespace-scoped deployments
Prepare the cluster - Admin side Installing the Helm Chart Repositories The first step is to start on a machine with helm v3 installed and configured with your kubernetes cluster and pull down the two charts that you will need. First, let's add the element-upd...