Usermin : Install2023/07/17 |
Install Usermin that is web based configuration tool for common users.
|
|
[1] | Install required packages first. |
root@dlp:~# apt -y install python3 apt-show-versions shared-mime-info unzip libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
|
[2] | Install Usermin. |
root@dlp:~# curl -L -O https://www.webmin.com/download/deb/usermin-current.deb root@dlp:~# dpkg -i usermin-current.deb Selecting previously unselected package usermin. (Reading database ... 61158 files and directories currently installed.) Preparing to unpack usermin-current.deb ... Unpacking usermin (1.861) ... Setting up usermin (1.861) ...
root@dlp:~#
vi /etc/usermin/miniserv.conf # add to the end : add access permission allow=127.0.0.1 10.0.0.0/24 # prohibit login as root account denyusers=root systemctl restart usermin |
[3] | Access to the [https://(server's hostname or IP address):20000/] from a client computer which is in the network you allowed. Then, Usermin login form is displayed, it's possible to login as any OS common user account. |
[4] | This is the main page of Usermin. It's possible to configure various user settings. |
Sponsored Link |