A Landing page that displays system information for you Raspberry Pi and pin your favorite local pages/apps.
This removes the necessity to just open a console/ssh to just view basic information such as Local IP, Uptime etc. This also easily gives me easy redirect access to other hosted applications.
Tested on Raspberry Pi 4, running
PHP Version 7.3.14-1~deb10u1 on Apache/2.4.38 (Raspbian)
What things you need to run the program:
- A web server preferably Apache2 and PHP.
- Install the following from APT package manager:
-
sudo apt update sudo apt upgrade sudo apt install apache2 sudo apt install php php-mbstring
- For detailed instructed on setting up Apache2 and PHP
- Displays the following System Information:
- System Time
- Kernel and OS Information
- Uptime
- Free Memory (in MB and in Percentage)
- Total Memory (in MB)
- CPU Temperature (in oC)
- Number of Running Processes
- Connected Network
- Local IP Address
- Ability to pin sites
- Hat tip to anyone whose code was used.
- Raspberry Pi itself
Made with ❤️ by bearlike