Skip to content

GateThe Lightweight Minecraft Proxy

Replacing BungeeCord/Velocity โ€ข Optimized for efficiency, low memory usage 10MB โ€ข Developed in Go โ€ข Embrace the cloud native era!

Get Started in Minutes

The next generation Minecraft proxy

Choose your preferred installation method and start scaling your Minecraft network with Gate's powerful features.

Cross-Play Ready

Bedrock Edition Support

Unite Java and Bedrock players on the same server with built-in Geyser integration. Use familiar tooling and plugins while welcoming players from every platform.

Cross-Play via Geyser
Managed Mode Available
No Backend Plugins
Geyser
Geyser
Gate
Gate
Backend
Backend

Bedrock players connect via Geyser โ†’ Gate translates protocols โ†’ Backend servers handle gameplay

Quick Start
git clone https://github.com/minekube/gate.git
cd gate/.examples/bedrock
./start.sh

Ultra-Lightweight Mode

Host-based routing made simple

Gate Lite acts as an ultra-thin reverse proxy, efficiently routing connections based on hostnames. Protect multiple backend servers behind a single port with minimal overhead.

Lite Mode Diagram
config.yml
config:
  lite:
    enabled: true
    routes:
      - host: '*.example.com'
        backend: 10.0.0.1:25567
      - host: [ example.com, localhost ]
        backend: [ 10.0.0.2:25566 ]
        cachePingTTL: 3m

Live Configuration

Configure without restarts

Gate watches your config file for changes and applies them instantly without disconnecting players. Switch modes, add servers, or update settings - all while staying live.

Scale your Minecraft network today

Start using Gate in under 5 minutes. Join hundreds of server owners building better networks with Minekube technology.

800+
Discord Members
750+
GitHub Stars

Released under the Apache 2.0 License. (web version: 2f5b5fae)