Crust is a Minecraft Layer 7 Reverse Proxy that aims for pure performance and rich features.
The software is written in Rust only and in an early development stage. We are currently supporting all minecraft versions starting at 1.20.2. We aim to improve the protocol support to 1.8 and up
Currently Linux aarch64 and x86_64 are available in compiled form.
Download the binary file that matches your OS on Jenkins
make the file executeable
chmod +x crust-linux-x86_64
Run Crust
./crust-linux-x86_64
You can also run it inside a screen or container
After the server is started for the first time a config.json file will be created in the same folder as the executable.
Right now you need to restart to apply config changes.
You should firewall the ports of you backend servers or bind you backend servers locally, otherwise someone could join your backend servers without authentication.
- Joining to, forwarding and switching server
- configurable packet limiter
- configurable fallback system (server priority system)
- simple /server command
- compression and encryption support for client and server connections
- online and Offline Mode support
- spigot data/ip forwarding support
- configurable connection throttle
- logging system
- de-/serializing NBT
- de-/serializing Chat components
- versioning in binary file
- inject into Commands packet to make our commands tabable
- HA-Proxy support
- add a plugin system with API and events
- simple permission system
- good terminal UI
- command system
- limbo
- support BungeeCord plugin messaging
- redis
install rust and cargo clone this repo
run the following command in the repos directory: cargo build --release
If you want to contribute just fork the project and create a Pull Request Our team will take a look at your work and will decide if it will be merged or need changes real quick
If you're interested in this project, we would appreciate it very much if you would star the repository