Table of Contents
With the help of the cutting-edge web management panel Webmin, you may manage your Linux server using a browser-based interface. With Webmin, you can quickly modify settings for popular programmes, manage user accounts, and customise DNS settings.
For managing servers that resemble Unix, there is a free and open-source control panel called Webmin. This guide will demonstrate how to set up Webmin on a server running Ubuntu 22.04. Users can configure common system operations and settings using the graphical web-based user interface provided by Webmin.
Webmin is a decent GUI substitute for the command line if you don’t like the concept of managing your server that way. We have mentioned steps below to Install Webmin 2.0 on Ubuntu Server 22.04
Steps to Install Webmin 2.0 on Ubuntu Server 22.04
Updating the Package Cache
“sudo apt update”
Adding the Webmin Repository and Installing Webmin
“wget -qO- | sudo gpg –dearmor -o /usr/share/keyrings/webmin.gpg”
“deb [signed-by=/usr/share/keyrings/webmin.gpg] sarge contrib”Exit the file with CTRL+X, then press Y and ENTER to save the changes.
“sudo apt update”
“sudo apt install webmin”
“sudo systemctl status webmin”
Final Words
We hope like our article on How to Install Webmin 2.0 on Ubuntu Server 22.04. A web-based interface for managing Linux-based systems is called Webmin. It enables remote or console server management, doing away with the need to manually edit Linux/Unix configuration files. The Webmin interface can be used to set up open source programmes like MySQL, PHP, DNS, Apache, or Tomcat as well as operating system internals like disc quotas, services, or configuration files.