How do I install Webmin?

This article explains how to install Webmin on your Dedicated Server or VPS.

CentOS / Fedora


Steps:

iptables -I INPUT -p tcp --dport 10000 -j ACCEPT && /etc/init.d/iptables save
cd /home
rpm -ivh http://softlayer.dl.sourceforge.net/sourceforge/webadmin/webmin-1.470-1.noarch.rpm


Ubuntu/Debian


Steps:

cd /home && wget http://prdownloads.sourceforge.net/webadmin/webmin_1.470_all.deb
apt-get install libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl
dpkg -i webmin_1.470_all.deb
iptables -I INPUT -p tcp --dport 10000 -j ACCEPT && /etc/init.d/iptables save
iptables-save


On Ubuntu you will need to change the last two lines to:

iptables -I INPUT -p tcp --dport 10000 -j ACCEPT
iptables-save
  • 72 Users Found This Useful
Was this answer helpful?

Related Articles

cPanel/WHM licensing error

If you receive any "License Invalid" or any other kind of licensing error(s), please try running:...

How do I bind additional IPs in WHM?

cPanel makes adding IP addresses to WHM as easy as cake. Log into WHM Under the IP...

How do I install cPanel/WHM ?

The cPanel/WHM installation requires a clean Operating System for installation, or else problems...

How do I login to cPanel/WHM?

cPanel/WHM installation is begun once you receive your "Your new server is ready!" e-mail. The...

How do I set the Primary Interface in WHM?

Under Basic cPanel/WHM Configuration on your dedicated server or VPS, there is an area called...