CentOS 7
Sponsored Link

Install Usermin2015/06/18

 
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 and download it from here.
[root@dlp ~]#
yum -y install http://download.webmin.com/download/yum/usermin-1.661-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 start

[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