Search

 

Here you can search and view our site Knowledge Base.
To find a specific article, use KB-article number format (ex. KB-1)

Article number: Article number: kb-32
Q. How to install Webmin on CentOS?

A. Webmin Installing
Webmin is easy to install on most systems.
For CentOS VPS and dedicated servers after you login with SSH as root user use the commands:

# yum install wget
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.970-1.noarch.rpm
# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
# rpm -U webmin-1.970-1.noarch.rpm

The rest of the install will be done automatically to the directory /usr/libexec/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address.

This page has been viewed 707 times

Other questions in this category Other questions in this category
1. How to install OpenVZ Virtualization on CentOS 6 (viewed 4471 times)
2. How to install cPanel & WHM? (viewed 772 times)
3. How to Install-Uninstall Clam Antivirus? (viewed 743 times)
4. How to install wget command on CentOS? (viewed 712 times)
5. How to enable and run MySQL/MariaDB on CentOS 7? (viewed 683 times)
6. How To Install cPanel on a Virtual Server Running Centos 6? (viewed 664 times)
7. How to Uninstall MySQL? (viewed 660 times)
8. How to install VNC on CentOS? (viewed 578 times)

Return to Search

Back to Top