How to physically locate ASUSTOR NAS?
-
Willboy
- Posts: 15
- youtube meble na wymiar Warszawa
- Joined: Tue Mar 01, 2022 6:17 pm
How to physically locate ASUSTOR NAS?
I have multiple NAS devices, some of them co-located. When I was using NetGear ReadyNAS, I was able to ask a specific NAS to flask its LEDs, so I could get the right one. I can't find anything equivalent with Asustor. Am I missing something?
-
father.mande
- Posts: 2219
- Joined: Sat Sep 12, 2015 2:55 am
- Location: La Rochelle (France)
Re: How to physically locate ASUSTOR NAS?
Hi,
Use Asustor Control Center, select NAS (in the list), in top menu : action / find me
... enter valid admin user and password ...
The NAS generate a repetitive sound up you cancel the find me.
Philippe.
Use Asustor Control Center, select NAS (in the list), in top menu : action / find me
... enter valid admin user and password ...
The NAS generate a repetitive sound up you cancel the find me.
Philippe.
Asustor updated
to ADM 5.0
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0
AS5002T / AS1002T
Asustor past
AS202T
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0
AS5002T / AS1002T
Asustor past
AS202T
-
Willboy
- Posts: 15
- Joined: Tue Mar 01, 2022 6:17 pm
Re: How to physically locate ASUSTOR NAS?
Many thanks! Do you know if it's possible to do this from the NAS web control panel? I tend not to use Control Center as it takes a while for the devices to appear as ready.
-
father.mande
- Posts: 2219
- Joined: Sat Sep 12, 2015 2:55 am
- Location: La Rochelle (France)
Re: How to physically locate ASUSTOR NAS?
Hi,
No idea, ask support ... I don't identify speaker / buzzer or led control (with documentation even --help)
Philippe.
No idea, ask support ... I don't identify speaker / buzzer or led control (with documentation even --help)
Philippe.
Asustor updated
to ADM 5.0
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0
AS5002T / AS1002T
Asustor past
AS202T
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0
AS5002T / AS1002T
Asustor past
AS202T
-
Willboy
- Posts: 15
- Joined: Tue Mar 01, 2022 6:17 pm
Re: How to physically locate ASUSTOR NAS?
Yes, that was the problem I was having. Thanks anyway.
William
William
-
Nazar78
- Posts: 2235
- Joined: Wed Jul 17, 2019 10:21 pm
- Location: Singapore
Re: How to physically locate ASUSTOR NAS?
You can use the AiMaster Moible App:

Or via the SSH:
Or create yourself a very simple CGI version, e.g. install apache and php, enable them in the Web Center, then create this file /share/Web/buzzctrl.php. Change the $PASS to your admin password (for sudo, there's no NOPASSWD sudoers by default) and $COUNT how many times to beep in a 1 sec interval:


Or via the SSH:
Code: Select all
sudo buzzctrl -poweron
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps
When posting, consider checking the box "Notify me when a reply is posted" to get faster response
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps
When posting, consider checking the box "Notify me when a reply is posted" to get faster response
-
Willboy
- Posts: 15
- Joined: Tue Mar 01, 2022 6:17 pm
Re: How to physically locate ASUSTOR NAS?
Great, thanks! I do use the mobile app, I just never thought of look there. 