Cannot boot one system, unable to delete from ggRock Web UI
Problem
A single PC in the center is unable to boot, and it cannot be deleted from the ggRock Web UI.
The error message displayed may indicate "no more network devices".
Solution
- Within the ggRock Web UI, look for the Machine that will not boot. It should have an unchanging number of Sent/Received bytes (usually under 1 MB).
- Run this command from the ggRock Server Console to view open TCP connection for your stuck Machine:
ss -H -t4n state established "( sport = :3260 and dst = YOUR\_PC\_IP\_ADDRESS )"
(don't forget to replace the following with the IP address of the stuck machine:)
YOUR\_PC\_IP\_ADDRESS
- You should see one or two stuck connections. Last column will display your stuck Machine IP and then destination port, which you will need to kill the connection.
- Run
ss -K dst YOUR\_PC\_IP\_ADDRESS dport = CLIENT\_PORT\_FROM\_STEP\_3
Updated on: 10/12/2025
Thank you!
