Has anyone here gotten multiplayer modded Minecraft to work over a VPN?
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?
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.
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.