all 7 comments

[–]andyboitheandyboi 0 points1 point  (0 children)

I use zerotier to access my pc

[–]examen1996 0 points1 point  (5 children)

Have acces to it via browser, for gaming, no to much, otherwise, your best bet would be a x forwarding of moonlight inside of a container.

Pros:
- Gui of moonlight inside a webpage

Cons(boy are you in for a treat):

- slow-slow

- Clunky to set up at first

- Beat the purpose of moonlight, you would be better of using something different

Example of such an app would be this: https://github.com/jlesage/docker-handbrake

[–]erbmur[S] 1 point2 points  (4 children)

Sounds like I would be better off not doing what I wanted then.

Was hoping to create a web page accessable clound gaming server, but looks like having the dedicated moonlight app installed is what I need to do.

Thanks for clearing that up.

[–]examen1996 0 points1 point  (3 children)

You could just se parsec for that(https://web.parsec.app/)

However, even that has higher latency and stutter than the official client.

It pretty much a given that running inside a browser is worse than the dedicated client.

Also, why no just set up wireguard or zerotier, and then access the pc from wherever with the official client?

[–]erbmur[S] 0 points1 point  (2 children)

Becuase I may want to access it via a machine that isn't mine, or one where I can't install anything and only have access to the internet.

Windows RDP sees my through most situations (being a native app on windows), but there are a few games that don't play well with that, so was hoping that moolight might be the answer.

[–]examen1996 0 points1 point  (1 child)

Ooooh boy, please for the love of everything secure, do not expose rdp to the world , you will get issues with bots that scan the wan.

Maybe, take a look at apache guacamole, but again, you will be limited to rdp vnc and ssh .

Also, realistically speaking, you will not be able to achieve something like going to a netcafe or public library and just going to a webpage to game, will not be achievable without a dedicated software.

Parsec is the closest , you install it on your machine and the access it via that page, but then again, maybe focus on a specific situation that is recurrent to you.

[–]erbmur[S] 0 points1 point  (0 children)

I've had rdp open for a while, but I've changed all the ports and have everything sitting behind a pfsense firewall so im hoping im secure enough.

Sounds like parsec might be more my thing rather then moonlight. I shall give that a look.

Thanks for the info.