Install phpSysInfo on Debian/Ubuntu

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=O9tTOBULvQk



Duration: 1:29
341 views
5


#phpSysInfo #Linux #InstallGuide

Full steps can be found at https://i12bretro.github.io/tutorials/0275.html

   01. Log into the Debian/Ubuntu device
   02. Run the following commands in a terminal: # update repositories and install any available software updates
sudo apt update
sudo apt upgrade
# install Apache HTTPD
sudo apt install apache2
# install PHP components
sudo apt install php7.3 php7.3-xml
# download phpSysInfo
wget https://github.com/phpsysinfo/phpsysinfo/archive/v3.3.2.zip
# extract v3.3.2.zip
sudo unzip v3.3.2.zip -d /var/www/html
# rename the extracted folder
sudo mv /var/www/html/phpsysinfo-3.3.2 /var/www/html/phpsysinfo
# make a copy of phpsysinfo.ini
sudo cp /var/www/html/phpsysinfo/phpsysinfo.ini.new /var/www/html/phpsysinfo/phpsysinfo.ini
# set the owner of the new phpsysinfo directory to www-data
sudo chown -R www-data:www-data /var/www/html/phpsysinfo
sudo systemctl restart apache2
   03. Open a web browser and navigate to http://DNSorIP/phpsysinfo
 
Source:  https://github.com/phpsysinfo/phpsysinfo/releases/latest
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Browser Based
Debian
FOSS
Free Open Source Software
Free Software
Home Lab
Home Lab Ideas
How To
Install Guide
LAMP
Linux
Open Source Software
Open-Source
PHP
PHP System Monitor
PHPSysInfo
Self-Hosted
Tutorial
Web Based
Web Based Tools
Web Server
Web Server Administration
Web Server Administrator
i12bretro