Ubuntu 22.04
Sponsored Link

Webmin : Install2022/08/30

 
Install Webmin that is web based system configuration tool for administrators.
[1] Install required packages first.
root@dlp:~#
apt -y install python3 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 ... 111461 files and directories currently installed.)
Preparing to unpack webmin-current.deb ...
Unpacking webmin (2.000) ...
Setting up webmin (2.000) ...

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