Ubuntu 14.04
Sponsored Link

Install Usermin2016/01/20

 
Install Usermin that is web based configuration tool for users.
[1] Install required packages first.
root@dlp:~#
apt-get -y install apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
[2] Install Usermin.
root@dlp:~#
curl -L -O http://www.webmin.com/download/deb/usermin-current.deb

root@dlp:~#
dpkg -i usermin-current.deb

Selecting previously unselected package usermin.
(Reading database ... 141844 files and directories currently installed.)
Preparing to unpack usermin-current.deb ...
Unpacking usermin (1.690) ...
Setting up usermin (1.690) ...
Usermin install complete. You can now login to https://dlp.srv.world:20000/
as any user on the system.
Processing triggers for ureadahead (0.100.0-16) ...

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/init.d/usermin restart

[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