ABOUT
Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications. You can directly run and manage the source code in this repository, available under an AGPL license. There is no support provided from Element unless you have a subscription.
infoType `cat ~/matrix.creds` to see admin username/password.
infoSynapse-Admin is running on port 5173
infoFor bridges Installation methods (WhatsApp, Signal, Discord, etc.), see: `https://docs.mau.fi/bridges/go/setup.html`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU2048 MB RAM8 GB disk
Config path/etc/matrix-synapse/homeserver.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/elementsynapse.sh'; sha='caf36d30490376c2ed88f3801cb006ace31f7044a9d95ae5dbeebafabd4c3748'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/elementsynapse.shSHA-256 caf36d30490376c2ed88f3801cb006ace31f7044a9d95ae5dbeebafabd4c3748 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.