Webmin is an open source, web-based interface designed to be used as a managing tool
In Unix and Linux environment. It allows you to setup user accounts , DNS and other services
from any web browser that has support for forms and tables.
Following steps could be referred:-
a. Login to your linux server with root user.
root@server[~]#cd /usr/local/src
root@server[~]#wget Download Webmin from SourceForge.net
root@server[~]#rpm -Uvh webmin-1.500-1.noarch.rpm
warning: webmin-1.500-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID
xxxxx
Preparing… ########################################### [100%]
Operating system is CentOS Linux
1:webmin ########################################### [100%]
b. This completes your installation.
Now login to https://server.domain.com:10000/
as root and its password to proceed.