Basically, I want to make one for some multiplayer games out there (along with Stoat communities, or something similar - what do y’all recommend? Bonus if it has voice chat).

What would I need, and how can I set this up safely without having my own network hacked beyond comprehension? I could do it off site from home too if that’s better.

I have a Raspberry Pi 4gb, but also an old DDR3 16gb desktop with a PCI network card available if that’s recommended.

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    First of all I would recommend you use Piefed instead. Easier to setup and maintain.

    But I am not sure exactly what you want that Lemmy/Piefed instance for? As an internal forum of sorts? That can work, but is not really what it was developed for and there are better (non-federated) options.

    If you want it to be an actually federated instance than the Rasberry will not cut it. The desktop might, if it has some good SSD storage for the database.

    For in game voice-chat the simplest option is a Mumble server. Very low resource and runs great on a Rasberry like yours. Otherwise you could also try setting up a Movim instance. It has text chat and voice/video calls that should reasonably work as a Discord substitute for small groups. It is also quite low resource and should run fine on that Rasberry.

  • potatoguy@lemmy.eco.br
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    I tried one time to make my own personal instance https://potato-guy.space/, that ended because I forgot my ssh keys when i distrohopped, but I could make some suggestions.

    • Get anti-bot protection, like cloudflare (or something more privacy friendly) AND something like anubis or a nginx plugin.
    • Don’t make it on your network if you don’t know what you’re doing, put it on a rented VM on the “cloud”, the chance of someone breaking into your network because you misconfigured something, if you don’t know about network security, is above zero and horizontal hopping in a network is feasible.
    • A raspberry pi is enough, just use some optimzed settings and use the picture server settings to use postgresql too, just create a new database on postgresql and hook that on, it will be more cpu and ram friendly.
    • If you really want it on your network, double check and triple check every router configuration, put it on a virtual network, inside a VM, outside your own network so horizontal attacks don’t happen.
    • Edit: Also, use btrfs with compression enabled for the postgresql database, it will make the database faster as the read and write ops will be 2x (with lzo, almost no cpu usage) to 3x (with zstd, but with more cpu usage) faster.

    This is the docker-compose config for lemmy: https://github.com/LemmyNet/lemmy/tree/main/docker

    This is the tutorial for it: https://join-lemmy.org/docs/administration/install_docker.html

    Some drama happened in the past on those docker configs, check all and put your domain where needed.

    • moonpiedumplings@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Do you have a source or benchmarks for the last bullet point?

      I am skeptical that optimizations like that wouldn’t already be implemented by postgres.

    • mnemonicmonkeys@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Revolt

      They got a C&D over the name and switched it to Stoat, which OP said they’ve tried before.

      I don’t get why they picked Stoat; it’s a terrible name, but it is what it is

      • EarMaster@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Didn’t know that. I agree it is a terrible name, but maybe that’s why it is safe from any cease and desist orders…

  • hitmyspot@aussie.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Couldn’t you just create the communities on an existing server? Obviously it would be good to not be on the biggest one to help spread out the community, as that’s the point of federation. If it’s on a server with existing users, you’re more likely to get members join as it will show in their local feed.

    • Lumisal@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      How would I do that? I that each and every community had to be manually approved by the server administration

      • hitmyspot@aussie.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        I think it depends on the instance. So check the instance rules that you are considering. Then message the mods and ask, I reckon!

      • hitmyspot@aussie.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        I think it depends on the instance. So check the instance rules that you are considering. Then message the mods and ask, I reckon!

  • 4am@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Disclaimer: I might be talking out of my ass here but this is how I think it works, to the best of my knowledge.

    The safest way would be to make an instance that only hosts the communities; it has no users and therefore federates no subscriptions of other communities who’s content you may need to police for stuff like CSAM that isn’t caught right away. You’d only need to monitor and moderate your own communities created on the instance.

    I’m not sure but you might need one account to be an admin/ moderator for the communities you create? Just don’t subscribe to any off-instance communities with it and it shouldn’t federate those posts.

    Folks on other communities will interact with it via someone from their instance subscribing to it; so discoverability might present an issue.

  • gandalf_der_12te@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    I want to set up a Lemmy server too (currently still deciding between Lemmy and PieFed) to host some basic content that we create at a university group with the public. It’s more like a blog than anything else, at least as envisioned. I’d also like to add some cool features to it like auto-posting (i.e. we have a bot that automatically uploads certain posts).

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    CSAM Child Sexual Abuse Material
    HTTP Hypertext Transfer Protocol, the Web
    SSD Solid State Drive mass storage
    nginx Popular HTTP server

    3 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

    [Thread #1007 for this comm, first seen 19th Jan 2026, 02:05] [FAQ] [Full list] [Contact] [Source code]