Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

21 total results found

Installer 2022-08.01 fails to pull element web into the cluster

EMS Knowledge Base

Issue After running the setup, the element web pod is stuck in ImagePullBackoff Environment Element Enterprise Installer 2022-08.01 Resolution It is necessary to uncomment the following variables in secrets.yml : dockerhub_username: dockerhub_token: If...

Starting and Stopping ESS Services

Element Server Suite Classic Documentat... Administration

Stopping a component To stop a component, such as Synapse, it is necessary to stop the operator : kubectl scale deploy/element-operator-controller-manager -n operator-onprem --replicas 0 Once the operator is stopped, you can delete the Synapse resource to rem...

ESS
LTS 24.04
Archived

Auditbot crashloops due OneTimeKey conflicts

EMS Knowledge Base

Issue Auditbot crashloops due OneTimeKey conflicts. You see logs such as One time key signed_curve25519:AAAAAAAAAAA already exists Environment ESS 24.04 and more Resolution #!/bin/bash SERVER_NAME=<server name> URL='https://<synapse fqdn>/_matrix/client/v3/ke...

Setting up ESS Pro Helm Chart

Element Server Suite Pro

Getting started This readme is primarily aimed as a simple walkthrough to setup ESS Pro. Users experienced with Helm and Kubernetes can refer directly to the chart README in element's charts. Resource requirements The quick setup relies on K3s. It requires at ...

Advanced

Element Server Suite Pro

Advanced setup Contents Values documentation Using a dedicated PostgreSQL database Configuring the storage path when using k3s Monitoring Components Configuration Configuring Element Web Configuring Synapse Configuring Matrix Authentication Ser...

Maintenance

Element Server Suite Pro

Maintenance Contents Upgrading Backup & restore Backup Restore Upgrading In order to upgrade your deployment, you should: Read the release notes of the new version and check if there are any breaking changes. The changelog is available on element ...

Bridging

Element Server Suite Pro Advanced Identity Management

Bridging directories Bridges' job is to turn the contents of an external data directory into a data structure that can then be then constructed on the Matrix server by the Provisioner. See State representation for the details description of the data structure ...

Overview

Element Server Suite Pro Advanced Identity Management

Advanced Identity Management allows you to represent your organization's structure within Matrix and Element: creating a space for all its members, maintaining their membership in rooms and subspaces, managing power levels and more. It is composed of two main ...

Provisioning

Element Server Suite Pro Advanced Identity Management

Provisioning The role of the provisioner is to take the expected state representation produced by Bridges and ensure that the server state matches these expectations. The provisioner will try to do as little as possible to go from the existing to the desired s...

Usage Scenarios

Element Server Suite Pro Advanced Identity Management

Usage Scenarios With LDAP bridge as an example data source. Onboarding User logs in to Element, either using OpenID or with a user+password with LDAP integration User automatically gets invited to spaces matching their LDAP Organizational Unit memberships, wh...

Room Cleanup

Element Server Suite Pro Advanced Identity Management

Room cleanup After each provisioning cycle, Advanced Identity Management will clean up the rooms and spaces that it no longer needs to manage. Spaces in Matrix are still rooms, but we treat them a little differently during the cleanup, matching their distinct ...

Space Mapping

Element Server Suite Pro Advanced Identity Management

This mechanism allows us to configure spaces that Advanced Identity Management will maintain. Configuration We define each space giving it a name (which will be displayed in Element), a unique ID (which allows Advanced Identity Management to track the Space ev...

User Deletion

Element Server Suite Pro Advanced Identity Management

When user are no longer desired on the AIM-managed server, they fall under the user deletion flow described here. Deletion criteria They are considered no longer desired if they are present in the root space of the organization, but they're not on the list of ...

Setting up Advanced Identity Management

Element Server Suite Pro

See how to download example files from the helm chart here. Configuration For a quick setup using the default settings, see the minimal fragment from charts/matrix-stack/ci/fragments/advanced-identity-management-minimal.yaml. Configuring a postgresql database ...

Overview of ESS Pro

Element Server Suite Pro

List of features available in ESS Pro List components and their features Our recommendations

Configuring Synapse

Element Server Suite Pro Configuring Components

See how to download example files from the helm chart here. Configuration For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/synapse-minimal.yaml. Configuring a postgresql database If you want to ...

Configuring Matrix Authentication Service

Element Server Suite Pro Configuring Components

See how to download example files from the helm chart here. Configuration For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/matrix-authentication-service-minimal.yaml. Using Element Web ingress I...

Configuring Matrix RTC

Element Server Suite Pro Configuring Components

See how to download example files from the helm chart here. Configuration For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/matrix-rtc-minimal.yaml. Credentials Credentials are generated if possi...

Configuring Element Web

Element Server Suite Pro Configuring Components

See how to download example files from the helm chart here. Configuration For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/element-web-minimal.yaml. Additional configuration Additional Element W...

Configuring Authentication

Element Server Suite Pro Configuring Components

See how to download example files from the helm chart here. Overview The chart components authentication is managed by the top-level key authentication. The configuration is similar if you use standalone Synapse (legacy authentication) or if you enable Matrix ...