Skip to content
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

Bedrock Server is not listening to Ports #70

Closed
CrashStyler opened this issue Feb 18, 2021 · 6 comments
Closed

Bedrock Server is not listening to Ports #70

CrashStyler opened this issue Feb 18, 2021 · 6 comments
Assignees

Comments

@CrashStyler
Copy link

I am on Ubuntu Server 18.04 LTS and I used the script here to install an Bedrock Server.
I am hosting this Server on a VPS so all Ports are unblocked by any type of firewall.
I used the ufw to enable TCP / UDP on 19132, 19133 and custom ports.
After startup of the Bedrockserver " lsof -i -P -n | grep LISTEN " run as sudo and local user doesnt show the ports which should be open.
External pings are not working either. But if I setup a java server on any port this port will correctly open and the server will listen.
image
image
image
image
image

@naturecodevoid
Copy link

This is probably not related to this project. I’m guessing it’s a BDS bug.

@NanoCode012
Copy link

Hello @CrashStyler, I got this problem too. Did you manage to solve it?

To my understanding, the server uses UDP which cannot ping via openport tool. You need to use something like nmap. So.. it "should?" be working..

From netstat,
image

But in the end, I cannot connect to it via my ios device.

@CrashStyler
Copy link
Author

CrashStyler commented Mar 1, 2021 via email

@andyj
Copy link

andyj commented Mar 10, 2021

If you are on Lightsail or Digital Ocean, make sure you have no sofware firewall enabled from their

@NanoCode012
Copy link

NanoCode012 commented Mar 10, 2021

I forgot to leave my reply back. After leaving it for a while and rejoining the server many times, it suddenly worked? Not sure if latency or something else... I usually have to connect a few times to get in...

Edit: Restarting sometimes helped..

@TheRemote
Copy link
Owner

Hey everyone,

Sorry for the super slow responses, I'm trying to get caught up on my GitHub projects here. This has come up in the comments on my site though for the Bedrock server.

It is a BDS bug and one that has been going on for a while now unfortunately. Here's some bugs related to it:
https://bugs.mojang.com/projects/BDS/issues/BDS-1094
https://bugs.mojang.com/projects/BDS/issues/BDS-10608
https://bugs.mojang.com/browse/BDS-3989

As NanoCode alluded to in his post right before mine restarting the server can help but what we've found is that the order in which you start the server matters too. Try starting the servers in different orders. I can't remember if you want to start the one using the default ports first (if there is one) or if you want to start it last, but we found the order of startup to have an impact!

Changing the order you start them up is the only thing that we've found that can have an impact and even then it feels pretty janky. These bugs have been going on for a while now and are still in "open" status unfortunately!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants