this post was submitted on 22 Feb 2026
26 points (93.3% liked)

Selfhosted

56779 readers
304 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Just to start off, know that I have zero experience with this. I'm only looking into doing this because I'm absolutely sick and tired of centralised services (in this case Discord) turning to shit, and want to start a Discord-like/alternative federation between my friends.

Prosody seems to be the easiest to set up, and has all the available capabilities for a server that allows Discord-like functionality (text, group voicecall, streaming). Movim is the client that makes use of all that.

But I don't have a clue how to set up a Prosody server with Podman. I've never done this before. I started by downloading the Prosody image through Podman, then tried running it, which prompted the creation of a container. Kept everything at the defaults and tried running it, but it didn't work.

What do I do from here?

you are viewing a single comment's thread
view the rest of the comments
[–] poVoq@slrpnk.net 5 points 14 hours ago (1 children)

Movim specifically works a bit better with ejabberd, who also provide easy to use containers.

Prosody is more of a Lego set to build your own server, so I don't think they even provided official container images for a long time. There is https://snikket.org/ though which is an opinionated distribution of Prosody with easy to use containers. Sadly Snikket doesn't play so well with Movim out of the box.

In general it is probably easier to start out with a rented VPS. You can move to your own server later on when you got the basics down. Since XMPP servers are quite lightweight they run fine on low end VPS that can be rented for as little as 1€/month.

[–] Tattorack@lemmy.world 2 points 13 hours ago (1 children)

I have considered looking into renting a VPS, but considering my friends group does A LOT of voice calling and streaming over Discord I dint think super lightweight is an option. Even so, not having to pay for a server is always better than having to pay any amount for one.

I'll take a look at ejabberd. Didn't know there were specific preferences for clients.

[–] poVoq@slrpnk.net 4 points 13 hours ago

For now voice and video calls in xmpp only lightly touch the server and are mostly p2p. This comes with some scaling issues but for small groups of around 5 people it works fine.

Movim is a bit special, for other clients it doesn't matter much.