Ubuntu 14.04
Sponsored Link

Install Webmin2016/01/20

 
Install Webmin which is web based system configuration tool for administrators.
[1] Install required packages first.
root@dlp:~#
apt-get -y install 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 ... 115807 files and directories currently installed.)
Preparing to unpack webmin-current.deb ...
Unpacking webmin (1.780) ...
Setting up webmin (1.780) ...
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 ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot

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:~#
/etc/init.d/webmin restart

[3] Start Web browser on localhost or on another client on the network and access to "https://(server's hostname or IP address):10000/". Then, Webmin site is displayed, login with root account.
[4] This is the main page of Webmin. It's possible to operate various things.
[5] It's possible to change to your language by clicking [Webmin]-[Webmin Configuration] on the left menu and clicking "Language" on the right pane.
Matched Content