How to install Webmin on ClearOS 6.4

This tutorial is going to show you how to install webmin on ClearOS 6.4. Webmin is a powerful web based server management console. We can manage many of server’s features from a web based interface. The latest version of Webmin is version 1.630.1. Follow the instructions below to install webmin on ClearOS 6.4.

webmin-clearos

1. Download webmin rpm package

Login to ClearOS server command line. You can use putty from a Windows PC or use ssh command from Linux computer.

wget http://prdownloads.sourceforge.net/webadmin/webmin-1.630-1.noarch.rpm

2. Install the rpm package

rpm -ivh webmin-1.630-1.noarch.rpm

[root@gateway /]# rpm -ivh webmin-1.630-1.noarch.rpm
Preparing...                ########################################### [100%]
Operating system is Generic Linux
   1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to http://gateway.selodong.lan:10000/
as root with your root password.

 

Now open web browser from other computer and type:

https://192.168.1.2:10000

Change 192.168.1.2 with your server IP address