ONLY FOR RESEARCH AND STUDY!
CONTACT ME IF YOU HAVE ANY CONCERNS!
for more details https://forum.openwrt.org/t/adding-openwrt-support-for-xiaomi-redmi-router-ax6s-xiaomi-router-ax3200/111085/
- update firmware to stable version
I download the firmware from here.
https://www.right.com.cn/forum/thread-8173581-1-1.html
- decrypt password from S/N
copy from namidairo's posts:
- telnet 192.168.31.1
username: root
password: your password
- You will get a shell after login.
- enable ssh/uart/telnet
from
nvram set telnet_en=1
nvram set uart_en=1
nvram set ssh_en=1
nvram commit