mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-13 10:20:46 +01:00
Updated Fixing "Unable to Connect to World" (markdown)
parent
c82c86d3fe
commit
3cc39b830e
1 changed files with 8 additions and 0 deletions
|
@ -20,8 +20,16 @@ Please read through the [common issues page](https://github.com/GeyserMC/Geyser/
|
||||||
|
|
||||||
Especially on mobile devices, sometimes just restarting Minecraft fixes the issue.
|
Especially on mobile devices, sometimes just restarting Minecraft fixes the issue.
|
||||||
|
|
||||||
|
# Is it the server or the client?
|
||||||
|
|
||||||
|
Run your Java server IP and Bedrock address here: https://mcsrvstat.us/ . It's a great way of determining if the server is reachable in the first place.
|
||||||
|
|
||||||
# General troubleshooting steps
|
# General troubleshooting steps
|
||||||
|
|
||||||
|
## Ensure you're connecting on the right IP
|
||||||
|
|
||||||
|
You should be connecting with the Java server IP and the Bedrock port. If you port forwarded 19132, for example, you should specify port 19132 when connecting from Bedrock.
|
||||||
|
|
||||||
## Port forwarding
|
## Port forwarding
|
||||||
|
|
||||||
Your server does need to be port forwarded. Generally, you can follow any Minecraft: Java Edition port forwarding guide; however, you need to replace any mention of TCP with UDP and, by default, any mention of 25565 with 19132.
|
Your server does need to be port forwarded. Generally, you can follow any Minecraft: Java Edition port forwarding guide; however, you need to replace any mention of TCP with UDP and, by default, any mention of 25565 with 19132.
|
||||||
|
|
Loading…
Reference in a new issue