Hi,
wihtin the WebGui its not possible to read the serial number of a Fritzbox.
But its possible by opening the following URL in your favorite Browser
http://fritz.box/jason_boxinfo.xml
http://192.168.178.1/jason_boxinfo.xml
Or use curl
michael@debdev ~$ curl http://192.168.178.1/jason_boxinfo.xml <j:BoxInfo xmlns:j="http://jason.avm.de/updatecheck/"> <j:Name>FRITZ!Box 7490</j:Name> <j:HW>185</j:HW> <j:Version>113.06.93</j:Version> <j:Revision>48385</j:Revision> <j:Serial>541DD54321D9</j:Serial> <j:OEM>avm</j:OEM> <j:Lang>de</j:Lang> <j:Annex>B</j:Annex> <j:Lab></j:Lab> <j:Country>049</j:Country> <j:Flag>crashreport</j:Flag> <j:UpdateConfig>2</j:UpdateConfig></j:BoxInfo>
Michael
Thank you very much, great finding !
OMG, awesome!!!
Thanks a lot!
This is a great tip but unfortunately the information next to Serial is actually the MAC address of the device
Any chance to get “Artikel-Nummer” similar way? or anywhere in Fritz OS gui?