Suppose I have 5 servers in the mode StandBy. There are no players on them, but I want to immediately transfer 4 of them to the mode Active. How to do it?
Answer by Gosen Gao · Apr 01 at 07:01 AM
You can use API RequestMultiplayerServer to turn one Standby server into Active. If you want to turn 4 servers into Active, then you can call this API 4 times with different SessionIds.