-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forwarding UDP #93
Comments
I have also tried the client side command: |
Bedrock usually won't let you join via localhost, but since you're using the ssf I'm not sure what's going on |
Thanks for the suggestion @p0t4t0sandwich - what worked for me was changing the 127.0.0.1 part to the actual local IP of my computer. On a cloud Ubuntu server, I ran: On my PC (Ubuntu via WSL2 on Windows 10), I ran: I couldn't believe it when I was able to connect to my local BDS through my phone on data! (You do have to enable this in the phone app settings - by default multiplayer is wifi only.) You might also want to try the PowerShell commands from the wiki. I did these a long time ago, as I run BDS and play on the same PC: https://minecraft.fandom.com/wiki/Bedrock_Dedicated_Server#Connection |
Would someone be able to explain why |
Hello, let me give you the rundown. I am trying to forward a bedrock server from my pc at home to my computer so i can play on it from other places. Bedrock uses UDP on port 19132. I would like to know how to forward my bedrock server to my computer. I have SSF binaries downloaded for my PC at home to my laptop. I am using the following command on my Computer at home (server):
ssfd -p 19132
and the command on my laptop (client):
ssf -p 19132 (ip address of my home network)
I would think this would work but it doesnt. My laptop says "Server unreachable" after a few seconds of trying to connect.
Is there some other steps I need to take before doing this or am I using a wrong command? Or am I using the completely wrong software to do this?
The text was updated successfully, but these errors were encountered: