GuavaHost
Language & currency
Client AreaGame Panel Toggle navigation
Games All Games
Minecraft JavaMinecraft BedrockMinecraft GeyserRustRuneScape: DragonwildsPalworldValheimValheim + BepInExARK: Survival EvolvedARK: Survival AscendedProject ZomboidEnshroudedDon't Starve TogetherCounter-Strike 2TerrariatModLoaderHytaleDiscord Bot Hosting
Navigation PricingReviewsHelp CenterSupport Company About UsFAQSLATerms of ServicePrivacy Policy
Language & currency
Client AreaGame Panel

How to Set Up Geyser and Floodgate for Crossplay

Get Java and Bedrock players onto one GuavaHost server: find your Bedrock port, check Floodgate is doing its job, and handle Bedrock usernames and updates.

5 min read · Updated Sep 23, 2026 · By GuavaHost Team

On GuavaHost's Minecraft Geyser plan, Geyser and Floodgate are installed for you, so crossplay mostly works from the first start. This guide walks through the few things worth checking: which port Bedrock players use, that Geyser is using Floodgate, what key.pem is for, and how Bedrock usernames work with your admin commands. For what crossplay can and cannot do, read Geyser explained first.

What your crossplay server actually runs

A Minecraft Geyser server is a Paper server with two plugins added in the plugins folder when it is installed:

  • Geyser, which translates between Bedrock and Java so Bedrock players can connect.
  • Floodgate, which lets Bedrock players join with just their Microsoft account, no Java account needed.

Because it is Paper underneath, Java players join normally and you can add any Paper plugin alongside. Both plugins are downloaded fresh at install time, so a new server starts on current builds.

Step 1: Start the server once

Press Start on the Console tab and let it finish loading. On the first start the two plugins create their folders:

  • plugins/Geyser-Spigot/ holding Geyser's config.yml
  • plugins/floodgate/ holding Floodgate's config.yml and key.pem

Watch the console as it boots. Geyser prints its own startup lines, and an error there is the first thing to look for if Bedrock players cannot connect later.

Step 2: Find your two ports

Your server listens on two ports on the same IP address:

  • Java port: the port in the address at the top of the server view. Java players use this.
  • Bedrock port: a separate port. Bedrock players use this one, and only this one.

To find the Bedrock port, open the Network tab. It lists every port on your server: the primary one is Java, and the other one is Bedrock. Your Startup tab may also show it as a Geyser Port setting. Finding your server IP and port explains the Network tab.

Two things to know here. Bedrock traffic uses UDP, and the panel opens your ports for UDP as well, so there is nothing to forward. And the server's startup command hands the Bedrock port to Geyser directly, which overrides the port line in Geyser's config.yml. Editing that line does nothing, so leave the port settings alone.

Step 3: Check Geyser is using Floodgate

  1. Open the Files tab and go to plugins/Geyser-Spigot/.
  2. Open config.yml and find the auth-type line. Current Geyser versions keep it in the java: section; older versions call that section remote:.
  3. It should say auth-type: floodgate. If it says online, change it to floodgate and press Save Content.
  4. Leave the Java address setting as it is. On a plugin setup like this one, Geyser works out the address itself.
  5. Restart the server from the Console tab.

With floodgate set, Bedrock players get straight in. With online, Geyser asks them to sign in to a Java account, which most of them do not have.

Step 4: Understand key.pem (then leave it alone)

Floodgate creates plugins/floodgate/key.pem on its first start. It is a shared secret: Geyser uses it to vouch for each Bedrock player, and Floodgate uses it to check that vouch is genuine.

  • You do not need to copy it anywhere. When Geyser and Floodgate run on the same server, as they do here, Geyser reads Floodgate's key automatically. Copying key.pem is only needed on networks where Geyser runs on a separate proxy.
  • Keep it private. Anyone with your key.pem could run their own Geyser and join your server pretending to be any Bedrock player. Never post it in Discord or share it in a screenshot.
  • Do not delete it. If it changes, restart the server so both plugins load the same key.

