← All projects
◆ Minecraft · Java · Velocity fork
Conduit
Velocity is fast. Conduit is Velocity tuned for the messy reality of heavily modded networks — native NeoForge and Forge support, smart compression, and networking you can actually configure.
GPL-3.0Java 21+Velocity baseActive
License
GPL-3.0
Runtime
Java 21+
Base
Velocity
Status
Active
Overview
Most proxies assume vanilla-shaped traffic. Conduit doesn’t. It speaks modern modloader protocols natively, so NeoForge and Forge backends connect without translation layers or brittle compatibility plugins.
It stays a drop-in for existing Velocity setups: the same config shape, the same plugin API surface where it matters, but with the hot paths reworked for the payload sizes modded servers actually push.
Why Conduit
- Native NeoForge & Forge handshake — no plugin shims
- Smart packet compression tuned for large mod payloads
- Fully configurable networking: thread pools, timeouts, buffers
- Drop-in compatibility with existing Velocity configuration
- Built for Java 21 virtual threads from day one
Install
Grab the latest build and run it with Java 21. Point your backends at it like any other Velocity proxy.
terminal
# download the latest build curl -LO https://tame.gg/dl/conduit.jar # run on Java 21+ java -jar conduit.jar
Now on Velocity-ctd.