Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

+1 -800-456-478-23

Linux Server Ubuntu Server

HOW TO INSTALL WEBMIN ON UBUNTU SERVER 18.04 & ABOVE

webminhero 1

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

Author

Stephen Fosu