Skip to content

Instantly share code, notes, and snippets.

@nasirhafeez
Last active April 24, 2024 16:31
Show Gist options
  • Save nasirhafeez/cc74170fa8ac49321292b6c7f78466af to your computer and use it in GitHub Desktop.
Save nasirhafeez/cc74170fa8ac49321292b6c7f78466af to your computer and use it in GitHub Desktop.
Coova Chilli Commands

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