GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
Find a file
2021-11-05 19:38:55 +01:00
.github/workflows Update pullrequest.yml 2021-10-09 17:07:00 +01:00
.idea/copyright Clean copyright message and update all files (#7) 2020-07-29 15:54:47 +01:00
bind9 Add Pixel Paradise 2021-06-09 10:55:34 +01:00
src/main fixed closing forms (#45) 2021-10-09 17:06:43 +01:00
.gitignore fixed closing forms (#45) 2021-10-09 17:06:43 +01:00
build-image.sh bumped openjdk:8 <-> openjdk:16, added much easier setup instructions 2021-11-05 19:38:55 +01:00
Dockerfile bumped openjdk:8 <-> openjdk:16, added much easier setup instructions 2021-11-05 19:38:55 +01:00
Jenkinsfile Updated Jenkinsfile to Java 16 2021-09-21 18:29:28 +01:00
LICENSE Add licence infomation 2020-06-17 10:46:19 +01:00
pom.xml Bump Geyser version to 1.4.3-SNAPSHOT and Java 16 2021-09-21 13:27:22 -04:00
README.md bumped openjdk:8 <-> openjdk:16, added much easier setup instructions 2021-11-05 19:38:55 +01:00

GeyserConnect

forthebadge made-with-java

License: MIT Build Status Discord HitCount

GeyserConnect is an easy way for Bedrock Edition clients to connect to any Java Edition servers without having to run anything.

What is GeyserConnect?

GeyserConnect is a server that Minecraft: Bedrock Edition clients can connect to that allows for a list of Minecraft: Java Edition servers to be displayed and accessed through 1 public Geyser instance. It is effectively a combination of BedrockConnect and Geyser.

Please note, this project is still a work in progress and should not be used on production. Expect bugs!

If you wish to run this in docker and/or use DNS redirection please see the appropriate folders in this repo.

GeyserConnect using Docker

This contains the docker image and a basic way of running GeyserConnect

Setup

  1. Download and build the docker file using ./build-image.sh <imagename>
  2. Start geyser using this:
docker run --name "geyser-c" -d --restart always -p 19132:19132/udp -v $(pwd)/data:/gsc <imagename>

DNS: here