MegaMango
Occasional Visitor
Hello SNB Community,
After extensive testing and refinement, I am pleased to introduce Idefix Terminalāa browser-based console now available under Administration āø Idefix Terminal in your routerās web interface.
This project is hosted on the GitHub
Releases: https://github.com/DanielLavrushin/asuswrt-merlin-idefix/releases
A real BusyBox/ash shell with colour, UTF-8 and scroll-back ā no more juggling PuTTY. Works from any device: phone, tablet, even your TVās browser.
* ASUS-WRT Merlin firmware (386 or 388)
* Entware (quickest route: run `amtm`, option `e`)
Simply run this command:
to uninstall:
This is the first public release. It should run on most Broadcom & HND models but I only have an RT-BE88U to test on. If something breaks please open a GitHub issue or drop a note in this thread ā log snippets, screenshots, anything helps.
As soon as I deploy a new release version you will get a modal window to porpose to update.
You always can check the latest changes in the bottom right corner of the screen clicking the version:
Oh yes, you can use the following CLI:
- idefix update - ubdate to latest version (it is possible to specify exact version, e.g. idefix update 1.1.4, usefull in a rollback cases)
- idefix start - start the idefix-server in a background
- idefix stop - stop all instances of the idefix server
- idefix uninstall - a complete uninsall process
- idefix remount_ui - helps to remount the gui menu
- not able to connect under https (investigating)
After extensive testing and refinement, I am pleased to introduce Idefix Terminalāa browser-based console now available under Administration āø Idefix Terminal in your routerās web interface.
This project is hosted on the GitHub
Releases: https://github.com/DanielLavrushin/asuswrt-merlin-idefix/releases
What do i get?
A real BusyBox/ash shell with colour, UTF-8 and scroll-back ā no more juggling PuTTY. Works from any device: phone, tablet, even your TVās browser.
Prerequisites
* ASUS-WRT Merlin firmware (386 or 388)* Entware (quickest route: run `amtm`, option `e`)
How to install
Simply run this command:
Bash:
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
to uninstall:
Bash:
idefix uninstall
How to update/contriubute
This is the first public release. It should run on most Broadcom & HND models but I only have an RT-BE88U to test on. If something breaks please open a GitHub issue or drop a note in this thread ā log snippets, screenshots, anything helps.As soon as I deploy a new release version you will get a modal window to porpose to update.
You always can check the latest changes in the bottom right corner of the screen clicking the version:
Any CLI?
Oh yes, you can use the following CLI:- idefix update - ubdate to latest version (it is possible to specify exact version, e.g. idefix update 1.1.4, usefull in a rollback cases)
- idefix start - start the idefix-server in a background
- idefix stop - stop all instances of the idefix server
- idefix uninstall - a complete uninsall process
- idefix remount_ui - helps to remount the gui menu
Issues
- not able to connect under https (investigating)
Last edited: