What Bedrock/UDP port do I use (19132), and how do I set it?
Geyser connects Bedrock players over a UDP port — by default 19132. Setting it up is a matter of allocating the port and pointing Geyser's config at it.
The default port
Geyser uses a UDP port, default 19132. Bedrock is UDP (not TCP), which is important to remember when allocating and configuring.
Step-by-step
- In the Ports tab, add an allocation for the port you want (extra ports are free).
- In Geyser's config (
plugins/Geyser-Spigot/config.yml), set thebedrockport to that number. - Restart the server.
- Have Bedrock players enter your IP along with that port.
Warning: Bedrock is UDP — make sure the allocation matches the port set in Geyser's config, or Bedrock players won't be able to connect.
Frequently asked questions
Do I have to use 19132? No — you can use any port you allocate in the Ports tab, as long as Geyser's config points to the same number.
Where is Geyser's config? At plugins/Geyser-Spigot/config.yml, editable via the Files tab.
My Bedrock players can't connect — what's wrong? Most often the allocated port doesn't match Geyser's bedrock port, or the port isn't allocated. Line them up and restart.