<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to login to Matrix as admin]]></title><description><![CDATA[<p dir="auto">How do you login to Matrix/Synapse as an admin? Where is the login panel?</p>
<ol>
<li>Install Matrix</li>
<li>Install Element</li>
<li>Using Element, create an account using your Cloudron credentials</li>
<li>Make an existing user an administrator...</li>
</ol>
<p dir="auto">This 4th step is the tricky one. The documentation explains how to do it:<br />
Open a terminal and run the following command:</p>
<pre><code>PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} -c "UPDATE users SET admin=1 WHERE name='@user:example.com'"
</code></pre>
<p dir="auto">However, some of this command needs to be edited by the user, I think, and this editing should be mentioned in the documentation.</p>
<p dir="auto">If you do edit the command to use your own username, for example:</p>
<pre><code>@LoudLemur:exemplary.com
</code></pre>
<p dir="auto">and then run it</p>
<pre><code>PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} -c "UPDATE users SET admin=1 WHERE name='@LoudLemur:exemplary.com'"
</code></pre>
<p dir="auto">You would expect to be able to visit the matrix/synapse page and find a login panel. There isn't one to be seen. Perhaps you are just meant to login to Element as the user you just made an admin, but where do you find the Synapse section?</p>
]]></description><link>https://forum.cloudron.io/topic/9459/how-to-login-to-matrix-as-admin</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 03:20:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9459.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Jun 2023 17:26:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to login to Matrix as admin on Thu, 22 Jun 2023 11:26:25 GMT]]></title><description><![CDATA[<p dir="auto">I clarified in <a href="https://docs.cloudron.io/apps/synapse/#admin" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/synapse/#admin</a> that there is no admin UI</p>
]]></description><link>https://forum.cloudron.io/post/68755</link><guid isPermaLink="true">https://forum.cloudron.io/post/68755</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 22 Jun 2023 11:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to login to Matrix as admin on Thu, 22 Jun 2023 11:06:07 GMT]]></title><description><![CDATA[<p dir="auto">Per <a href="https://github.com/matrix-org/synapse/issues/2032" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/matrix-org/synapse/issues/2032</a> and <a href="https://github.com/matrix-org/synapse/issues/11932" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/matrix-org/synapse/issues/11932</a> the upstream project has no plans to ship an admin UI. I will add a note in the docs about this.</p>
]]></description><link>https://forum.cloudron.io/post/68753</link><guid isPermaLink="true">https://forum.cloudron.io/post/68753</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 22 Jun 2023 11:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to login to Matrix as admin on Wed, 21 Jun 2023 17:55:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> You can install a static webapp to a Surfer instance to manage your matrix synapse server. Source -&gt; <a href="https://github.com/Awesome-Technologies/synapse-admin" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Awesome-Technologies/synapse-admin</a></p>
]]></description><link>https://forum.cloudron.io/post/68716</link><guid isPermaLink="true">https://forum.cloudron.io/post/68716</guid><dc:creator><![CDATA[Kubernetes]]></dc:creator><pubDate>Wed, 21 Jun 2023 17:55:31 GMT</pubDate></item></channel></rss>