RaspControl - Vital Statistics about your Raspberry Pi
RaspControl is a small PHP application for providing a simple web interface for displaying information about Raspberry Pi. Useful because on a headless Raspberry Pi, simply heading to a webpage enables you to get an overview of its state of health.
First, download the RaspControl software from here:
https://github.com/Bioshox/Raspcontrol/zipball/master
Next change the permissions of start.sh Read / Write / Execute permissions by navigating to the RaspControl folder.
sudo chmod 0777 ./start.sh
Then run the command to start the server.
sudo ./start.sh
Add new comment