PhpSysInfo

From KlavoWiki
Jump to navigationJump to search

phpSysInfo is a PHP script that displays information about the host being accessed. It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.

phpSysinfo would have to be one of the most easiest applications to install.

CentOS Prerequisite

yum -y install git httpd php php-xml php-mbstring


Debian Prerequisite

apt-get -y install git apache2 php5


Installation

git clone https://github.com/phpsysinfo/phpsysinfo.git /var/www/html/sysinfo
mv /var/www/html/sysinfo/phpsysinfo.ini.new /var/www/html/sysinfo/phpsysinfo.ini


Access

Now all you need to do is from a WEB browser type in your servers IP address or FQDN followed by /sysinfo and see all the wonderful information. You will need to make sure that the WEB services are installed and running for this to work.
Example

http://192.168.1.11/sysinfo