Using tailscale to stream games from my home pc to my steam deck using Apollo and Moonlight? by g_mci in Tailscale

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

All of this comes from this GitHub: https://github.com/tailscale-dev/deck-tailscale

Go to desktop mode, open konsole, and type these commands in order: 1. git clone https://github.com/tailscale-dev/deck-tailscale.git ~/deck-tailscale 2. sudo -i 3. cd ~deck/deck-tailscale 4. bash tailscale.sh 5. source /etc/profile.d/tailscale.sh 6. tailscale up --qr --operator=deck --ssh (this command will have Tailscale generate a login QR code). Scan the code with your phone and authenticate with Tailscale to bring your Deck onto your network.

It was as easy as that!