phpSysInfo is based on apache and php. It simply monitors the server status, including the system, core and server hardware information details used by the server, as well as the usage of network equipment, memory usage, disk information, etc., which can be found at the top of the page. Choose the page style and language.
Environmental requirements
PHP 5.1.3 or higher with SimpleXML, PCRE, XML and DOM extensions.
Installation and configuration
Typical installation
Just unzip and extract the source code (if you're reading this, you should have done it by now...) into your webserver's document root.
There is a configuration file called phpsysinfo.ini.new. If this is a fresh installation, you should copy this file to phpsysinfo.ini and edit it.
Make sure your php.ini file include_path entry contains "."
Make sure your php.ini has safe_mode set to "off".
phpSysInfo requires the php-xml extension.
Keep in mind that because phpSysInfo needs to access many files in /proc and other system binaries, you must disable php's safe_mode. See the PHP documentation for information on how to do this.
Then restart your web server (if you changed php.ini).