Debian 11 Bullseye
Sponsored Link

Webmin : Install2021/09/29

 
Install Webmin that is web based system configuration tool for administrators.
[1] Install required packages first.
root@dlp:~#
apt -y install python shared-mime-info unzip apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
[2] Install Webmin.
root@dlp:~#
curl -L -O https://www.webmin.com/download/deb/webmin-current.deb

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

Selecting previously unselected package webmin.
(Reading database ... 30905 files and directories currently installed.)
Preparing to unpack webmin-current.deb ...
Unpacking webmin (1.981) ...
Setting up webmin (1.981) ...
Webmin install complete. You can now login to https://dlp.srv.world:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

root@dlp:~#
vi /etc/webmin/miniserv.conf
# add to the end : add access permission

allow=127.0.0.1 10.0.0.0/24
root@dlp:~#
systemctl restart webmin

[3] Access to the [https://(server's hostname or IP address):10000/] from a client computer which is in the network you allowed. Then, Webmin login form is displayed, Login with root user which password is set or other users who have root privilege by sudo.
[4] This is the main page of Webmin. It's possible to configure various system settings.
Matched Content