Step 5: Test both editions

  1. On Java, add the server with the address from the top of the server view. See Join your Minecraft Java server.
  2. On Bedrock, add the server with the same IP and the Bedrock port in the Port field, replacing the 19132 Minecraft fills in. See Join your Minecraft Bedrock server.
  3. Console players cannot type an address directly; see Play Bedrock on console.
  4. Once a Bedrock player is in, run geyser list in the Console to see everyone connected through Geyser.

Bedrock usernames and admin commands

Floodgate adds a prefix to Bedrock names so they cannot clash with Java names. The default prefix is a dot, and spaces become underscores, so the Bedrock player Steve Plays appears as .Steve_Plays. Both settings are in plugins/floodgate/config.yml as username-prefix and replace-spaces. Pick your prefix before launch and avoid an empty one, which lets Bedrock and Java names collide.

Use the full prefixed name in normal commands:

op .Steve_Plays
ban .Steve_Plays

Whitelisting is the exception. A normal whitelist add cannot find Bedrock players, so Floodgate has its own command, used without the prefix:

fwhitelist add Steve_Plays
fwhitelist remove Steve_Plays

See Set up a Minecraft whitelist without locking yourself out and Ban, kick and unban players.

Floodgate's global linking is on by default. It lets a player who owns both editions link their accounts through GeyserMC's linking service, so they are the same player on either device. GeyserMC's own documentation covers how players link.

Keeping Geyser up to date

Bedrock updates often, and after a big Bedrock update, Bedrock players may not be able to join until Geyser supports the new version.

  1. Run geyser version in the Console. It shows your version and checks for updates.
  2. If one is available, download the Spigot builds of Geyser and Floodgate from GeyserMC's official download page.
  3. On the Files tab, replace the old .jar files in plugins with the new ones. Keep one copy of each; two Geyser jars will conflict.
  4. Restart the server.

Geyser is built for current Java versions of Minecraft. If you keep your Paper server on an older version, check GeyserMC's documentation for what that version needs.

Troubleshooting

Bedrock says "Unable to connect to world". Almost always the port. Use the Bedrock port from the Network tab, not 19132 and not the Java port. Then check the console for Geyser errors on startup.

Bedrock players are asked to sign in to a Java account. auth-type is not floodgate, or Floodgate did not load. Run plugins in the Console; both Geyser and Floodgate should be listed as enabled.

Bedrock players are kicked with "Please connect through the official Geyser". Floodgate could not verify Geyser's key. On a single server this usually follows a changed or replaced key.pem, so restart the server so both plugins load the same key. If it keeps happening, bring the console log to us.

A whitelisted Bedrock player still cannot join. They were added with whitelist add. Use fwhitelist add instead.

Still stuck? Jump into our Discord at discord.gg/GuavaHost and the team will help you out.

  • geyser
  • floodgate
  • crossplay
  • bedrock
  • java
  • key.pem
  • udp
  • minecraft

Host a Minecraft Geyser server From $3.99/mo, with instant setup and DDoS protection.

Still need help? Our team is online 24/7 to answer questions.

Contact support

Related guides

More from Crossplay.

  • Geyser explained: Java and Bedrock crossplay

    Geyser is a translation layer that lets Minecraft Bedrock players join a Java server. This guide covers how it works and, just as important, what it does and does not give you.

    4 min

  • Converting a Java world to Bedrock

    You can convert a Minecraft Java world to Bedrock using third party tools like Chunker, but it is lossy: terrain and builds usually survive, while entities and container contents often do not, and modded content will not convert at all. Here is the honest process.

    4 min

  • Ban, Kick and Unban Players on a Minecraft Server

    Kick, ban, IP-ban and unban (pardon) players on your Minecraft Java server from the panel console or in game, plus how it works on Bedrock.

    4 min