Monitor your Linux with glances daemon

First of all, download glances from github:

https://github.com/nicolargo/glances/releases

Create start script,

sudo nano /etc/init.d/add_web_interface_for_glances

where the daemon starts:

#!/bin/sh
start-stop-daemon -b –exec /usr/local/bin/glances –start — -w

Update your system startup sequence as follows:

sudo update-rc.d add_web_interface_for_glances defaults 99

Reboot your Linux.

Download tiny browser called `min’:

https://www.omgubuntu.co.uk/2016/05/minimal-web-browser-linux

https://github.com/minbrowser/min/releases/

And now we have OS specific details at the following IP and Port:

http://0.0.0.0:61208