Hi! I’m looking for tips on starting a server. It would be for a very small private group. I will be hosting on a VPS.
Don’t use a subdomain for your server name; you can delegate a subdomain via well-known endpoint for the real server if needed in the future but this lets users keep a clean domain.com for their contact.
Synapse / Element are the go-to, maybe unfortunately; most other things lack features or use outdated deps. I run a Cinny webapp locked to my HS so people can easily try it out, which is a nice-to-have; but most end up installing Element when they adopt Matrix. (Personally I run fluffychat for mobile and Tuwunel server (forked tuwunel<-conduwuit<-conduit) but they can be a pita. Just stick to the defacto standard stuff)
Docker or Nix trivializes setup configuration. Similarly, Caddy is a cheat code for managing SSL, reverse proxy, and endpoint hosting.
If you use synapse, there’s a handy admin webui thing people use which is highly encouraged by the sounds of it.
The biggest friction point is usually setting up TURN/STUN for VoIP etc. Massive pita but a using a VPS may help you a lot there if that’s something you need (being behind NAT makes it very difficult and risky).
Make sure you use registration tokens so your server is private (this is usually the default I think)
Do you have any more specific questions or concerns?
This is pretty good. One point I wasn’t sure if I should go with https://forgejo.ellis.link/continuwuation/continuwuity or install Synapse from Github. But if you mention Element / Synapse, then that sounds good. Thanks!
Thanks. Glad I could help. Tuwunel is actually a fork of conduwuit, just like continuwuity is; conduwuit itself being a fork of conduit. I originally started with continuwuity but went to tuwunel early on after some problem I forget (probably a bad update or something). Yeah, they can have some problems sadly. But they tend to be lighter on runtime resources. Personally, if I could start over, I’d just roll with synapse.
Do you have any quality of life recommendations for Synapse? Like DevOps / Self Maintenance stuff – e.g., auto-update, control centers, deployment scripts, plugins/modules if they exist, anything else? :-D
Nope, because 1) I’m running tuwunel so not much synapse experience and 2) I just use NixOS so my whole operating system sort of is a deployment/updating script…
I did mention an admin gui but idk the name. Should be easy to find. Very popular.
A friend of mine who’s running synapse recommended this

