Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
As many of our VPS and Dedicated Servers customers are not interested in a commercial Control Panel to administer and manage their account, they choose Webmin. In this article I am listing down the 4 basic steps to get Webmin installed on your Linux VPS or Linux Dedicated Server.
1. yum -y install perl-Net-SSLeay
The command above will install some dependencies
2. cd /usr/src
3. wget http://sourceforge.net/projects/webadmin/files/webmin/1.510/webmin-1.510-1.noarch.rpm/download
4. rpm -i webmin-1.510-1.noarch.rpm
Webmin has been successfully installed!
You may access Webmin from a browser, by hitting the address http://yourhost.com:10000 (then login as root)
You can write some thing here..