thelonelycoder
Part of the Furniture
Once you're back in, try the command uiDivStats runs in the SSH terminal:I can't do this now, because I'm away from the router, but I'll do it when I return.
Code:
/usr/sbin/curl -s --retry 3 "http://192.168.1.20/servstats" -o /tmp/psservstats
If it did work, you could run this command, if pixelserv-tls is up and running it would produce a long string of html code:
Code:
[ -f /tmp/psservstats ] && cat /tmp/psservstats && rm /tmp/psservstats