Skip to content

How to install Webmin on Ubuntu and Debian ?

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 :

http://www.webmin.com

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.
sources edit

 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.

GPG Key

 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.

Ubuntu Update

apt-get update

Step 4 After update now install webmin in system as shown in image .

Install Webmin

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”

Webmin-login-screen

 

0 0 votes
Article Rating
Subscribe
Notify of

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments