Ubuntu 18.04
Sponsored Link

Webmin : Install2018/11/30

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

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

Selecting previously unselected package webmin.
(Reading database ... 68776 files and directories currently installed.)
Preparing to unpack webmin-current.deb ...
Unpacking webmin (1.900) ...
Setting up webmin (1.900) ...
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.
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for ureadahead (0.100.0-20) ...

root@dlp:~#
vi /etc/webmin/miniserv.conf
# add follows to the end (IP addess you allow to access)

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

[3] Start Web browser on localhost or on another client host on the network and access to [https://(server's hostname or IP address):10000/], Then, Webmin login form is displayed, login with root account.
[4] This is the main page of Webmin. It's possible to operate various things.
[5] To click the icon on upper-left, administrative menu is opened.
[6] It's possible to change to your own language on [Webmin] - [Webmin Configuration] - [Language].
Matched Content