Applicable Products
- All NAS series running QTS
Root Cause
In some cases, after performing a reset, the default admin credentials may not work due to persistent configuration files or compatibility issues, such as incomplete resets or system file corruption.
Solution
If you have tried to reset your NAS but are still unable to log in, please follow these steps to reset your admin password.
Important: Removing or reinserting drives incorrectly can risk data loss. Note the drive order and do not initialize the NAS during this process.
- Power off your NAS and remove all drives. Important: Note the drive order for reinstallation.
- Power on the NAS without any disks inserted. Wait until you hear a short beep, then a long beep, before proceeding.
- Download and install Qfinder Pro.
- Run Qfinder Pro to locate your NAS and note its IP address.
Important: If prompted to initialize the NAS, click No.

- Without powering off, re-insert the drives in their original order.

- Use SSH to access the NAS and log in using the default admin credentials.
Determine your NAS model:
To check which type of NAS model you have, run:
ls /sbin/hal_app
Observe the output:
- If you see:
ls: /sbin/hal_app: No such file or directoryYour NAS is a Legacy model. Use the steps under Legacy model below. - If there is no error message and the command completes silently, your NAS is a HAL model. Use the steps under HAL model below.
Legacy model
Enter the following commands, pressing Enter after each:
config_util 1
storage_boot_init 1
cd /mnt/HDA_ROOT/.config/
cp /etc/default_config/passwd ./
cp /etc/default_config/shadow ./
cp /etc/default_config/group ./
reboot
HAL model
Enter the following commands, pressing Enter after each:
storage_util --sys_startup
passwd (Follow the prompts to set a new admin password.)
reboot
After rebooting, your admin password will be updated.
Further Reading
適用產品
- All NAS series running QTS
根本原因
在某些情況下,執行重置後,預設的 admin 憑證可能因持續的配置檔案或相容性問題而無法使用,例如重置不完整或系統檔案損壞。
解決方案
如果您已嘗試重置 NAS 但仍無法登入,請按照以下步驟重置您的 admin 密碼。
重要: 不正確地移除或重新插入硬碟可能會導致資料遺失。請注意硬碟的順序,並且在此過程中不要初始化 NAS。
- 關閉 NAS 電源並移除所有硬碟。重要: 請記住硬碟的重新安裝順序。
- 開啟 NAS 電源不插入任何硬碟。等待聽到短促的嗶聲,然後是長嗶聲,再繼續操作。
- 下載並安裝 Qfinder Pro。
- 執行 Qfinder Pro 以定位您的 NAS 並記下其 IP 位址。
重要:如果提示初始化 NAS,請點擊否。

- 在不關閉電源的情況下,重新插入硬碟,並保持原來的順序。

- 使用 SSH 存取 NAS並使用預設管理員憑證登入。
確定您的 NAS 型號:
要檢查您擁有哪種型別的 NAS 型號,請執行:
ls /sbin/hal_app
觀察輸出:
- 如果您看到:
ls: /sbin/hal_app: No such file or directory您的 NAS 是Legacy 型號。請使用下面的Legacy 型號步驟。 - 如果沒有錯誤訊息 且指令完成時沒有任何顯示,您的 NAS 是 HAL 型號。請使用下面的 HAL 型號下方。
舊型號
輸入以下指令,按下Enter後繼續:
config_util 1
儲存空間_boot_init 1
cd /mnt/HDA_ROOT/.config/
cp /etc/default_config/passwd ./
cp /etc/default_config/shadow ./
cp /etc/default_config/group ./
重新啟動
HAL 型號
輸入以下指令,按下Enter後繼續:
儲存空間_util --sys_startup
passwd (按照提示設定新的 admin 密碼。)
重新啟動
重新啟動後,您的 admin 密碼將會更新。
進一步閱讀