Setup Android - rtm516/GeyserMC-wiki GitHub Wiki
This covers setting up Geyser Standalone for Android using Termux. If you are just wanting Android support then use any of the gides as Geyser supports Android regardless on how it runs
- Go to here and access the latest build. Copy the download address of the jar that fits your server and
wgetit into yourpluginsfolder on the server. - Go to here and access the latest build. Copy the download address of the download that fits your server and
wgetit into yourpluginsfolder as well. - Start the server and wait for it to finish loading.
- Stop the server.
- Navigate to your
pluginsfolder. - Enter the folder that has a name starting with floodgate.
- Move the
public-key.pemfile into the folder that was created which has a name starting with Geyser. - In the same Geyser folder, use
nanoto edit theconfig.ymlfile and change theauth-typeto floodgate. - Head back to here and copy the download address of the version of Geyser that is simply named
Geyser.jar. - Create a folder on the root of your minecraft server and navigate to it.
- Use
wgetto getGeyser.jarinto the folder. - Run it using
java -jar Geyser.jar - Once Geyser is done loading hit
CTRL+C - Use
nanoto edit theconfig.ymlfile that was created in the folder. Change the port it is listening on to 19134. - Run
tmux new-session -s geyser - Run
java -jar Geyser.jar - Detach from tmux.
- Navigate to your minecraft root folder.
- Run
tmux new-session -s server - Start your server
- You are done! Now to have players connect without a java account from bedrock have them set their port to 19132. If they have a java account get them to set it to 19134. If they are on pc java edition then no port is required.