# [[Lightning Router Config]] Debug ## Failed startup Debug Notes (Resolved) ```bash ndsctl > ndsctl: opennds probably not started (Error: Connection refused) ``` [[bluewavenet]]: "If you run `service opennds restart` followed by `logread | grep "opennds"` then you should get an indication of the problem. grep output: ```text Tue Aug 31 15:53:32 2021 daemon.notice opennds[21503]: openNDS Version 9.3.0 is in startup Tue Aug 31 15:53:32 2021 daemon.notice opennds[21503]: MHD version is 0.9.62 Tue Aug 31 15:53:32 2021 daemon.err opennds[21503]: libmicrohttpd is out of date, please upgrade to version 0.9.71 or higher Tue Aug 31 15:53:32 2021 daemon.err opennds[21503]: exiting... ``` ## 5.2.0 Install Instructions ### Install [[OpenNDS]] fork Source: https://opennds.readthedocs.io/en/stable/compile.html#openwrt-package ```shell # Move the package inside ssh [email protected] "mkdir -p ~/ipk scp opennds_5.2.0-1_arm_cortex-a9_vfpv3-d16.ipk [email protected]:~/ipk # Enter and install the package ssh [email protected] sudo opkg install ipk/opennds_5.2.0-1_arm_cortex-a9_vfpv3-d16.ipk ```