The tch-gui-unhide script can be applied to various Telstra branded Technicolor devices to unlock hidden features in the web GUI. The aim is to improve the usability of these devices without compromising stability.
Execute this command on the device:
curl -skL https://raw.githubusercontent.com/seud0nym/tch-gui-unhide/master/get | sh -s --
Detailed installation instructions can be found in the wiki.
Features that have been unlocked or added are shown in the wiki.
Some extra features rely on additional software packages to be installed on the device, and most are firmware version specific. When these packages are detected and the appropriate extension script has been downloaded, the web GUI will be modified to allow access to configure the additional packages:
Creates a GUI interface for the Adblock
package that allows you to block ads at the router level.
Replaces the stock DLNA server management in the GUI so that it supports OpenWRT minidlna.
Adds the ability to enable and disable the rsync daemon from the GUI.
Correctly configures OpenWRT SAMBA 3.6 on firmware 17.2 and 18.1.c to provide SMBv2 for Windows 10 inter-operability. This update adds the ability to change the password via the GUI.
Creates a GUI interface for the Ookla Speedtest®
CLI.
Creates a GUI interface for configuring the Wireguard VPN on firmware 20.3.
Can be installed on a Technicolor device acting as a wireless Access Point to enable the main Technicolor router (running tch-gui-unhide) to query it and correctly report devices connected via Wi-Fi, rather than showing them as Ethernet connections.
Using the additional scripts found in sub-folders of this repository, you can configure your device with these supplemental features:
Allows you to install and configure AdGuard Home on your device, and disable dnsmasq. AdGuard Home will then handle DNS resolution and DHCP for your local network.
Allows you to install the OpenSpeedTest Server on your device, to test the performance of your Wi-Fi or your LAN in relation to your router.
Allows you to configure a second EasyMesh-capable Telstra Smart Modem as a "Wi-Fi Booster" to extend Wi-Fi coverage throughout a home (wired back-haul only).
This repository (and the releases) also contain a number of utility scripts to automate many of the functions required to set up your device correctly.
Script | Function |
---|---|
de-telstra | Device hardening, and removal of Telstra monitoring/data collection |
dumaos | Enables or disables DumaOS (if device is capable) |
mtd-backup | Backs up mtd or ubifs device partitions to an attached USB device or SSHFS attached filesystem |
mtd-restore | Restores mtd or ubifs partitions from an attached USB device or SSHFS filesystem |
overlay-restore | Restores an overlay tar backup |
reboot-on-coredump | Enables or disables reboot on core dump |
reset-to-factory-defaults-with-root | Reset the device to factory defaults whilst preserving root access |
safe-firmware-upgrade | Applies a new firmware to the device, without losing root access |
set-optimal-bank-plan | Applies the optimal bank plan to the device |
set-web-admin-password | Allows you to set or remove the web admin password |
show-bank-plan | Shows the bank plan, with a final analysis to show whether the bank plan is optimal, or not |
unpack-rbi | Unpacks the .rbi file passed as the first parameter |
update-ca-certificates | Downloads and installs the latest version of the System CA Certificates |
This would not have been possible without the following resources:
- https://hack-technicolor.rtfd.io
- https://forums.whirlpool.net.au/thread/9vxxl849
- https://github.com/Ansuel/tch-nginx-gui
Thank you to you all.