Start & stop button starts & stops multiple servers #223

Closed
opened 2026-02-04 17:09:12 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @QuintenQVD0 on GitHub (Dec 13, 2024).

Originally assigned to: @lancepioch on GitHub.

Current Behavior

In the new client area if you have 2 servers that are both offline, and you press start on one of them, both will start.

Note: This does not happen in the old client side

https://github.com/user-attachments/assets/7cd951a1-beb6-44e4-9dbe-192bcb0ce756

Expected Behavior

If you hit start only that server should start.

Steps to Reproduce

  1. Make 2 servers, I have 2 mumble servers (but was tested with BungeeCord)
  2. check if both servers are offline (auto start maybe on)
    afbeelding
  3. Press start on one of them
    afbeelding
  4. See that they both start
  5. Press stop on the container that started them both and see that both containers will go offline

Note it may only happen if you start and then stop a server and then try to start it again (so not the first time)

Panel Version

main and v1.0.0-beta16

Wings Version

master

Games and/or Eggs Affected

All

Docker Image

All

Error Logs

Wings: https://paste.pelistuff.com/TYCW
Panel: https://paste.pelistuff.com/a2ER

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @QuintenQVD0 on GitHub (Dec 13, 2024). Originally assigned to: @lancepioch on GitHub. ### Current Behavior In the new client area if you have 2 servers that are both offline, and you press start on one of them, both will start. Note: This does not happen in the old client side https://github.com/user-attachments/assets/7cd951a1-beb6-44e4-9dbe-192bcb0ce756 ### Expected Behavior If you hit start only that server should start. ### Steps to Reproduce 1. Make 2 servers, I have 2 mumble servers (but was tested with BungeeCord) 2. check if both servers are offline (auto start maybe on) ![afbeelding](https://github.com/user-attachments/assets/820c09f9-119c-4140-a9a4-c7a41f63e4a4) 3. Press start on one of them ![afbeelding](https://github.com/user-attachments/assets/f343c3e9-7568-4979-908e-2fcca58c9a47) 4. See that they both start 5. Press stop on the container that started them both and see that both containers will go offline Note it may only happen if you start and then stop a server and then try to start it again (so not the first time) ### Panel Version main and v1.0.0-beta16 ### Wings Version master ### Games and/or Eggs Affected All ### Docker Image All ### Error Logs ```bash Wings: https://paste.pelistuff.com/TYCW Panel: https://paste.pelistuff.com/a2ER ``` ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
OVERLORD added the 🟢 easy label 2026-02-04 17:09:12 +03:00
Author
Owner

@Boy132 commented on GitHub (Dec 13, 2024):

I assume that's because we use Livewire.On (https://github.com/pelican-dev/panel/pull/780 originally changed it, but https://github.com/pelican-dev/panel/pull/789 added it back)

@Boy132 commented on GitHub (Dec 13, 2024): I assume that's because we use [`Livewire.On`](https://github.com/pelican-dev/panel/blob/main/resources/views/filament/components/server-console.blade.php#L171) (https://github.com/pelican-dev/panel/pull/780 originally changed it, but https://github.com/pelican-dev/panel/pull/789 added it back)
Author
Owner

@notAreYouScared commented on GitHub (Dec 13, 2024):

780 broke power buttons... 789 fixed them... so we have a bigger issue

@notAreYouScared commented on GitHub (Dec 13, 2024): 780 broke power buttons... 789 fixed them... so we have a bigger issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#223