HostOnNet Blog

Installing webmin on Ubuntu/Debian

Looking for Linux Server Admin or WordPress Expert? We can help.

webmin is a free control panel for linux servers. It is mainly used to manage linux servers. This is not a web hosting control panel.

http://www.webmin.com/deb.html

To install webmin on Debian/Ubuntu, first add webmain repo

vi /etc/apt/sources.list

Add

deb http://download.webmin.com/download/repository sarge contrib

Install webmin GPG Key

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

Now install webmin with

apt-get update
apt-get -y install apt-transport-https webmin

Once installation finished, you will be able to login to webmin at

https://YOUR-SERVER-IP:10000/
User = root
Password = Your root password

Posted in Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *

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