HOW TO INSTALL WEBMIN ON UBUNTU SERVER 18.04 & ABOVE

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can set up user accounts, Apache, MySQL database, DNS, file sharing, and much more. Credit by www.webmin.com/
[email protected][~]# sudo nano /etc/apt/sources.list
Add the following line at the bottom of the file:
[email protected][~]# deb http://download.webmin.com/download/repository sarge contrib
Save file and exit. (Press CTRL + X, press Y and then press ENTER)
[email protected][~]# wget http://www.webmin.com/jcameron-key.asc
[email protected][~]# sudo apt-key add jcameron-key.asc
[email protected][~]# sudo apt-get update -y
[email protected][~]# sudo apt-get install -y webmin
[email protected][~]# sudo apt-get install libauthen-sasl-perl -y