Setup of Geyser Standalone
Prerequisites
- The server you are connecting to has to support the latest version of Minecraft: Java Edition (at this time this is Minecraft 1.19.4) The server itself does not have to be the latest version but does have to allow connections. If you’re running the server on an older version, you can use the plugin ViaVersion.
- The device running Geyser must support Java 16 or later. If you need help installing or updating, please see PaperMC’s Java update page.
- If you are connecting to an online mode Java server, a paid Java account is required. If you are running the server, you can bypass this requirement for your server with Floodgate.
- Your Bedrock client has to be a supported version - at this time that is Bedrock version(s) 1.19.40 - 1.19.80.
- To allow Geyser Standalone to be reached outside the local network, Unlike Minecraft: Java Edition, Bedrock Edition runs on port 19132 on the UDP protocol. When port forwarding, make sure to allocate to 19132 UDP or another UDP port.
- Currently, Geyser does not support key signing. To disable it (on servers running version 1.19 and higher), follow these instructions: Spigot, Paper, & all forks: Set
enfore-secure-profile: false
in theserver.properties
file. On BungeeCord: Setenforce_secure_profile: false
in yourconfig.yml
. Using Velocity: setforce-key-authentication = false
in yourvelocity.toml
.
Standalone Setup
Please keep in mind, you need some sort of computer or host to run Geyser Standalone on. Applications such as Termux on Android are capable of running Geyser, but this largely depends on how powerful your Android device is. Please do so at your own risk. Instructions to run Geyser on Termux can be found here.
- Download Geyser Standalone.
- Create a new folder for Geyser, and drop the jar in there.
GUI Setup (Recommended)
- Double-click the jar file and all the necessary files for Geyser will be created.
- Configure options such as the server you want to join in the Geyser config. A description of all options of the config can be found on the Understanding the Config page.
- Stop the current instance of Geyser and re-run it.
Console Setup
- Create a new bat or startup script, similar to the one you’d use for a Spigot or Paper server, and take a look at this page for what to put into it.
- Run the startup script/bat, and all the necessary files for Geyser will be created.
- Configure options such as the server you want to join in the Geyser config. A description of all options of the config can be found on the Understanding the Config page.
- Stop the current instance of Geyser and re-run it.
Once you’re done, open up Minecraft: Bedrock Edition and in the Friends tab, Geyser should show up there. If it does not show up, just add the Java IPv4 address and Bedrock port.
Standalone Setup (Geyser and Floodgate are not on the same server)
If you want to offload Geyser’s processing you can host Geyser (Standalone) somewhere else and make it redirect to your server. Warning: Do not forget to edit the remote section of your Geyser config. See the Floodgate wiki page for more details.
Port Forwarding
Unlike Minecraft: Java Edition, Bedrock Edition runs on port 19132 on the UDP protocol. When port forwarding, make sure to allocate to 19132 UDP or another UDP port. For many server hosting providers, you will simply need to change your Bedrock listening port (see here for a list of supported providers).
Termux (Android)
Please read the disclaimer here before continuing.
- Download and install Termux
- Run
pkg install openjdk-17
- Run
wget https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/build/libs/Geyser-Standalone.jar
- Run
java -jar Geyser-Standalone.jar
OR
We have an automated setup script for clean Termux installs, which might not work for all users. If the manual guide above does not work, try this. Run this to start the download/install:
curl https://gist.githubusercontent.com/rtm516/e3e07d6595ee41e05a38b03c0f4d7a80/raw/install.sh | bash
NewTerm 2 (iOS)
Note: A jailbreak is required. You can find what jailbreak to use for your device here.
- Install Filza File Manager.
- Install NewTerm 2.
- Download PojavLauncher’s Java 16 JRE for iOS and install it using Filza here.
- Download this package containing modified java commands, and install it using Filza here (Note: Not an official GeyserMC project, install at your own risk).
- Open NewTerm 2 and run
wget https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/standalone
- Run
java -jar Geyser-Standalone.jar
. - Geyser should show up in the Friends tab inside Minecraft.
Note: Due to the iOS environment, if your device has low specs, iOS might end up killing NewTerm 2 while you’re playing, stopping the server. There is no fix for that because of how iOS works.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.