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

356 total results found

Migrating from Self-Hosted to ESS

Element Server Suite Classic Documentat... Administration

This document is currently work-in-progress and might not be accurate. Please speak with your Element contact if you have any questions. Preparation This section outlines what you should do ahead of the migration in order to ensure the migration goes as quickl...

ESS
LTS 24.10

Using the Admin Console

Element Server Suite Classic Documentat... Administration

AKA the Installer GUI, a quick overview of the Configure and Admin tabs and the sections within.                                                       Opening the Admin Console First, let’s get started by logging into the admin console. To do this, make sure...

ESS
LTS 24.10

Using the Admin Tab

Element Server Suite Classic Documentat... Administration

Users Section By default the users section will display all active user accounts present on your homeserver, listing their Matrix ID followed by their Display Name and whether the user is a Synapse Admin. Navigating Users will be displayed in a list, defaulti...

ESS
LTS 24.10

Guidance on High Availability

Element Server Suite Classic Documentat... Administration

ESS makes use of Kubernetes for deployment so most guidiance on high-availability is tied directly with general Kubernetes guidance on high availability. Kubernetes Essential Links Options for Highly Available Topology Creating Highly Available Clusters wi...

ESS
LTS 24.10

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.10

Support

Element Server Suite Classic Documentat... Support and Troubleshooting

What's supported and how to get in touch!                                                       Getting in touch Need some help? Simply log in to your EMS Control Panel with the EMS Account associated with your Element Server Suite Enterprise subscription. T...

ESS
LTS 24.10

ESS LTS 24.10 Change Logs and Upgrade Notes

Element Server Suite Classic Documentat...

LTS 24.10 Changelogs and important Update Notes, always check here before upgrading!                   Upgrade Notes for the 24.10 LTS If you plan on upgrading to this LTS we always recommend upgrading to the latest patch version of your current LTS and then...

ESS
LTS 24.10

Troubleshooting

🗃️ Element Server Suite Classic Documen... Support and Troubleshooting

Introduction to Troubleshooting Troubleshooting the Element Installer comes down to knowing a little bit about kubernetes and how to check the status of the various resources. This guide will walk you through some of the initial steps that you'll want to take ...

ESS
LTS 24.04
Archived

Troubleshooting

Element Server Suite Classic Documentat... Support and Troubleshooting

Introduction to Troubleshooting Troubleshooting the Element Installer comes down to knowing a little bit about kubernetes and how to check the status of the various resources. This guide will walk you through some of the initial steps that you'll want to take ...

ESS
LTS 24.10

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...

Authentication Configuration Examples

Element Server Suite Classic Documentat... Administration

Authentication configuration examples for LDAP, OpenID on Azure and SAML.                                                       Provided below are some configuration examples covering how you can set up various types of Delegated Authentication. For a more d...

Setting up Hookshot without E2EE support in encrypted rooms

Element Support Bridges

If your Hookshot instance does not have E2EE support enabled but you still want to add it to an encrypted room, you can do this with a couple of caveats: You cannot send commands to Hookshot in the room as Hookshot cannot read any messages in the room Any m...

Calculate monthly active users

Element Server Suite Classic Documentat... Administration

Take great care when modifying and running queries in your database. Ensure you understand what the queries do and double check that your query is correct. Incorrect queries can cause irrecoverable data loss. We recommend you familiarize yourself ...

Adding a Trust & Safety Contact

Element Cloud Documentation Element Matrix Services

Click Your Account and Manage Servers or click this link https://ems.element.io/user/hosting. Click the Hosts tab. Add an email address to the Trust and Safety contact field and click Save at the bottom. This contact should be a user with access to respond t...

Attachments

EMS Knowledge Base

Getting Browser Network and Console Logs

Element Support

To troubleshoot some issues, logs from your browsers' Network and Console tabs will be requested, please see the steps below to pull those logs. 🔧 Accessing Developer Tools Press F12 or Ctrl+Shift+I (Windows/Linux) Or Cmd+Option+I (Mac) Alternatively: Right-c...

Updating a Jitsi-only Deployment

EMS Knowledge Base

Preparing to upgrade Download the .bin file and copy it onto the Jitsi ESS deployment element users' home directory (with the others) Use chmod +x ./element-installer-enterprise-edition-jitsi-cors-fix.bin to make the binary executable Make a backup of yo...

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 ...