As you may know, Webmin is a browser-based configuration tool for Linux systems. By using it, you can easily manage user accounts, disk quotas, services, configuration files, manage Apache servers, DNS, file sharing and other things. It is quite a useful admin tool.
The latest version available is Webmin 1.7.80, which has been released a while ago, coming with the below changes:
This update includes updates to the Filemin file manager and Authentic theme, and the German, Catalan, Polish and Norwegian translations. It also supports SSL certificate requests from Let’s Encrypt, MySQL 5.7, automatic DNS records in partial reverse domains, and includes a bunch of other bugfixes and small features. You can get it from the Webmin downloads page, or from our YUM or APT repositories.
How to install Webmin on Ubuntu, Debian and derivative systems:
$ sudo apt-get install gdebi
$ wget sourceforge.net/projects/webadmin/files/webmin/1.780/webmin_1.780_all.deb
$ sudo gdebi webmin_1.780_all.deb
Optional, to remove webmin, do:
$ sudo apt-get remove webmin
How to install Webmin on Fedora and CentOS systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.780-1.noarch.rpm
$ sudo yum localinstall webmin-1.780-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo yum remove webmin
How to install Webmin on OpenSUSE systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.780-1.noarch.rpm
$ sudo zypper install webmin-1.780-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo zypper remove webmin
How to install Webmin on Mageia and OpenMandriva systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.780-1.noarch.rpm
$ sudo urpmi webmin-1.780-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo urpme webmin
After the installation is complete, to access Webmin, type https://localhost:10000 in your internet browser.
Leave a Reply