Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Step 1 � Configure APT Repository

To install or update Webmin in Ubuntu systems using APT, Edit


/etc/apt/sources.list.d/webmin.list file on your system and add the following lines
at the end of the file. This repository contains all required packages for Webmin
installation.

sudo vi /etc/apt/sources.list.d/webmin.list

Add below value to this file:

deb http://download.webmin.com/download/repository sarge contrib


deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

After that, import the GPG key by which the above-added repository is signed using
the following command.

curl http://www.webmin.com/jcameron-key.asc | sudo apt-key add -

Step 2 � Install Webmin on Ubuntu

Let�s use the following command to install webmin in our system. Webmin is by
default installed in /usr/share/webmin.

sudo apt-get update


sudo apt-get install webmin

Step 3 � Access Webmin

Webmin by default run on port 10000, we can simply access Webmin by accessing our
server on port 10000 in a web browser. It will ask for user credentials. Use your
system user or root login with the password to access Webmin. To access Webmin
remotely, replace localhost with your system�s IP address or hostname.

https://localhost:10000/

Install Latest Webmin 1

Install Latest Webmin 2

Congratulation�s you have successfully installed webmin in your Dabian based


system. To install webmin in CentOS/RHEL systems use next article Install Webmin on
CentOS & RedHat.
FAQs:-
Reset Webmin root Password in Ubuntu

If you forgot the Webmin root password or password is not working in any case. You
can simply use the following command to reset the Webmin root account password.

/usr/share/webmin/changepass.pl /etc/webmin root new_password_here

cara kedua:
root@dlp:~# apt -y install python apt-show-versions libapt-pkg-perl libauthen-pam-
perl libio-pty-perl libnet-ssleay-perl
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
Edit:
allow=127.0.0.1 ip_address/24
root@dlp:~# systemctl restart webmin

You might also like