Install Latest Version of Webmin on Ubuntu 16.04 'Xenial Xerus' Derivatives [PPA]
Webmin is an open source software that allows you to set up user accounts, DNS (Domain Name System), Internet services, file sharing, and much more, straight from a web browser that has support for forms and tables.
Manually editing of UNIX configuration is a thing of the past
With Webmin, system admins won't have to manually edit UNIX configuration files anymore, including /etc/passwd, as the application allows them to effortlessly manage a system remotely or from any Linux/UNIX terminal.
It can handle any system administration task
The software is so powerful that it can handle any system administration taks, including listing of users and groups, creating users, listing mounted filesystems, managing NFS exports, editing disk quotas for a specific user, viewing local disk partitions, as well as to edit system init scripts.
Install Latest Version of Webmin on Ubuntu 16.04 'Xenial Xerus' Derivatives
Using the Webmin APT repositoryIf you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line :
$ sudo gedit /etc/apt/sources.list
and copy code in bellow :
deb http://download.webmin.com/download/repository sarge contrib
You should also fetch and install my GPG key with which the repository is signed, with the commands :
$ sudo su
# cd /root
# wget http://www.webmin.com/jcameron-key.asc
# apt-key add jcameron-key.asc
You will now be able to install with the commands :
# apt-get update
# apt-get install webmin
All dependencies should be resolved automatically.
After installation is completed, open your ubuntu browser and follow this link for access webmin control panel, like this :
https://localhost:10000