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

380 total results found

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

Troubleshooting

🗃️ Element Server Suite Classic Documen...

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 23.10
Archived

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

Using the Installer in an Air-Gapped Environment

🗃️ Element Server Suite Classic Documen...

Defining Air-Gapped Environments An air-gapped environment is any environment in which the running hosts will not have access to the greater internet. This proposes a situation in which these hosts are unable to get access to various needed bits of software fr...

ESS
LTS 23.10
Archived

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

How to Setup Local Host Resolution Without DNS

EMS Knowledge Base

Overview In an Element Enterprise On-Premise environment, hostnames must resolve to the appropriate IP addresses. If you have a proper DNS server with records for these hostnames in place, then you will be good to go. In the event that a DNS server is not avai...

Setting Up Jitsi and TURN With the Installer

🗃️ Element Server Suite Classic Documen... Integrations and Add-Ons

Configure the Installer to install Jitsi and TURN Prerequisites Firewall You will have to open the following ports to your microk8s host (or k8s cluster) to enable coturn and jitsi : For jitsi : 30301/tcp 30300/udp For coturn, allow the following ports :...

ESS
LTS 23.10
Archived

Token based registration

Element Cloud Documentation Element Matrix Services

Create a new registration token using the Synapse Admin API. Give this to your users. The registration flow looks like this: Enter username, password and email as normal. Click Register Enter the registration token and click Continue Continue registrat...

EMS

Introduction to Element Server Suite

🗃️ Element Server Suite Classic Documen...

What is Element Server Suite? Element Server Suite provides an enterprise-grade secure communications platform that can be run either on your own premise or in our Element Cloud. Element Server Suite includes the Element Matrix Server, which provides a host of...

ESS
LTS 23.10
Archived

Documentation covering v1 and installers prior to 2022-07.03

🗃️ Element Server Suite Classic Documen... Archived Documentation Repository

element-on-premise-documentation-july28-2022.pdf

ESS
LTS 23.10
Archived

Single Node Installations

🗃️ Element Server Suite Classic Documen...

Installing a Standalone Server Overview Our installer can handle the installation of environments in which only one server is available. This environment consists of a single server with a microk8s deployment in which we deploy our Element Server Suite to, res...

ESS
LTS 23.10
Archived

Using Self-Signed Certificates with mkcert

EMS Knowledge Base

Overview We do not recommend using self-signed certificates with Element Enterprise On-Premise, however, we recognize that there are times when self-signed certificates can be the fastest way forward for demo or PoC purposes. It is in this spirit that these di...

Configuring a microk8s Single Node Instance to Use a Network Proxy

EMS Knowledge Base

Overview If you are using the microk8s Single Node Installer and your site requires proxy access to get to the internet, making a few quick changes to your operating system configuration will enable our installer to access the resources it needs over the inter...