this post was submitted on 12 Jun 2025
24 points (100.0% liked)
PC Gaming
11388 readers
1064 users here now
For PC gaming news and discussion. PCGamingWiki
Rules:
- Be Respectful.
- No Spam or Porn.
- No Advertising.
- No Memes.
- No Tech Support.
- No questions about buying/building computers.
- No game suggestions, friend requests, surveys, or begging.
- No Let's Plays, streams, highlight reels/montages, random videos or shorts.
- No off-topic posts/comments, within reason.
- Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Shameless plug: I'm the main developer of Games on Whales.
I've built Wolf exactly because of those shortcomings of other solutions: it runs fully headless, spins up virtual Wayland desktops that matches the resolution/FPS that's requested from the clients and everything runs in Docker so it doesn't pollute your host OS (just your HDD).
I'm currently working on a massive performance improvement in this PR if you'd like to try it, I'd suggest to pick that tag.
That's very cool. Thank you for creating this and for sharing it here. No shame necessary as it seems to fulfill exactly what I asked for.
Unfortunately Docker containers and terminal coding is a bit over my head.
Also YT doesn't like to let me watch their videos so if you uploaded them somewhere else for sharing, that would be cool.
That's absolutely understandable, getting comfortable with the terminal is definitely the first step to be able to shove that PC in a closet. 😉
Ideally, in the meantime I'll have made all this stack even easier to run!
I really love your project but couldn't get it up and running on Bazzite due to only supporting podman out of the box. Do you know of a good guide for Bazzite?
We support podman, you just have to enable the Podman System Service so that Wolf can use that socket to spin up and down additional containers.
I really should add a section in the quickstart guide..
Many thanks, I will look into this.