Saturday, September 23, 2017

How to install webmin in centos

WebMin
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. See the standard modules page for a list of all the functions built into Webmin.

Install dependencies

#yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty

Download latest rpm from their official site here

# wget https://downloads.sourceforge.net/project/webadmin/webmin/1.831/webmin-1.831-1.noarch.rpm?r=http%3A%2F%2Fwww.webmin.com%2Fdownload.html&ts=1491550859&use_mirror=excellmedia

# rpm -U webmin-1.831-1.noarch.rpm


That's all now you can access your server https://yourip:10000



No comments:

Post a Comment