You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------+ +-----------+ +---------------------+
| +----------------------> +----------------------> |
| Player A | TCP connection | OVH VPS | PROXY Protocol | BungeeCord Server |
| <----------------------+ <----------------------+ |
+------------+ +-----------+ +---------------------+
Requirement
Linux Kernel 4.9+ (Debian 11 is recommended)
Install sudo if you haven't yet
sudo -V || apt -y install sudo
Update the Package Index
sudo apt -y update
Install curl if you haven't yet
sudo apt -y install curl
Setup IP address environment variables
# This proxy server IP address (Auto fetch)
export INSTANCE_IPV4=$(curl -4fsSL ip.denpa.io)
# The port you want to expose to your players, usually same as your Minecraft server
export EXPOSED_PORT=25565
# Your Minecraft server IP address
export BACKEND_HOST=1.2.3.4:25577
For UDP?? for tcp its worked😄