Is there anyway to restart a Reserved Server?

Hi all,

One of our reserved servers that we’re using for an event is returning an error for all users in our game: Failed to connect to the Game (ID = 17: Connect attempt failed.) (Error code: 279) for all our users.

Unfortunately, Roblox doesn’t allow you to see individual Reserved Servers in the Place editor page, so I can’t restart the server the normal way I would.

So has anyone come up with a strategy for restarting broken reserved servers? Was thinking maybe of using the messaging service to force kick all players on broken instances.

Any other ideas?

I would create another reserved server and teleport all current players in the broken reserved server there.

As of right now, you can’t really remotely check if it’s a broken server unless you write like 1000+ lines of code to check every thing. However, you could add a button, and when a server is broken, they can click it and it will put all players in a new reserved server. Now this could get abused, but this is really the only way to go about this.