Usermin : Install2026/01/07 |
|
Install Usermin that is web based configuration tool for common users. |
|
| [1] | Install required packages first. |
|
dlp:~ # zypper -n install perl perl-Net-SSLeay perl-Authen-SASL qrencode
|
| [2] | Install Usermin. Make sure the latest version and install it. ⇒ http://download.webmin.com/download/yum/ |
|
dlp:~ #
zypper --no-gpg-checks -n install http://download.webmin.com/download/yum/usermin-2.510-1.noarch.rpm
dlp:~ #
vi /etc/usermin/miniserv.conf # last line : add access permission allow=127.0.0.1 10.0.0.0/24 # prohibit login as root account denyusers=root systemctl restart usermin
|
| [3] | If Firewalld running, allow service port. |
|
dlp:~ # firewall-cmd --add-port=20000/tcp success dlp:~ # firewall-cmd --runtime-to-permanent success |
| [4] | 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. |
|
| [5] | This is the main page of Usermin. It's possible to configure various user settings. |
|
| [6] | You can change to your language to click [Usermin] - [Change Language] on the left pane and click [Display in language] on the right pane. |
|
|
|