How to install linux-dash web based monitoring system on Debian 7.5

I just installed the latest Debian 7.5 on my VirtualBox. Now here I want to share about how to install linux-dash on Debian 7.5. Linux-dash is a web based monitoring system for Linux. This application will display an informative and detailed information about Debian system including general information, disk usage, network traffic, cpu and ram usage, internet speed and many more. All those information are displayed on a web based dashboard.

linux-dash-debian

How to install Linux-Dash on Debian 7.5

1. Install Apache and php

apt-get install apache2 php5 php5-json

2. Download linux-dash package

wget https://github.com/afaqurk/linux-dash/archive/master.zip

3. Extract the zip package

unzip master.zip

4. Move the extracted folder to /var/www

mv linux-dash-master /var/www/linux-dash

Done. Now, open web browser and type

localhost/linux-dash

If you try to connect from other computer, change the localhost with the ip address of the Debian system. For example

192.168.1.100/linux-dash

Thank you for reading this tutorial how to install Linud-Dash on Debian 7.5

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *