1. download Webmin RPM package
to the official website http://www.webmin.com/ to download the latest version of the RPM format webmin
# wget http://ufpr.dl.sourceforge.net/project/webadmin/webmin/1.801/webmin-1.801-1.noarch.rpm
2. Installing Webmin
#yum-y install OpenSSL perl perl-net-ssleay perl-io-tty Perl-crypt-ssleay
# RPM-IVH webmin-1.801-1.noarch.rpm
3. webmin service
# service Webmin start
chkconfig webmin on
You can use https://localhost:10000 to Log on locally or use https://ip:10000access , username and password are root account The password is root
4. set the language to Chinese
after logging in to Webmin , click webmin->webmin Configuration, right- click Language , drop-down box select Simplified Chinese (zh_cn) to
This article is from the "Calf---xmlgrg" blog, please be sure to keep this source http://xmlgrg.blog.51cto.com/10467412/1792147
Installing Webmin in CentOS