this post was submitted on 22 Feb 2026
36 points (95.0% liked)

Selfhosted

60533 readers
808 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

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

Questions? DM the mods!

founded 3 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
[โ€“] Tattorack@lemmy.world 2 points 4 months ago (1 children)

It's a bit of both:

My friends need a drop-in replacement for Discord (or as close as possible), sooner rather than later. My idea for self hosting is to defeat the need of someone hosting a 24/7 server; if we all host our own accounts on our own computers we'd essentially have a peer-to-peer Discord-like group.

The other reason is indeed to learn, because every centralised service has the same problem; it's not a question if a service will turn bad, but when. It's an inevitability, and it's happening faster and more frequently. The only out-way I see is if me and at least some of my friends learn to self-host.

[โ€“] impolitecarry@lemmy.wtf 4 points 4 months ago

There are some misconceptions here, probably because your experience with the internet outside of these decentralised / federated services has taught you those.

1.) Servers are expected to be online 24x7. Clients can go offline and online as they please, but servers are always always always online. Otherwise very strange things start happening.

2.) Peer to peer stuff is generally speaking, somewhat brittle, because of the kinds of compromises it comes with.

3.) Signing up on an xmpp server managed by someone else is still not signing up to a centralised service. Its still just one node on the XMPP super network. Your friends can still sign up on some other server, and you can still talk to each other, with whatever clients you prefer.

There may still be a case to be made for installing movim on your own computers, but I'd say, go with the easy route and pick any movim instance from the link shared above.