Articles on: ggRock

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


  1. 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).


  1. 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


  1. 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.


  1. Run


ss -K dst YOUR\_PC\_IP\_ADDRESS dport = CLIENT\_PORT\_FROM\_STEP\_3

Updated on: 10/12/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!