Rift is a fast and simple layer 7 proxy for Minecraft servers heavily inspired by BungeeCord and actix.
This is not even close to being production ready, so don't use it in production.
- Support many protocol versions
- Support both Java edition and Bedrock
- Support distributed proxy setups out the box
- Built-in web panel for analytics and configuration
- Be very fast.. sonek fast ..
There's really not much you can do right now outside of manually building and running rift yourself.
Clone and cd into rift directory
git clone https://github.com/bizarre/rift.git && cd rift
Build and run rift
cargo run
The default configuration binds to port 25570
, if you add localhost:25570
to your Minecraft server list you should see rift running!
That's about it. You can proceed to fine-tune the config.toml to your liking.
You can start by trying to find an issue on the issue tracker. You can also just contribute by trying to use rift and reporting any issues you find. If you need help or want to have a deep conversation, send me an email at alex@bizar.re or reach out on Discord (bizarre#0001).