Skip to content

Latest commit

History

History
32 lines (23 loc) 路 1.48 KB

File metadata and controls

32 lines (23 loc) 路 1.48 KB

GitHub Release GitHub Release Date GitHub commits since latest release Codacy Badge GitHub Downloads (latest) GitHub Downloads (total)

IDEFIX Terminal for ASUSWRT-Merlin

image

A self-contained terminal that plugs straight into the Merlin Web UI.

Quick install

SSH into your router

wget -O /tmp/idefix-install.sh \
  https://raw.githubusercontent.com/DanielLavrushin/asuswrt-merlin-idefix/refs/heads/main/install.sh \
  && chmod 0755 /tmp/idefix-install.sh \
  && /tmp/idefix-install.sh \
  && rm /tmp/idefix-install.sh

Uninstall

idefix uninstall

image