Needing Proxy > Proxy > Backend connection order
Wondering if anyone has worked on setting up a server with the configuration of
Proxy > Proxy > Backend
As I'm needing to do this, I tried to do it but get
24 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by alastor7879#0
well
i already see ips not being forwarded
honestly
proxy -> proxy setup is messy
just
do dual proxies and connect them to the same backends
will work better and with less maintenance
and with it you can shutdown the main proxy and work on it, without kicking minehut players and vice versa
with your setup, main proxy needs to be up
I see what you're saying but the online count is skewed and the plugins can often fight over which should be doing what
Due to many plugins running on bungee AND the backend
thats why you use redisbungee
syncs playercounts
havent had issues with the plugins fighting tbh
a fair few plugins do support multi proxy setups
Interesting
I'll look into it, ty for the info
no worries
And do I put redisbungee on both proxies or 1
I assume both, right?
Ofc it's both it needs to send info from both
both
Just asking for pedantics is all
you do need a redis server
ty
but those are very low resource usage
Oh god
Yeah I've used redis
eh dw theres a ptero egg
assuming you use ptero
Aye we do
@ProGamingDk so, I have a multi chat set up on “main” proxy (set up RedisBungee too) and from main proxy all servers are fine, but from Minehut the messages don’t cross over to main proxy, which is part of what I wanted
well what plugin are you using for chat
some chat plugins have multiproxy support (and some have it planned)
Oo, I’ll see
ProxyChatBridge
I know this is an old thread but did you ever get this to work? I have the exact same setup and the same problem, from a chat plugin that claims to have redisbungee support.
GitHub
GitHub - Emibergo02/RedisChat: multi-server chat made for large sca...
multi-server chat made for large scalable networks - Emibergo02/RedisChat
there's also carbon that supports redis (haven't tested it on a dual proxy setup)
Modrinth
Carbon - Minecraft Plugin
Carbon is a modern chat plugin built on channels, with just about every single setting and format configurable.
heard good things about carbon ^
lots of the core paper devs are in the carbon discord so if thats a good sign i dont know what is
I actually figured it out
Despite only having 1 master instance and no slaves, due to what I think is a bug with redisbungee my second proxy server kept trying to write to a read-only replica. So I just commented out
read-only replica=yes
in redis.conf, restarted Redis and then everything worked immediately.