1 min read 201 words Updated Mar 22, 2026 Created Mar 22, 2026
#AMD#apollo#blog#cloud#gaming#linux#moonlight#server#sunshine

This idea seems pretty simple at first, self host a cloud gaming service. The simplest option would be to get steam remote play to work on a headless server. Looking for something existing on internet, it seems that it's not really possible. So maybe a Sunshine server would be the best option. I first need to buy a graphics card I'm thinking about a RX 7600XT for its great compatibility / performance on Linux.

I've tried Moonlight but it needs a display connected, it can be a virtual display driver or a dummy HDMI. At the moment I'm writing this blog post I don't have a physical access to my server so I can't plug a dummy HDMI into the graphics card. As of the virtual display driver it seems overly complicated and I don't want to mess around with stuff I don't understand. So I came across Apollo which is a fork of Sunshine which is (for now) mainly supported on windows and supports Virtual Displays. After several attempts and a long time reverse engineering the build process I was able to build Apollo on Linux. But as said in the README these are only available on Windows, for now...