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

270 total results found

Installation of Core Components

Classic Element Server Suite Documentat...

ESS
LTS 24.10

Integrations

Classic Element Server Suite Documentat...

ESS
LTS 24.10

Advanced Configuration

Classic Element Server Suite Documentat...

Need help doing something more advanced? See guides for Helm Chart installs, Synapse Workers and more!

ESS
LTS 24.10

Administration

Classic Element Server Suite Documentat...

Migrating? Automate your deployment? Configuring Backups? Guides for Administrators here!

ESS
LTS 24.10

Support and Troubleshooting

Classic Element Server Suite Documentat...

ESS
LTS 24.10

Admin Bot

Element Cloud Documentation Integrations

Matrix brings lots of possibilities for collaboration through federation of different homeservers. This calls for moderation tools which consider the decentral power levels of Matrix rooms. Admin Bot is only available on homeservers with the Element Enterprise...

EMS

Audit Bot

Element Cloud Documentation Integrations

Audit Bot is for compliance with the law or your organization's guidelines. This service account allows you to read every conversation on your server, including encrypted conversations. Audit Bot is only available on homeservers with the Element Enterprise Clo...

EMS

Add Email to Your Account

Element Cloud Documentation Element

Go to Element All settings Enter your email address and click Add When you get this message, check your email Click the link in the email. Make sure it opens in another tab/window, leaving your Element client where it is When you get this message...

EMS

Change Account Password

Element Cloud Documentation Element

Resetting the account password will log out all your sessions. Before doing this, make sure that all your sessions are connected to key backup, all sessions have backed up all their keys. See Check Cross Signing Status, and you have your correct key backup pa...

EMS

Submit Debug Logs

Element Cloud Documentation Element

Search for other issues of the same problem on Element Web and Desktop: https://github.com/element-hq/element-web/issues Element iOS: https://github.com/element-hq/element-ios/issues Element Android: https://github.com/element-hq/element-android/issues ...

EMS

Set up Cross Signing

Element Cloud Documentation Cross Signing

On first login to a new account Sign up or log in Click Generate a Security Key or Enter a Security Phrase. Then click Continue Take note of your key, then click Continue If you did not set it up on first login, or if you did not get asked If you do ...

EMS

Check Status

Element Cloud Documentation Cross Signing

Go to Element Security & Privacy settings Expand the Advanced section Look for All keys backed up

EMS

Export and Import E2E Room Keys

Element Cloud Documentation Cross Signing

Element Web and Desktop Export Go to Element Security & Privacy settings Click Export E2E room keys Enter a secure passphrase and click Export Choose to save the file Select a directory on your computer Import Go to Element Security & Privac...

EMS

Reset Cross Signing

Element Cloud Documentation Cross Signing

Only do this if you have forgotten or lost your cross signing backup passphrase. Please read through the entire document before starting to make sure you understand the consequences of doing this. If you have an active session If you DO NOT have an active ...

EMS

Verify new Login

Element Cloud Documentation Cross Signing

When you log in to a new device/session, you must verify the login and connect it to cross signing and secret storage to access your backed up encryption keys for historical messages. This assumes you already have configured cross signing, see Set up Cross Sig...

EMS

Deutsch: Nutzung der eigenen Domain mit EMS

Element Cloud Documentation Non-English

Matrix ist ein Chat-Protokoll, mit dem Nutzer*innen auf verschiedenen Servern miteinander chatten können. Deshalb ist, wie bei E-Mail-Adressen, der Server fester Bestandteil einer jeden Nutzer-Adresse: @jennifer:unternehmen.de. Nach dem @-Zeichen folgt der Ben...

EMS

Installer fails on enabling addons

EMS Knowledge Base

Issue The installer is stating that it's failed and I'm seeing messages like: skipping: [localhost] => (item=host-access) changed: [localhost] => (item=ingress) FAILED - RETRYING: [localhost]: enable addons (3 retries left). FAILED - RETRYING: [localhost]: en...

I can't upload files after updating to 0.6.1

EMS Knowledge Base

Issue Can no longer upload files after upgrading my PoC environment to 0.6.1. Environment Ubuntu 20.04 Element Enterprise Installer 0.6.1 Resolution To resolve this issue, recursively change the permissions of the directory configured in parameters.yml as ...

After upgrading to 1.0.0, postgres-0 is in CrashLoopBackOff state

EMS Knowledge Base

Issue I upgraded my environment from 0.6.1 to 1.0.0 and now postgres-0 is in CrashLoopBackOff state: [user@element2 element-enterprise-installer-1.0.0]$ kubectl get pods -n element-onprem ... postgres-0 0/1 CrashLoopBackO...

After an install, I only have the postgres-0 pod!

EMS Knowledge Base

Issue After installing Element On-Premise, I only have a postgres-0 in the element-onprem namespace: [user@element element-enterprise-installer-1.0.0]$ kubectl get pods -n element-onprem NAME READY STATUS RESTARTS AGE postgres-0 1/1 Runn...

Getting a 502 Bad Gateway Error When Accessing Element Web

EMS Knowledge Base

Issue We are getting a 502 Bad Gateway Error from nginx when accessing Element Web. Environment Element Enterprise Installer 1.0.0 Red Hat Enterprise Linux 8.5 Resolution Allow access to ports 80 and 443 and enable masquerading in the firewall: sudo fire...

I'd like to turn off federation

EMS Knowledge Base

Issue Need to turn off federation, which is on by default. Environment Element On-Premise Installer Resolution Add an empty federation_domain_whitelist. To do this, add the following in a .yml file in the Synapse config folder: federation_domain_whitelist...

url.js:354 error starting dimension

EMS Knowledge Base

Issue I'm getting the following error trying to start dimension: Starting matrix-dimension url.js:354 this.auth = decodeURIComponent(rest.slice(0, atSign)); ^ URIError: URI malformed at decodeURIComponent (<anonymous>) at Url...

Can't connect to local registry 127.0.0.1:32000

EMS Knowledge Base

Issue Getting a connection refused when trying to upload images to the local registtry. "msg": "non-zero return code", "rc": 1, "start": "2022-05-26 10:37:08.441849", "stderr": "Error: Get \"https://localhost:32000/v2/\": dial tcp [::1]:32000...

Installer fails with AnsibleUnsafeText object has no attribute 'addons'

EMS Knowledge Base

Issue The installer fails with this error message: TASK [microk8s : convert from list to dict] *******************************************************************************************************************************************************************...