diff --git a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md
index 567407c53f..30f55bbc93 100644
--- a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md
+++ b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md
@@ -30,7 +30,11 @@ TrueNAS displays the issue in logs as a recurring error like **libusb_get_interr
If you get an error, decrease the polling frequency by adding an entry to **Auxiliary Parameters (ups.conf)**: `pollinterval = 10`.
{{< expand "How do I find a device name?" "v" >}}
-For USB devices, the easiest way to determine the correct device name is to set **Show console messages** in **System > Advanced Settings**.
+For USB devices, the easiest way to determine the correct device name is to enable and view console messages in the TrueNAS UI.
+Go to **System > General Settings**, find the **GUI** widget, and click **Settings**.
+Select **Show Console Messages** under **Other Options**.
+Click **Save**.
+
Plug in the USB device and look for a /dev/ugen or /dev/uhid device name in the console messages.
{{< /expand >}}