1. Video
  2. Greetings
  3. Links
  4. Steps
    1. 1. Update and Upgrade
    2. 2. Install Dependencies
    3. 3. Install Webmin
    4. 4. Finish

Video

Greetings

Hi all, in this video i will show how to Install Webmin on Ubuntu 21.04.

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

I hope you enjoy!

Links

  1. Ubuntu
  2. Webmin

Steps

1. Update and Upgrade

$ sudo apt update
$ sudo apt upgrade

2. Install Dependencies

$ sudo apt install apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python unzip 

3. Install Webmin

$ wget https://prdownloads.sourceforge.net/webadmin/webmin_1.980_all.deb
$ sudo dpkg -i webmin_1.980_all.deb
$ reboot

4. Finish

Point your browser to https://127.0.0.1:10000