25
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Sep 2024
25 points (100.0% liked)
Steam Deck
14750 readers
296 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:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
founded 3 years ago
MODERATORS
Tailscale might be the easiest and best solution for this. It's like Hamachi, but more modern and much better. They even have a guide on how to set it up on the Steam Deck: https://tailscale.com/blog/steam-deck
Any tips on installing tailscale? It seems kind of straightforward, but I've read posts on different forums that Linux noobs haven't been able to get it to work even with the article's instructions.
From what I gather it's mostly commands konsole ?
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.
Omg thank you. I was really struggling lol. An hour in command line was hell.