Webmin Panel
Webmin is a web-based interface for system administration for Lunix . Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more
Official Site :
Steps for installation Webmin Panel
Step 1 We will install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the lines as given below image.
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
Step 2 Nowinstall GPG key with which the repository is signed, with the commands as shown in image below.
cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
Step 3 Run this commond below as shown in image for update your system.
apt-get update
Step 4 After update now install webmin in system as shown in image .
apt-get install webmin
Step 5 After installation of webmin login will display as shown in image their enter Username “root” and Password “your system password”