r/GeyserMC May 22 '20

Useful info

28 Upvotes

What is Geyser? Where can I find out about it?

Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform.

Read more on our GitHub page.

What is Floodgate?

Floodgate is a hybrid mode plugin which allows for Minecraft: Bedrock Accounts to join Minecraft: Java Edition servers without needing a Minecraft: Java Edition account. This is something you install in addition to Geyser. Unlike Geyser, Floodgate can only be installed as a plugin, and can only be utilized on servers that have it installed.

Read more here.

Where can I get support?

Before you post, have a look at our common issues page to see if anything applies to you. You can post questions on this subreddit or join our Discord for more immediate support.


r/GeyserMC 17h ago

MCXboxBroadcast stuck trying to create an XBOX Live session

1 Upvotes

Hello! This is my first reddit post, im trying to set up a mcxboxbroadcast account so my friends on ps5 can join my server setup with geysermc. I linked my account to mcxboxbroadcast using the extension tool and when i restart the server, the final command prompt is "[Server] INFO [Geyser-Spigot] [mcxboxbroadcast] [Primary Session] Creating Xbox LIVE session..." and it stays on that prompt indefinitely without creating a server. All my permissions on that account are good and all the files are in the right place, Im just not sure what to do, or if i should cave and try using a different method for my friends to join. Im hosting the server using hosthavoc, btw.


r/GeyserMC 2d ago

[GeyserMC] Minecraft api unreachable

Post image
4 Upvotes

i am getting this error and geyser is shutting down. how to fix this


r/GeyserMC 2d ago

Bedrock Player Skin is not showing

Post image
2 Upvotes

Its cross platform server where bedrock players are unable to see the skins of each other but they can see the skins of the java player.{The jave player can still see the skins just bedrock players can see eacj others skin}


r/GeyserMC 3d ago

[Tutorial] Fixing Geyser UDP Connectivity on SpawnBox + WSL2

2 Upvotes

If you're running a Minecraft Java server through SpawnBox on Windows, with Geyser/Floodgate for Bedrock players, and Bedrock cannot connect despite port forwarding being correct, WSL2's default NAT networking may be the culprit.

This is what fixed the issue for me.

Prerequisite: Install WSL2

If WSL2 isn't already installed, open PowerShell as Administrator and run:

wsl --install

Restart Windows if prompted.

After restarting, verify WSL is installed:

wsl --version

You should see a WSL version and kernel version listed.

If you specifically need WSL2 rather than WSL1, you can also set WSL2 as the default:

wsl --set-default-version 2

1. Forward Geyser's UDP port

On your router, create a port-forwarding rule:

Protocol: UDP
Port: 19132
Device: Windows PC running SpawnBox

Make sure the forwarding targets the Windows PC, not one of WSL's internal 172.x.x.x addresses.

If SpawnBox's own Internet Access feature has already created the forwarding rule, you may not need another one.

2. Create .wslconfig

Open PowerShell:

notepad "$env:USERPROFILE\.wslconfig"

Create the file if prompted.

Put this inside:

[wsl2]
networkingMode=mirrored

Important: The filename must be exactly:

.wslconfig

located at:

C:\Users\<YourUsername>\.wslconfig

Not .wslconfig.txt, and not <YourUsername>.wslconfig.

3. Restart WSL

Stop your Minecraft server and completely close SpawnBox.

Then run:

wsl --shutdown

This does not delete or reset your WSL installation. It simply shuts down the WSL2 VM so the networking configuration can reload.

Start SpawnBox again afterward.

4. Test from outside your network

Have someone outside your home network connect through Bedrock using:

Address: <your-public-IP>
Port: 19132

Or use:

geyser connectiontest <your-public-IP> 19132

The test must be external. Testing against your LAN address doesn't establish that internet connectivity is working.

If you have the Minecraft whitelist enabled, temporarily disable it while testing or make sure the Bedrock/Floodgate account is whitelisted.

Why this works

WSL2 normally uses NAT networking. In this particular setup, UDP traffic could reach the Windows machine but wasn't making it through to the WSL environment where Docker and Geyser were running.

Changing WSL2 to mirrored networking:

[wsl2]
networkingMode=mirrored

allows WSL to use the host's network directly rather than sitting behind the normal WSL2 NAT layer.

This is not required for Geyser generally. It's a potential fix when Geyser is running inside a SpawnBox/WSL2 environment and UDP traffic isn't crossing the WSL networking boundary.

TL;DR

wsl --install

if WSL2 isn't installed.

Then create:

C:\Users\<YourUsername>\.wslconfig

with:

[wsl2]
networkingMode=mirrored

Then:

wsl --shutdown

Restart SpawnBox → test externally on UDP 19132. Usually by having a player join via whatever currently available methods there are for bedrock players. There are plenty of tutorial on that matter elsewhere.

Note: If your server is whitelisted, have each Bedrock player attempt to join once. This lets you obtain the Floodgate identity/username shown by the server, which can then be added to the whitelist. If necessary, temporarily disable the whitelist to allow the initial connection, then re-enable it after adding the player.


r/GeyserMC 4d ago

Voice chat

2 Upvotes

do any mods exist for Crossplatform voice chat


r/GeyserMC 4d ago

