So I use reserve servers to act as private servers since my game has multiple places: when a player joins one of their reserved servers through their private server, I give them access to their reserved server ID so that they can give it to others to allow them to join the server.
I realised a problem, that once a player’s private server subscription runs out, there’s nothing stopping them and others from using that reserved server ID that they got while the subscription was active to keep joining. I wanted to know if there was any way to shutdown reserved servers or something like that to prevent this.
Maybe you can rather than than closing the server, stop people from joining it by checking if the owner still has a subscription, don’t know if this is possible though
Sadly, like you said, I don’t think there is a way to check if a player still has a subscription