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
wget
it into yourplugins
folder on the server. - Go to here and access the latest build. Copy the download address of the download that fits your server and
wget
it into yourplugins
folder as well. - Start the server and wait for it to finish loading.
- Stop the server.
- Navigate to your
plugins
folder. - Enter the folder that has a name starting with floodgate.
- Move the
public-key.pem
file into the folder that was created which has a name starting with Geyser. - In the same Geyser folder, use
nano
to edit theconfig.yml
file and change theauth-type
to 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
wget
to getGeyser.jar
into the folder. - Run it using
java -jar Geyser.jar
- Once Geyser is done loading hit
CTRL+C
- Use
nano
to edit theconfig.yml
file 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.