

If it’s not running, you can start it with: sudo systemctl start webmin Hint: If the above command doesn’t quit immediately, you can press the Q key to gain back control of the terminal. Once installed, the Wemin built-in web server will automatically start as can be seen by running the systemctl command below: systemctl status webmin Now we can update local package index and install Webmin. Then import it with: sudo apt-key add jcameron-key.asc Next, we need to run the following command to download and import Webmin PGP signing key to APT keyring so that the APT package manager can verify the integrity of packages downloaded from Webmin repository. To save the file in Nano text editor, press CTRL+O, then press Enter to confirm.

sudo nano /etc/apt//webmin.listĪdd the following line in the file.

To add Webmin repository, create a source list file with a command-line text editor such as Nano. It’s recommended to install Webmin from its official repository so that you can always get the latest version. Webmin isn’t in Ubuntu software repository. At the time of this writing, the latest stable version available is 1.970, which was released on January 6, 2021. Install Webmin on Ubuntu 20.04 From Webmin Repository
#Webmin install how to#
This tutorial will be showing you how to install Webmin on Ubuntu 20.04 server. Webmin is a free and open-source control panel for administering Unix/Linux servers.