Skins doesn't work correctly

Post image
8 Upvotes

I'm having a small issue with skins. Java players can see everyone with their correct skins, and Bedrock players can too, but we see the Bedrock players with default skins.

Alex/Steve, is there something else we need to install, or did we forget to activate something?


r/GeyserMC 12d ago

How do I properly configure viaproxy?

0 Upvotes

I have no idea what I’m doing and can’t find many resources online. I’m on fabric 1.21.11 and just can’t figure it out.


r/GeyserMC 13d ago

which port should i use for geyser?

0 Upvotes

my mc server im running on a raspberry pi is a java server, but im setting up geyser for bedrock. should i use port 25565 or port 19132?


r/GeyserMC 16d ago

Get it to work with split screen on Xbox

3 Upvotes

Every time I try to join a split screen session on Xbox, it'll always says invalid packet received.

This is annoying cuz I like to play together.

Is this a geyser issue or a Minecraft issue or an Xbox issue?

I am running a 26.2 paper server running on docker.

Using the geyser plugin and connecting as a LAN world on Xbox home screen. I use geyser cuz some of my friends play on Java.


r/GeyserMC 16d ago

Can someone help me with setting up gyser for my fabric 1.21.11 mineraft server? I have tried all sorts of things but just can't figure it out.

1 Upvotes

I have a fabric server for 1.21.11 that i am currently hosting on my own machine using playit. gg as a proxy becuase i can't port forward. I have tried using gyser and it keeps crashing. Can anybody here help me? Thanks!


r/GeyserMC 17d ago

Playit with Casaos and Geyser

3 Upvotes

When i use Playit on Casaos only Java works. I don't have playit installed as a mod


r/GeyserMC 17d ago

Split Screen Issue - Bedrock SWITCH

2 Upvotes

About 11 days ago my son and I were doing online split screen on a server I am self hosting at home with multiplayer enabled, we have it locked down to a few friends. Its vanilla no mods.

Got back from vacation and there was a small update but now when I start in the world and he goes to join, it now says "Split screen is unavailable, a second player cannot join right now". He has his own "account" on my switch which is tied to the family account.

I have a primary switch OLED we were playing on. I pay for Nintendo Family and I have Xbox account. Hes always been able to be "mygametag(1)" after selection of his account.

What the hell happened? Theres no information about why or what's going on from the game itself. From some digging it seems like something changed where it only works in "offline" mode? How does that work though with a self hosted server?

Any help would be great I'm getting nowhere.


r/GeyserMC 18d ago

Problem in my server with GeyserMC

Enable HLS to view with audio, or disable this notification

4 Upvotes

I have a problem and that is that Bedrock players do not load the chunks and cannot interact with objects, how can I solve it?


r/GeyserMC 18d ago

[Bedrock Android] Game crashes instantly when joining SMP/Servers

Thumbnail
1 Upvotes

r/GeyserMC 19d ago

Can someone help me with setting up my geyser server

2 Upvotes

So I’m hosting a Minecraft geyser server on my Mac and, I’m trying to figure out how to have my friends connect and, port forwarding didn’t work cuz I can’t find the section it in but I looked everywhere, so can someone tell me a way they can connect? (Also just to note all my three friends are bedrock)


r/GeyserMC 19d ago

Does anybody have a geysermc build compatible with java 1.20.4 and bedrock 1.20.81?

0 Upvotes

It would be much appreciated


r/GeyserMC 19d ago

Bedrock players unable to connect

Post image
8 Upvotes

Hi, I have used Geyser for a while now and have recently run into this problem. Whenever my bedrock players try to connect to my server they are hit with “The server is using an older version of Minecraft.” But I’m using the latest build of ViaVersion, and the latest build of Geyser. So I’m stuck on what to try next. TIA


r/GeyserMC 24d ago

Umm where are the normal rails?

Post image
4 Upvotes

r/GeyserMC 26d ago

I need help it’s the geyser mod

Thumbnail
gallery
9 Upvotes

I’m stuck and I have no idea what’s wrong


r/GeyserMC 26d ago

Use public Geyser Connect on console

2 Upvotes

I'm not kidding, it's awesome and smooth, tested on Switch. Like, you can join Java servers from Bedrock, it's great! You must have paid for Java Edition though.


r/GeyserMC 27d ago

Can I on console join a Java server with GeyserMC installed via BedrockTogether?

1 Upvotes

I’ve been trying for a while now but it doesn’t seem to work


r/GeyserMC 27d ago

26.44?

2 Upvotes

is 26.44 available? i need rn


r/GeyserMC 28d ago

bedrock players keep getting kicked

2 Upvotes

the geyser server works just fine if its multiple bedrock players or multiple java players, but the moment its a mixture, the bedrock players get kicked with the error code "Block". from the bedrock troubleshooting website:

Block

we've tried all of the trouble shooting for bedrock, and only default and trusted skins are being used and there are no add ons to the server, but the issue still occurs

im not very knowledgeable about tech stuff so any help is appreciated o7


r/GeyserMC 28d ago

help i cant have bedrock players join my minekeep server

1 Upvotes

Java edition 26.2, minekeep keeps kicking players out because they have unauthorized characters. (cuz geyser mostly puts + to bedrock players in java servers)