HomeJavaModsNG HaProxy Support
NG HaProxy Support
ModsJava

NG HaProxy Support

by SSbaxyS · on Modrinth

Adds HAProxy protocol support to Forge servers. See real player IPs behind Velocity, TCPShield, FRP, and Nginx proxies. Features hot-reload config, status…

⬇ Download on Modrinth

NG Proxy Support

Adds HAProxy PROXY protocol support to your Minecraft Forge server.

See real player IP addresses when your server is behind a proxy like Velocity, TCPShield, FRP, Nginx, or any other HAProxy-compatible reverse proxy.


Features

Commands

Command Permission Description
/proxyprotocol reload OP Level 4 Reload config without restart
/proxyprotocol status OP Level 4 View current config and active rules

Configuration

Config file: config/proxy_protocol_support.json

{
  "enableProxyProtocol": true,
  "proxyServerIPs": ["127.0.0.1"],
  "directAccessIPs": ["127.0.0.1", "192.168.0.0/16"],
  "whitelistTCPShieldServers": false,
  "logConnections": true
}
Option Description
enableProxyProtocol Enable/disable the mod entirely
proxyServerIPs IPs of your proxy servers (Velocity, HAProxy, etc.) — PROXY headers will only be accepted from these IPs
directAccessIPs IPs allowed to connect directly without PROXY headers
whitelistTCPShieldServers Auto-fetch TCPShield IPs and add them to proxy whitelist
logConnections Log real IP and proxy IP to logs/proxy_connections.log

How It Works

Player → Proxy (Velocity/HAProxy/FRP) → Forge Server (with NG Proxy Support)
                                          ↓
                                   Reads PROXY header
                                   Extracts real IP
                                   Sets player address
  1. Your proxy sends a PROXY protocol header with the real client IP
  2. NG Proxy Support intercepts incoming connections and reads the header
  3. The player's address is set to their real IP instead of the proxy IP
  4. All server logs, ban systems, and plugins see the correct IP

Security Model

NG Proxy Support uses a fail-closed model:

This prevents players from bypassing your proxy to connect directly and spoof their IP.

Setup Guide

With Velocity

  1. Install NG Proxy Support on your Forge server
  2. Enable PROXY protocol in Velocity's velocity.toml:
   [advanced]
   haproxy-protocol = true
  1. Add your Velocity server IP to proxyServerIPs in the mod config
  2. Restart both servers

With HAProxy / Nginx / FRP

  1. Configure your reverse proxy to send PROXY protocol headers
  2. Add the proxy IP to proxyServerIPs
  3. Restart the Forge server

Requirements

Credits

Made by xylos | © 2024-2026 All rights reserved

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more