Webmin is a WEB-based tool for remote host management. webmin allows you to remotely set hosts through the GUI. webmin includes many plug-ins, install plug-ins to manage more functions of the host. Before installing webmin, make sure that you have installed LAMP, because webmin must run properly in the LAMPserver environment. Ubuntu13.04 install LAMP \ Vsftpd \ Webmin \ php
Webmin is a WEB-based tool for remote host management. webmin allows you to remotely set hosts through the GUI. webmin includes many plug-ins, install plug-ins to manage more functions of the host.
Before installing webmin, make sure that you have installed LAMP, because webmin must run properly in the LAMP server environment.
Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04Http://www.linuxidc.com/Linux/2013-06/86250.htm
CentOS install Webmin http://www.linuxidc.com/Linux/2013-02/79052.htm
Linux Remote Management Software Webmin http://www.linuxidc.com/Linux/2012-08/68730.htm
Ubuntu 12.04 Server install Webmin http://www.linuxidc.com/Linux/2012-05/60977.htm
Build a LAMP running environment & Webmin http://www.linuxidc.com/Linux/2012-05/60731.htm under CentOS
Install Webmin on Ubuntu 14.04Http://www.linuxidc.com/Linux/2014-05/102471.htm
Then we need to change the source file:
Sudo vi/etc/apt/sources. list
Add the following content after the file:
Deb http://download.webmin.com/download/repository
Deb http://webmin.mirror.somersettechsolutions.co.uk/repository
Add GPG key:
Wget http://www.webmin.com/jcameron-key.asc
Sudo apt-key add jcameron-key.asc
Update source file:
Sudo apt-get update
Install Wwebmin:
Sudo apt-get install webmin
Now, open your browser and enter https: // your ubuntu-server IP Address: 10000.
Log On with the username and password:
Webmin details: Click here
Webmin: Click here
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-07/104636.htm