-
Notifications
You must be signed in to change notification settings - Fork 355
Decode Telnet Password
Alex X edited this page Jan 12, 2021
·
11 revisions
Original author in community. Discuss here.
Works if you bought a Gateway with Telnet password from the factory.
Same step from this instruction.
Same step from this instruction.
-
Enable flash
<RealTek>snwbi
-
Read factory from nand to memory
<RealTek>snwbrecc a0000000 180 1e0
-
Display factory in memory
<RealTek>db a0000000 1e0
-
Paste result to this form
Also paste gateway MAC-address (from router or Mi Home application).
-
Setup Home Assistant component - it will open Telnet on gateway.
Or use any miio client:
php miio-cli.php --ip 192.168.1.123 --token 7766634c72хххххххх50743165 --sendcmd '{"id":0,"method":"enable_telnet_service", "params":[]}'
-
Enter gateway Telnet from your PC
telnet 192.168.1.123
, useadmin
for username and decoded password from step 4 -
Remove Telnet password:
passwd -d admin
(leave blank)