CentOS 6
Sponsored Link

Install Usermin2015/03/16

 
Install Usermin that is web based configuration tool for users.
[1] Install required packages first.
# install from EPEL

[root@dlp ~]#
yum --enablerepo=epel -y install perl-Net-SSLeay perl-Authen-PAM
[2] Install Usermin. Make sure the latest Usermin before.
[root@dlp ~]#
yum -y install http://download.webmin.com/download/yum/usermin-1.651-1.noarch.rpm
[root@dlp ~]#
vi /etc/usermin/miniserv.conf
# add follows to the end (IP addess you allow to access)

allow=127.0.0.1 10.0.0.0/24
# prohibit root login

denyusers=root
[root@dlp ~]#
/etc/rc.d/init.d/usermin restart

Stopping Usermin server in /usr/libexec/usermin
Starting Usermin server in /usr/libexec/usermin
Pre-loaded WebminCore
[3] Start Web browser on localhost or on another client on the network and access to "https://(server's hostname or IP address):20000/". Then, Usermin site is displayed, login with a common account.
[4] This is the main page of Usermin. It's possible to operate various things.
[5] It's possible to change to your language by clicking [Usermin]-[Change Language] on the left menu.
Matched Content