Skip to content

📡 OpenWrt Firmware (X-WRT) for Xiaomi Mi Router 3

Notifications You must be signed in to change notification settings

Degete/openwrt-conf-xiaomi-mi-r3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWRT

OpenWrt Firmware (X-WRT) for Xiaomi Mi Router 3 (R3)

Information

Router: Xiaomi Mi Router 3 (R3)

Firmare: X-WRT

Ansible Playbooks

There are different playbooks which groups different roles:

  • sysupgrade: updates the firmware to the latest version available on the website.
    • Default X-WRT information:
      • SSID:X-WRT_XXXX
      • SSID Password:88888888
      • IP:http://192.168.15.1/
      • Authentication:root/admin
    • Remember to enable SSH and root authentication after factory reset

SSH Config

  • openwrt
    • base: install the main packages such as curl, wget, htop...
    • adblock: install adblock package (optional, uncomment)

Requirements

ansible-galaxy collection install -r requirements.yaml

Config

Before running the openwrt playbook, please set the variables such as SSID's and SSID Key's.

Apply playbook

If using ssh password for logging in (might need to use sshpass)

ansible-playbook -i hosts.yaml openwrt.yaml --user=root -k

If using ssh key on the known-hosts

ansible-playbook -i hosts.yaml openwrt.yaml --user=root -K

Troubleshoots

ssshpass

https://sourceforge.net/projects/sshpass/files/sshpass/

./configure
make install

About

📡 OpenWrt Firmware (X-WRT) for Xiaomi Mi Router 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published