this post was submitted on 08 Sep 2024
23 points (89.7% liked)

Steam Deck

14483 readers
262 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

My friend and I want to play modded Minecraft together. We used to use Hamachi when we both had windows machines. Now Hamachi just isn't working. We can connect and communicate on the LAN we made, but I can't connect to the direct connection. There aren't any error messages that help. It just says it couldn't connect. I have a steamdeck and my friend has a Windows desktop. I've done research about it and I am thoroughly lost on what to do. We want to try to do this for free or hella cheap.

Has anyone here encountered this issue and found a workaround or anything?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 days ago (1 children)

They have an install script that makes this much easier. https://github.com/tailscale-dev/deck-tailscale

I summed up the steps:

Create an account at https://login.tailscale.com/start

Open Konsole and copy-paste the following commands, then hit enter to run them:

git clone https://github.com/tailscale-dev/deck-tailscale.git; cd deck-tailscale

sudo bash tailscale.sh

source /etc/profile.d/tailscale.sh

sudo tailscale up --qr --operator=deck --ssh This will give you a QR code, that you need to scan with your phone. You will have to log in to Tailscale to add the Steam Deck to your Tailscale network.

Try running sudo tailscale update

If this works, i.e. if you don't get any error messages, run sudo tailscale set --auto-update

If you use Decky Loader, I recommend installing the Tailscale Control plugin, which lets you control Tailscale from the Steam menu. You can also use KTailctl to control it from desktop mode.

[โ€“] LaunchesKayaks 2 points 4 days ago

Omg thank you. I was really struggling lol. An hour in command line was hell.