question

scottadams avatar image
scottadams asked

How can I shutdown a custom server from game manager?

I have had custom server bugs occur where the heartbeat was still working but the app wasn't responding to remote requests to shut down.

Is there a way from the game manager dashboard online to cause it to shut down and have its logs captures?

game manager
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

Have you tried to shut down the server using PlayFab Multiplayer API ShutdownMultiplayerServer? Generally, calling this API can force shut down the server session when your server program logic does not work. You can use the title entitytoken as the request header to invoke this API in the REST API testing tool – Postman.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.