mc-router icon indicating copy to clipboard operation
mc-router copied to clipboard

Connect players to a fallback server when main backend server is down

Open misaalanshori opened this issue 5 months ago • 2 comments

I'm currently using a setup very similar to the one on the Docker Compose Usage example for our survival server.

I'm wondering if there is a way to configure a fallback server to connect players to when the main server is down. Mainly to show an MOTD message, but also so we still have a smaller server to hang around in to wait for the main server host to come back up.

If this is not yet a feature then I think it would be very useful to have.

misaalanshori avatar Aug 03 '25 10:08 misaalanshori

It's not yet a feature, but sounds like a good idea.

Given this is a low level router and not a proxy like Velocity, when implemented users would need to manually disconnect and reconnect to pick up the main server when it is running.

itzg avatar Aug 03 '25 12:08 itzg

Yeah, that is kinda the behavior I was expecting. Would be very useful

Thank you!

misaalanshori avatar Aug 03 '25 14:08 misaalanshori