this post was submitted on 10 May 2026
72 points (100.0% liked)

Selfhosted

59156 readers
664 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
 

Hello all! I have never selfhosted before, but I have a pretty extensive digital library of videogames (ROMs from a couple dozen retro systems among other executables) that my friends have expressed interested in having access. What's the ideal software for giving them access to the library hosted on my drives? I'm picturing something like a selfhosted Steam where they see all of the games and can search via retro system, game tags, by name, etc. and each of could keep track of separate user accounts by playtime, favorites, recently played, etc. I use RetroArch and a few standalone emulators myself connected to RetroAchievements, so I figured they would need to download any emulators on their ends and then just pick and play the games as they see fit without having to have their own copies of the games.

you are viewing a single comment's thread
view the rest of the comments
[–] njordomir@lemmy.world 3 points 3 days ago (1 children)

I would check out Recallbox. It's quite polished feeling and looking. It can run on a raspberry pi, or something more powerful. You mention accessing the files and I liked the SMB access because I could just cut and paste my new ROMs over from the PC or phone. I imagine you could set up a script to do this automatically or just expose a read only SMB server for your friends to access. If your games are older, like Atari or Sega Genesis this would work great. If you have big ROMs like Gamecube or Xbox, then you'll probably need a different solution since copying entire romsets to the device itself may not be practical.

I have seen a DIY Steam-ish software floating around, hopefully someone pitches in to get you that link as well.

I hope your project goes well!

[–] WR5@lemmy.dbzer0.com 1 points 3 days ago

Thanks! I'm trying to limit their need to download the entire library again. I mean I could just buy some large SD cards and make copies of the library and give them, but that doesn't feel like an ideal solution. Someone mentioned Romm which looks good, though I'm curious how to handle larger files too (up to like PS2 and even modern games).