RUTX11 opkg install darkstat

I am unable to install this on my router.

I get the following error.

root@RUTX11:~# opkg install darkstat
Unknown package ‘darkstat’.
Package installation encountered an error, removing previously installed packages.
root@RUTX11:~#

To set up Darkstat, use these SSH commands:

  1. Update the package list: opkg update
  2. Install Darkstat: opkg install darkstat
  3. Enable Darkstat to start on boot: /etc/init.d/darkstat enable
  4. Start Darkstat: /etc/init.d/darkstat start

Then open your web browser and enter your router’s IP address with the added port 667, for example:

192.168.1.1:667

1 Like

opkg update
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf list | grep darkstat
opkg -e /etc/opkg/openwrt/distfeeds.conf install darkstat
1 Like

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.