PiAware - turn off web access

I have a PiAware feeder on my LAN and I’d like to turn off the ability for people to use the local web address (LAN IP address). Can this be accomplished?

You can stop the lighttpd service from starting, that removes the webinterface.

sudo systemctl disable --now lighttpd

Don’t think you can reconfigure a piaware sd-card install to not listen on the data ports (30005 etc).

I suppose you can add a firewall: Using the UFW Firewall on the Raspberry Pi - Pi My Life Up
(didn’t test this guide … but no reason to believe it doesn’t work)
Just don’t block your own SSH access :slight_smile:

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