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.59k stars 1.64k forks source link

Batch server power opeations at dashboard page. #5189

Open CarmJos opened 4 weeks ago

CarmJos commented 4 weeks ago

Is there an existing feature request for this?

Describe the feature you would like to see.

Support batch server opeations at dashboard page, which is much more friendly to bungeecord/velocity based minigame servers (who has many sub servers and want to opearate together).

I knew there's a cli to support server-bulk-power, but for sub users (especially for co-workers), this solution is usable.

Also, this function has been mentioned several times during this project lifecycle, and now is the time to support this feature. See #3372 #278 #3207 .

Describe the solution you'd like.

  1. Select servers by click its card (and will be better if support pattern name matching).
  2. Use button at top(or a floating button) to batch operate servers. (Start All/Stop All/Restart All)

Additional context to this request.

image

This function also has been implemented MCSManager, Multicraft. In pterodactyl, we need it too.

yesBad commented 4 weeks ago

You literally searched and saw this exact issue still being open yet you still made a new issue?

CarmJos commented 4 weeks ago

You literally searched and saw this exact issue still being open yet you still made a new issue?

In this topic, more information and requirements are provided, so it is opened separately.