Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

May 13, 2026 ยท View on GitHub

Support room on Matrix donate REUSE status

Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

๐ŸŽฏ Purpose

This Ansible playbook is meant to help you run your own Matrix homeserver, along with the various services related to that.

That is, it lets you join the Matrix network using your own user ID like @alice:example.com, all hosted on your own server (see prerequisites).

We run all supported services in Docker containers (see the container images we use), which lets us have a predictable and up-to-date setup, across multiple supported distros (see prerequisites) and architectures (x86/amd64 being recommended).

Installation (upgrades) and some maintenance tasks are automated using Ansible (see our Ansible guide).

โ˜ Self-hosting or Managed / SaaS

This Ansible playbook tries to make self-hosting and maintaining a Matrix server fairly easy (see Getting started). Still, running any service smoothly requires knowledge, time and effort.

If you like the FOSS spirit of this Ansible playbook, but prefer to put the responsibility on someone else, you can also get a managed Matrix server from etke.cc (both hosting and on-premises) - a service built on top of this Ansible playbook but with additional components and services which all help you run a Matrix server with ease. Be advised that etke.cc operates on a subscription-based approach and there is no "just set up my server once and be done with it" option.

๐Ÿš€ Getting started

We have detailed documentation in the docs/ directory - see the Table of Contents in the documentation README.

While the list of supported services and documentation is very extensive, you don't need to read through everything. We recommend:

  • Starting with the basics. You can always add/remove or tweak services later on.

  • Following our installation guide. There are two guides available for beginners and advanced users:

    • โšก Quick start (for beginners): this is recommended for those who do not have an existing Matrix server and want to start quickly with "opinionated defaults".

    • Full installation guide (for advanced users): if you need to import an existing Matrix server's data into the new server or want to learn more while setting up the server, follow this guide by starting with the Prerequisites documentation page.

If you experience an issue on configuring the playbook, setting up your server, maintaining services on it, etc., please take a look at our FAQ. If you cannot find an answer to your question, feel free to ask for help and support.

โœ” Supported services

Using this playbook, you can get the following list of services configured on your server. Basically, this playbook aims to get you up-and-running with all the necessities around Matrix, without you having to do anything else.

Notes:

  • The list below is exhaustive. It includes optional or even some advanced components that you will most likely not need. Sticking with the defaults (which install a subset of the above components) is the best choice, especially for a new installation. You can always re-run the playbook later to add or remove components.

  • Deprecated or unmaintained services are not listed. You can find documentations for them here.

Homeserver

The homeserver is the backbone of your Matrix system. Choose one from the following list.

NameDefault?DescriptionDocumentation
Synapseโœ…Storing your data and managing your presence in the Matrix networkLink
ConduitโŒStoring your data and managing your presence in the Matrix network. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirementsLink
continuwuityโŒStoring your data and managing your presence in the Matrix network.Link
TuwunelโŒStoring your data and managing your presence in the Matrix network. Tuwunel is the official successor to conduwuit.Link
DendriteโŒStoring your data and managing your presence in the Matrix network. Dendrite is a second-generation Matrix homeserver written in Go, an alternative to Synapse.Link

Clients

Web clients for Matrix that you can host on your own domains.

NameDefault?DescriptionDocumentation
Element Webโœ…Default Matrix web client, configured to connect to your own Synapse serverLink
HydrogenโŒLightweight Matrix client with legacy and mobile browser supportLink
CinnyโŒSimple, elegant and secure web clientLink
SableโŒSimple, elegant and secure web clientLink
SchildiChat WebโŒBased on Element Web, with a more traditional instant messaging experienceLink
FluffyChat WebโŒThe cutest messenger in MatrixLink

Server Components

Services that run on the server to make the various parts of your installation work.

NameDefault?DescriptionDocumentation
PostgreSQLโœ…Database for Synapse. Using an external PostgreSQL server is also possible.Link
Traefikโœ…Web server, listening on ports 80, 443 and 8448 - standing in front of all the other services. Using your own webserver is also possible.Link
Let's Encryptโœ…Free SSL certificate, which secures the connection to all componentsLink
Eximโœ…Mail server, through which all Matrix services send outgoing email (can be configured to relay through another SMTP server)Link
coturnโŒSTUN/TURN server for WebRTC audio/video callsLink
ddclientโŒDynamic DNSLink
Matrix RTC stackโŒSupporting components (LiveKit Server and LiveKit JWT Service) for in-app audio/video calls for Matrix clientsLink

Authentication

Extend and modify how users are authenticated on your homeserver.

NameDefault?DescriptionDocumentation
matrix-synapse-rest-auth (advanced)โŒREST authentication password provider moduleLink
matrix-synapse-shared-secret-auth (advanced)โŒPassword provider moduleLink
matrix-synapse-ldap3 (advanced)โŒLDAP Auth password provider moduleLink
matrix-ldap-registration-proxy (advanced)โŒProxy that handles Matrix registration requests and forwards them to LDAPLink
matrix-registrationโŒSimple python application to have a token based Matrix registrationLink
Matrix User Verification ServiceโŒService to verify details of a user based on an Open ID tokenLink
synapse-simple-antispam (advanced)โŒSpam checker moduleLink

