

Remove GPG key and repository: sudo rm -rf /etc/apt//jcameron-key. If you decided to completely remove Webmin and related dependencies, execute the following command: sudo apt purge -autoremove -y webmin

It allows to update packages, manage users and groups, configure services, and more. Webmin provides dashboard which is accessible to the user from a web browser. Login to the Webmin dashboard using credentials of root or user with sudo privileges. Install Webmin on Ubuntu 20.04 Septem(November 8, 2021) Ubuntu 1 Comment 961 Views Webmin is an open-source web application for managing Linux systems. By default, an untrusted self-signed SSL certificate is used by Webmin. The browser will inform that certificate is not valid. Open a browser and type URL address where is IP address of your machine. Sudo service webmin restart Testing Webmin We can also stop, start or restart the service: sudo service webmin stop You can check whether Webmin service is running with command: sudo service webmin status Install Webmin: sudo apt install -y webmin The certificate chain uses expired certificate, you need to install ca-certificates package and update again the package lists: sudo apt install -y ca-certificates Note: If you are receiving an error message The certificate is NOT trusted. Run the following command to update the package lists: sudo apt update Install Webminĭownload GPG key: sudo wget -qO /etc/apt//jcameron-key.asc Īdd the Webmin repository: echo "deb sarge contrib" | sudo tee /etc/apt//webmin.list
#Webmin ubuntu 20.04 how to#
This tutorial demonstrates how to install Webmin on Ubuntu 20.04. Webmin is an open-source web application for managing Linux systems.
