Advanced Search
Search Results
270 total results found
Installation of Core Components
Integrations
Advanced Configuration
Need help doing something more advanced? See guides for Helm Chart installs, Synapse Workers and more!
Administration
Migrating? Automate your deployment? Configuring Backups? Guides for Administrators here!
Support and Troubleshooting
Admin Bot
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...
Audit Bot
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...
Add Email to Your Account
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...
Change Account Password
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...
Submit Debug Logs
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 ...
Set up 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 ...
Check Status
Go to Element Security & Privacy settings Expand the Advanced section Look for All keys backed up
Export and Import E2E Room Keys
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...
Reset 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 ...
Verify new Login
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...
Deutsch: Nutzung der eigenen Domain mit EMS
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...
Installer fails on enabling addons
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
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
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!
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
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
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
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
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'
Issue The installer fails with this error message: TASK [microk8s : convert from list to dict] *******************************************************************************************************************************************************************...