File Storage

Use alternative file storage to the default media_store folder.

NameDefault?DescriptionDocumentation
GoofysโŒAmazon S3 (or other S3-compatible object store) storage for Synapse's content repository (media_store) filesLink
synapse-s3-storage-providerโŒAmazon S3 (or other S3-compatible object store) storage for Synapse's content repository (media_store) filesLink
matrix-media-repoโŒHighly customizable multi-domain media repository for Matrix. Intended for medium to large deployments, this media repo de-duplicates media while being fully compliant with the specification.Link

Bridges

Bridges can be used to connect your Matrix installation with third-party communication networks.

NameDefault?DescriptionDocumentation
mautrix-discordโŒBridge to DiscordLink
mautrix-slackโŒBridge to SlackLink
mautrix-telegramโŒBridge to TelegramLink
mautrix-gmessagesโŒBridge to Google MessagesLink
mautrix-whatsappโŒBridge to WhatsAppLink
mautrix-wsproxyโŒBridge to Android SMS or Apple iMessageLink
mautrix-blueskyโŒBridge to BlueskyLink
mautrix-twitterโŒBridge to TwitterLink
mautrix-googlechatโŒBridge to Google ChatLink
mautrix-metaโŒBridge to Messenger and InstagramLink for Messenger / Instagram
mautrix-signalโŒBridge to SignalLink
beeper-linkedinโŒBridge to LinkedInLink
matrix-appservice-ircโŒBridge to IRCLink
matrix-appservice-kakaotalkโŒBridge to KakaotalkLink
matrix-appservice-discordโŒBridge to DiscordLink
matrix-hookshotโŒBridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particularLink
matrix-sms-bridgeโŒBridge to SMSLink
matrix-steam-bridgeโŒBridge to SteamLink
matrix-wechatโŒBridge to WeChatLink
HeisenbridgeโŒBouncer-style bridge to IRCLink
meshtastic-matrix-relayโŒBridge to Meshtastic mesh networksLink
mx-puppet-groupmeโŒBridge to GroupMeLink
mx-puppet-steamโŒBridge to SteamLink
PostmoogleโŒEmail to Matrix bridgeLink

Bots

Bots provide various additional functionality to your installation.

NameDefault?DescriptionDocumentation
baibotโŒBot that exposes the power of AI / Large Language Models to youLink
matrix-reminder-botโŒBot for scheduling one-off & recurring reminders and alarmsLink
matrix-registration-botโŒBot for invitations by creating and managing registration tokensLink
maubotโŒPlugin-based Matrix bot systemLink
HonoroitโŒHelpdesk botLink
MjolnirโŒModeration tool for MatrixLink
DraupnirโŒModeration tool for Matrix (Fork of Mjolnir)Link (for appservice mode)
BuscarronโŒWeb forms (HTTP POST) to MatrixLink

Administration

Services that help you in administrating and monitoring your Matrix installation.

NameDefault?DescriptionDocumentation
matrix-alertmanager-receiverโŒPrometheus' Alertmanager clientLink
Matrix Authentication ServiceโŒOAuth 2.0 and OpenID Provider serverLink
KetesaโŒFully-featured web UI for administrating your Matrix homeserver โ€” users, rooms, media, sessions, and moreLink
Metrics and GraphsโŒConsists of the Prometheus time-series database server, the Prometheus node-exporter host metrics exporter, and the Grafana web UI, with prometheus-nginxlog-exporter being available tooLink (for prometheus-nginxlog-exporter)
BorgโŒBackupsLink
rageshakeโŒBug report serverLink
synapse-usage-exporterโŒExport the usage statistics of a Synapse homeserver to be scraped by Prometheus.Link

Misc

Various services that don't fit any other categories.

NameDefault?DescriptionDocumentation
synapse_auto_compressorโŒCli tool that automatically compresses state_groups database table in backgroundLink
Matrix Corporal (advanced)โŒReconciliator and gateway for a managed Matrix serverLink
Matrix.toโŒSimple URL redirection service for the Matrix ecosystemLink
EtherpadโŒOpen source collaborative text editorLink
JitsiโŒOpen source video-conferencing platformLink
Cactus CommentsโŒFederated comment system built on MatrixLink
PantalaimonโŒE2EE aware proxy daemonLink
SygnalโŒPush gatewayLink
ntfyโŒPush notifications serverLink
Element CallโŒA native Matrix video conferencing applicationLink

๐Ÿ†• Changes

This playbook evolves over time, sometimes with backward-incompatible changes.

When updating the playbook, refer to the changelog to catch up with what's new.

๐Ÿ†˜ Support

๐ŸŒ Translation

See the i18n/README.md file for more information about translation.

Translations are still work in progress.

You may also be interested in mash-playbook - another Ansible playbook for self-hosting non-Matrix services (see its List of supported services).

mash-playbook also makes use of Traefik as its reverse-proxy, so with minor interoperability adjustments, you can make matrix-docker-ansible-deploy and mash-playbook co-exist and host Matrix and non-Matrix services on the same server.