I am very like to like the panel, since playing VPS, the first installation is Webmin! Feelings to deep, including my blog is also installed Webmin, the optimization is very good!
For Webmin optimized open VZ VPS is more powerful than Xen VPS performance! This blog to open a large number of plug-ins, in the 1G Xen can not be normal operation, while the OpenVZ of the 512M alone in the VPS is just good, so you can not ignore the powerful features of Webmin! All right, let's not say, rush into it!
1.webmin Introduction
Webmin is a Unix/linux host management panel based on the Web interface, written in Perl. For managing accounts, Web Services, DNS, DHCP, FTP, NFS, file sharing features. The virtual Host Management module, Virtualmin, is included.
2. Download and install Webmin
2.1. Download Webmin
There is a key to install the package, as well as the tar way installed I was selected for the RPM package to install!
Download the latest RPM package installation, now the latest for webmin1.680-1.
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680-1.noarch.rpm
Rpm-u webmin-1.680-1.noarch.rpm
If you appear
Warning:webmin-1.580-1.noarch.rpm:header V3 DSA Signature:nokey, key ID 11f63c51 error:failed dependencies:/US R/bin/<span class= ' wp_keywordlink_affiliate ' ><a href= ' http://www.bxl.me/b/perl ' title= ' view all articles in Perl ' target= "_blank" >perl</a></span> is needed by webmin-
The code is as follows |
Copy Code |
Warning:webmin-1.580-1.noarch.rpm:header V3 DSA Signature:nokey, key ID 11f63c51 error: Failed dependencies: /usr/bin/perl is needed by Webmin-1.580-1.noarch |
Because we didn't have Perl installed, we installed the PERL environment!
2.2. Installing Perl
The code is as follows |
Copy Code |
Yum Install Perl |
Then after performing the installation, or using the following steps, I was directly using the following steps!
2.3.repo Installation
Get a new library, edit the Webmin.repo file
The code is as follows |
Copy Code |
Vi/etc/yum.repos.d/webmin.repo |
Add in Webmin.repo
The code is as follows |
Copy Code |
[Webmin] Name=webmin Distribution Neutral #baseurl =http://download.webmin.com/download/yum Mirrorlist=http://download.webmin.com/download/yum/mirrorlist Enabled=1 |
Gets and installs the GPG key that is signed with the package
The code is as follows |
Copy Code |
wget HTTP://WWW.WEBMIN.COM/JCAMERON-KEY.ASC RPM--import JCAMERON-KEY.ASC
|
Then perform the installation
The code is as follows |
Copy Code |
Yum Install Webmin |
2.4.tar mode installation
The code is as follows |
Copy Code |
Cd/tmp wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680.tar.gz Gunzip webmin-1.680.tar.gz Tar XF Webmin-1.680.tar CD webmin-1.680 ./setup.sh/usr/local/webmin |
Use the above command to install the latest version directly, convenient and quick!
2.5.
3. Landing Webmin
Log on using http://ip:10000. Webmin's default username is root, password is your root user's password