Install Linux-Dash (Web Based Monitoring tool) on Ubntu 15.10
Sponsored Link
Linux-Dash Features
A beautiful web-based dashboard for monitoring server info
Live, on-demand monitoring of RAM, Load, Uptime, Disk Allocation, Users and many more system stats
Drop-in install for servers with Apache2/nginx + PHP
Click and drag to re-arrange widgets
Support for wide range of linux server flavors
List of Current Widgets
General info
Load Average
RAM
Disk Usage
Users
Software
IP
Internet Speed
Online
Processes
Logs
Install Linux-dash on ubuntu server 15.10
First you need to make sure you have Ubuntu LAMP server 15.10 installed and Now you have to install the following package
sudo apt-get install php5-json unzip
After the installation this module will enable for apache2 so you need to restart the apache2 server using the following command
sudo service apache2 restart
Now you need to download the linux-dash package and install
wget https://github.com/afaqurk/linux-dash/archive/master.zip
unzip master.zip
sudo mv linux-dash-master/ /var/www/html/linux-dash-master/
Now you need to change the permissions using the following command
sudo chmod 755 /var/www/html/linux-dash-master/
Now you need to go to http://serverip/linux-dash-master/ you should see similar to the following output