Ouranos is a proxy for Minecraft Bedrock Edition that enables players using any client version to connect seamlessly to any server version by performing protocol-level translation without modifying the original server or client software.
- Cross-Version Compatibility: Transparently bridges different Bedrock protocol versions so older or newer clients can join servers regardless of version differences.
- Low-Latency Forwarding: Built upon the high-performance Netty framework and CloudburstMC/Protocol, Ouranos adds minimal overhead, ensuring that latency remains in the millisecond range even under heavy traffic.
- Go to the Releases page and download
Ouranos.jar
. - Run:
java -jar Ouranos.jar
- A default
config.json
will be generated in the current directory on first run.
- Start the Proxy: Ensure
config.json
is set up, then launch Ouranos. The console will log the listening address and port. - Client Connects: In your Bedrock client, add a server pointing at the proxy IP and port (e.g.,
127.0.0.1:19133
). - Version-Agnostic Play: Clients of any supported version will join the backend server transparently.
MIT License. See LICENSE for details.