FritzBox: Get serialnumber

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

Advertisment to support michlstechblog.info

4 thoughts on “FritzBox: Get serialnumber”

  1. This is a great tip but unfortunately the information next to Serial is actually the MAC address of the device

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.