
A PC enthusiast has taken connector safety on the RTX 5090 into their own hands, building an open-source tool that automatically powers down the system before the graphics card's power cable can overheat. The utility, designed for Asus ROG Astral GPUs, tracks the current flowing through each pin of the 12V-2×6 connector and triggers an emergency shutdown if any single pin draws more than 9.5A for longer than 15 seconds.
The tool emerged from growing community concern about high-end graphics cards and their power delivery systems. While Nvidia's latest flagship cards have largely moved past the melting connector issues that plagued earlier generations, enthusiasts remain cautious — and this developer decided to build a software-level safety net rather than wait for a hardware revision.
The utility relies on the ROG Astral's onboard sensor circuitry, which provides real-time per-pin current readings. This granular data is not available on most other RTX 5090 models, which is why the tool is currently limited to specific Asus cards. The software polls the sensor data continuously and compares it against a hardcoded threshold.
If a pin exceeds 9.5A for more than 15 seconds, the tool issues a system shutdown command. The delay is intentional — it avoids false positives from brief transient spikes during gaming or benchmarking, while still catching sustained overload conditions that could lead to connector degradation or failure.
The 12V-2×6 connector distributes power across six 12V pins, and uneven current sharing can cause one pin to carry far more load than others. Even if the total power draw stays within spec, a single overloaded pin can generate excessive heat at the contact point, potentially damaging the connector or the GPU's power input.
Most existing monitoring tools only report aggregate power consumption. This new utility is among the first to expose per-pin behavior and act on it automatically, giving Astral owners a level of protection that Nvidia's own software does not currently offer.
The tool cannot be used on reference-design RTX 5090 cards or models from other board partners, as those lack the necessary sensor hardware. Even within the Asus lineup, only the ROG Astral series provides the per-pin telemetry required for the software to function.
Early reactions from the PC building community have been largely positive, with many praising the developer for addressing a real concern through software. Some have noted that the 9.5A threshold is conservative — the connector is rated for higher per-pin currents — but the tool's creator has stated that the goal is safety, not squeezing out maximum performance.
The project is open-source, allowing other developers to audit the code or adapt it for future GPU models that include similar sensor capabilities.
Asus has not officially commented on the tool, and it remains unclear whether the company plans to integrate similar safeguards into its own software suite. Meanwhile, the developer has hinted at adding logging features and configurable thresholds in future releases. For now, ROG Astral owners who want extra peace of mind can download the utility and set their shutdown parameters — though they should keep in mind that it is a community project, not an official Nvidia or Asus product.