Install Linux host management software Webmin 1.7
Webmin is a Web-based host management software that is very powerful and can manage almost all hosts. If you are not familiar with the command line management host, you can use Webmin, it allows you to easily manage host user accounts, disk quotas, services, configuration files, managed Apache servers, DNS, file sharing, and other things. This is a very useful management tool.
The new version of webmin 1.7 has been released for some time. The new versions support CentOS 7 and RHEL 7. If ifconfig is not installed, the "IP" command of the network configuration module is supported. Supports XFS File System editing quota, adding implementation and supporting nslcd to LDAP client module.
1. Ubuntu 14.04/12.04 and derivative system user installation commands:
sudo add-apt-repository 'deb http://download.webmin.com/download/repository sarge contrib'
sudo add-apt-repository 'deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib'
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
rm jcameron-key.asc
sudo apt-get update
sudo apt-get install webmin
After installation, access webmin and open the browser and enter: https: // host IP Address: 10000
Uninstall command:
sudo apt-get remove webmin
2. Fedora and CentOS system installation commands:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.700-1.noarch.rpm
yum localinstall webmin-1.700-1.noarch.rpm
Run the following command to uninstall Webmin:
yum remove webmin
3. OpenSUSE system user installation command:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.700-1.noarch.rpm
zypper install webmin-1.700-1.noarch.rpm
Uninstall command:
zypper remove webmin
4. OpenMandriva system installation command:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.700-1.noarch.rpm
urpmi webmin-1.700-1.noarch.rpm
Uninstall command:
urpme webmin
Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04
Install Webmin on CentOS
[PPT document] Linux Remote Management Software Webmin
Install Webmin on Ubuntu 12.04 Server
Build a LAMP running environment & Webmin in CentOS
Install Webmin on Ubuntu 14.04
Webmin details: click here
Webmin: click here
This article permanently updates the link address: