Get serial number of ZED BOX / ZED BOX Mini on linux

Dear all,

I want to manage ZED BOX / ZED BOX Mini serial number using software.
Can I get ZED BOX / ZED BOX Mini serial number on the bottom of the device on linux?

Thanks,

Hi @andre.b.kim

Welcome to the Stereolabs community.

When the ZED Box is flashed in production, we set the hostname with the serial number value.

You can retrieve it by using the command
hostname -f

or

cat /etc/hostname

Note: if you reset or reflash the device, the hostname is set to a default value. You can change it again with the command
sudo hostname <your-new-name>

or by editing the file /etc/hostname