ServerStatus-Hotaru icon indicating copy to clipboard operation
ServerStatus-Hotaru copied to clipboard

n1里openwrt 系统安装客户端,iptable报错

Open fiyong12138 opened this issue 3 years ago • 1 comments

iptables v1.8.4 (legacy): Couldn't load match `state':No such file or directory

Try iptables -h' or 'iptables --help' for more information. iptables v1.8.4 (legacy): Couldn't load match state':No such file or directory

导致 网页无法正常显示 请帮助我 谢谢

fiyong12138 avatar Apr 06 '21 10:04 fiyong12138

Hi, 一键脚本只支持Debian/RHEL系系统。你可以手动安装客户端。如果可以用包管理工具的话:

cd ~
opkg update && opkg install python3 python3-psutil
wget https://raw.githubusercontent.com/CokeMine/ServerStatus-Hotaru/master/clients/status-psutil.py
vim status-psutil.py #手动修改SERVER USER PASSWORD值

cokemine avatar Apr 09 '21 10:04 cokemine