Breaking News
Loading...
Wednesday, July 31, 2013

How to Install Webmin Using RPM package on CentOS 6.3

4:45 PM

Webmin is a open source web-based system administration tool and system configuration tool for Unix servers and services. It’s useful for linux administrator especially the Linux newbies as it can avoid misconfiguration and avoid doing mistake. Webmin can administer other services and server configuration using a web browser remotely. You can setup user accounts, Apache, MySQL, FTP. DNS, file sharing and Etc. Follow below steps to install Webmin 1.600 on Linux CentOS 6.3 Using RPM package.

1. Download required RPM file :

http://download.webmin.com/download/yum/
[root@howtolinux ~]# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.600-1.noarch.rpm

2. Add the GPG Key:

[root@howtolinux ~]# rpm --import http://www.webmin.com/jcameron-key.asc

3. Install RPM version of Webmin as below :

[root@howtolinux ~]# rpm -Uvh webmin-1.600-1.noarch.rpm
Preparing...                ########################################### [100%]
Operating system is CentOS Linux
   1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to http://localhost:10000/ or http://ip:10000 
as root with your root password.

4. Start, Stop and Restart Webmin service :

To start :
[root@howtolinux ~]# /etc/rc.d/init.d/webmin start
To Stop :
[root@howtolinux ~]# /etc/rc.d/init.d/webmin stop
Stopping Webmin server in /usr/libexec/webmin
To Restart :
[root@howtolinux ~]# /etc/rc.d/init.d/webmin restart
Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
Pre-loaded WebminCore

0 comments:

Post a Comment

 
Toggle Footer