Skip to content

Getting Started

Step 0

You need a hardware to work with tcctl, please check out hardware setup guide.

Install & Run

  1. Download release zip on OpenWrt and decompress it to /root/tcctl
  2. Install tc, for example, on OpenWrt using opkg:
Terminal window
opkg update && opkg install tc-full
  1. Reboot
  2. cd /root/tcctl && chmod +x ./install.sh && ./install.sh
  3. Done! Go to http://<host_name>:8080

Trouble Shooting

The log of server can be found at tcctl.log, for any found issue, please open an issue on github.