How to install webmin on Debian 4, 5, 6 – Step by step procedure

It’s quit similar to Webmin installation on Ubuntu. We have already discussed about the webmin control panel in different way. Here I am explaining the installation steps in different way for your server which has Debian as OS.

Method I : apt-get 🙂
In this, you can install the Webmin by using the Webmin APT repository.

Step 1 : Login to your server as root
Step 2 : Add repository details,
Open the source list file with your favorite file editor,

# vi /etc/apt/sources.list

And append the following to this file,

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

Step 3 : Fetch and install the GPG key:
Do follow this steps,

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

Step 4 : Installation,
Now, you are able to install the Webmin control panel on your Debian server by using the apt-get command.

apt-get update
apt-get install webmin

Done!

Method II : Choose this method, if you are using the Debian version.

Step I : Dependencies,
Install the following dependencies,

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Step II : Download Debian Webmin,

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.670_all.deb

Step III : Installation,

dpkg --install webmin_1.670_all.deb

That’s it.

Then, access the control panel using the default port ‘10000’ followed by your server IP address. Disable the SSL, if you get any error like “Bad Request This web server is running in SSL mode”, click here for a solution Bad Request

 

Related:
1, How to Install Webmin on Ubuntu 10.04 painlessly
2, webmin installation on centos
3, Change SSH port of a server having Webmin
4, How to create Email Account in Webmin.
5, What port is webmin using and configuring your firewall for webmin
6, How to disable SSL on Webmin
7, How to install SSL certificate on webmin
8, How to install webmin on Ubuntu 12.xx, 13.xx – Step by step procedure

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

4 thoughts on “How to install webmin on Debian 4, 5, 6 – Step by step procedure

Leave a Reply

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