mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 22:16:37 +02:00
29 lines
1.6 KiB
Markdown
29 lines
1.6 KiB
Markdown
# GeyserConnect
|
|
|
|
[](https://java.com/)
|
|
|
|
[](LICENSE)
|
|
[](https://ci.nukkitx.com/job/GeyserMC/job/GeyserConnect/job/master/)
|
|
[](http://discord.geysermc.org/)
|
|
[](http://hits.dwyl.io/GeyserMC/GeyserConnect)
|
|
|
|
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](https://github.com/Pugmatt/BedrockConnect) and [Geyser](https://github.com/GeyserMC/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](bind9)
|