Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the provided Webmin modules. If you want to manage your own server but you are uncomfortable with the command line, Webmin is a good tool to help you get started.
Step 1:
On your server, open the sources.list file in your favorite text editor.
sudo nano /etc/apt/sources.list
Step 2:
Now press Ctrl-W Then Ctrl-V to navigate to the end of the file, then add the following lines to the file:
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
Step 3:
Update apt-get’s package lists
sudo apt-get update
Step 4:
Install Webmin
sudo apt-get install webmin
Step 5:
Login to the Webmin
https://server_IP_address:10000