To manage 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:
- First, install Ubuntu Server 18.04 LTS: sudo apt-get update sudo apt-get install ubuntu-server 18.04 sudo apt-get install libapache2-mod-php5 sudo apt-get install php5-fpm
- Next, create a new user account for your server and password: useradd -a -G www -s www_username wwwpassword
- Now, add the following lines to your /etc/apt/sources.list: deb http://ppa.launchpad.net/ubuntu/+source/webmin deb http://ppa.launchpad.net/ubuntu/+source/webmin/debian main contrib nonfree deb http://ppa.launchpad.net/ubuntu/+source/webmin/* deb http://ppa.launchpad.net/ubuntu/+source/$(uname -r) main contrib nonfree
- Finally, update your aptitude package manager: sudo aptitude update sudo aptitude upgrade
Steps to Install Webmin 2.0 on Ubuntu Server 22.04
Updating the Package Cache
Adding the Webmin Repository and Installing Webmin
You must add the Webmin repository so that you can install the Webmin packages and update them with apt in order to install the Webmin control panel. You will download a PGP signature—a digital signature that is employed to validate packages that are downloaded from the Internet—to ensure that this new repository is reliable and that it is in fact the one that the Webmin developers provide.
Webmin is a powerful and easy-to-use web server management tool. It can be used to manage your website, blog, or other online presence.
Update your package index with the newly added Webmin repository:
- Update your package index with the newly added Webmin repository:
- Update your package index
Webmin -i This will install Webmin on your computer.
service webmin status If the service is not running, you can start it using the following command: service webmin start ..
Final Words
How to Install Webmin 2.0 on Ubuntu Server 22.04