this post was submitted on 15 Aug 2025
49 points (96.2% liked)

Selfhosted

50864 readers
376 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm extremely interested in the prospect of self-hosted cloud gaming. Has anyone had any success with any specific platforms, such as Sunshine + Moonlight? Any ins/outs to the necessary software or hardware?

you are viewing a single comment's thread
view the rest of the comments
[–] domi@lemmy.secnd.me 13 points 1 week ago (2 children)

They don't do the same thing: Sunshine is intended to stream a single physical desktop.

Games on Whales runs headlessly and creates virtual desktops for each session in a Docker environment.

For example, you can create an instance that runs at 800p so you can stream to your Steam Deck at its native resolution. You can even still use your desktop normally since the streams run in the background.

Both of them support connection via Moonlight.

[–] cloudless@piefed.social 2 points 1 week ago

Thanks. I might try it because I stream to either my phone or my tablet depending on the game, and they have different resolutions.

[–] wesker@lemmy.sdf.org 1 points 1 week ago* (last edited 1 week ago) (1 children)

I'm very interested in Games on Whales. Are there any hardware implications with this approach? IE, does it perform better with consumer or pro Nvidia GPUs? I assume decause it's using Docker, the more RAM the better.

[–] domi@lemmy.secnd.me 2 points 1 week ago

I'm running this on a 7900 XTX with 32GB RAM. No issues so far. According to their instructions, Nvidia is a little bit more involved but it should perform the same on consumer or pro GPUs.

I assume decause it’s using Docker, the more RAM the better.

Docker has pretty much no overhead, so you only need enough RAM to run the games/sessions you want to run in addition to your regular desktop.