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 はレガシーモデルです。以下のレガシーモデルの手順を使用してください。 - エラーメッセージがない場合、コマンドが静かに完了した場合、お使いの 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 ./
reboot
HAL モデル
次のコマンドを入力し、Enter を押します:
ストレージ_util --sys_startup
passwd (新しい admin パスワードを設定するためのプロンプトに従ってください。)
reboot
再起動後、admin パスワードが更新されます。
さらに読む