Skip to content

Instantly share code, notes, and snippets.

@nasirhafeez
Created March 25, 2025 09:27
Show Gist options
  • Save nasirhafeez/00556ff6908a414caad0688c113932d9 to your computer and use it in GitHub Desktop.
Save nasirhafeez/00556ff6908a414caad0688c113932d9 to your computer and use it in GitHub Desktop.
Coova Chilli Youtube Companion

Coova Chilli Commands

Installation

Recommended OpenWRT firmware version: OpenWRT 19. Newer versions do not have iptables installed by default so Coova Chilli will not work out of the box

opkg update
opkg install coova-chilli nano

Commands

Edit chilli settings

nano /etc/config/chilli

Check chilli run time settings

cat /var/run/chilli_<config>.conf

Start/stop service

/etc/init.d/chilli stop
/etc/init.d/chilli start

Enable/disable service

/etc/init.d/chilli enable
/etc/init.d/chilli disable

Check online users

chilli_query list

Logout connected user

chilli_query logout 08-11-96-83-A9-1C

View logs

logread -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment