HostOnNet Blog

Install Webmin on Ubuntu 14.04

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

Webmin is a free open source control panel (mainly for system admin tasks, not a hosting control panel).

webmin

To install webmin on Ubuntu 14.04, run

echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list
wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
apt-get update
apt-get -y install webmin

Now you will be able to access webmin on port 10000 via https.

https://your-server-ip:10000/

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.