How to link multiple servers together using Velocity (the modern alternative to BungeeCord).
A proxy is a server that doesn't host any worlds itself. Instead, it accepts player connections and forwards them to other "backend" servers (like Hub, Survival, Creative). This allows players to switch servers without disconnecting.
velocity.toml in the File Manager.player-info-forwarding-mode and set it to "modern".[servers] section. Add your backend servers here:
[servers]
hub = "127.0.0.1:25566"
survival = "127.0.0.1:25567"
try = ["hub"]
For each server you want to link (Hub, Survival, etc.):
server.properties.online-mode=false (The proxy handles authentication).config/paper-global.yml.proxies.velocity.enabled: true and online-mode: true.secret: to the secret key found in your Proxy's forwarding.secret file.CRITICAL: Since backend servers are in offline mode, you MUST setup a firewall (IP Whitelist) so players cannot bypass the proxy and join them directly. In RYN Host panel, use the firewall manager to only allow connections from your Proxy's IP.