pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.84k stars 1.75k forks source link

Save suspended gameserver on external data like hdd and move him back when the Server is unsuspended #3094

Closed Felix5566 closed 3 years ago

Felix5566 commented 3 years ago

Save suspended gameserver on external data like hdd and move him back when the Server is unsuspended:

When a game server is suspend mode, the server will go into copy mode. In copy mode all data is copied from the game server to an external storage. If the gameserver has been successfully moved to the external storage, the gameserver is deleted from the node and the reserved "Memory Allocated" and "Disk Space Allocated" is released again from the node.

If the player wants to have the server again, he has to pay the bill, so the server is unsuspended and the data is copied back.

trenutoo commented 3 years ago

This is a very specific feature aimed at commercial services, third-party modification would be more appropriate

Felix5566 commented 3 years ago

I am using the WHMCS Module, is it better i request the feature there?

DaneEveritt commented 3 years ago

Yeah I'm not building this, sorry. Mostly because I'm just not interested in building logic for such a use case, or the complexity the comes with it.

RihanArfan commented 3 years ago

You can accomplish this by calling the API to transfer the server to a different node.