Page 1 of 1

Status page - Internal Serial Number

Posted: 11 Apr 2018, 13:17
by jenskastensson
Hi,

a few questions regarding the "Internal Serial Number" visible on the Status page Status tab:

1. how can the "Internal Serial Number" be accessed programmatically?
2. is it related to "Serial" in /proc/cpuinfo
3. is the "Internal Serial Number" immutable and stored in read-only memory (i.e. can it be used to detect if it is a software is running in a cloned image)

Thanks in advance

Re: Status page - Internal Serial Number

Posted: 16 Apr 2018, 13:43
by volker
This serial number is hardware based (comes from crypto chip) and can't be manipulated. The web page uses a command which you also can use for your purposes:
piSerial

Re: Status page - Internal Serial Number

Posted: 16 Apr 2018, 15:30
by jenskastensson
Excellent and thanks!