安装过程:
在webmin首页的右上角即可看到最新版本的下载信息,其下载包括两种包装,一种是tar压缩包,一种是rpm安装包。
Webmin安装
压缩包安装
# tar xvzf webmin-1.410.tar.gz
# cd webmin-1.410
在该目录下有个README文件,指出了运行setup.sh即可完成安装过程,但是在安装后,不能删除本目录,因为webmin将从该目录运行。
# ./setup.sh (注意格式,前面有 " ./ ")
***********************************************************************
* Welcome to the Webmin setup script, version 1.100 *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.
Installing Webmin in /usr/webmin-1.100 ...
***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.
Config file directory [/etc/webmin]: 默认配置文件目录
Log file directory [/var/webmin]: 默认日志文件目录
***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.
Full path to perl (default /usr/bin/perl): 检查Perl安装
Testing Perl ...
Perl seems to be installed ok
***********************************************************************
Operating system name: Redhat Linux
Operating system version: 8.0
***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time.
Web server port (default 10000): 默认webmin web server的端口
Login name (default admin): 通过浏览器登录webmin的用户名,默认为admin
Login password: 输入用户登录密码
Password again: 再次输入用户登录密码
The Perl SSLeay library is not installed. SSL not available.
Start Webmin at boot time (y/n): y 是否在linux启动时运行webmin
***********************************************************************
Creating web server config files..
..done
Creating access control file..
..done
Inserting path to perl into scripts..
..done
Creating start and stop scripts..
..done
Copying config files..
..done
Configuring Webmin to start at boot time..
Created init script /etc/rc.d/init.d/webmin
..done
Creating uninstall script /etc/webmin/uninstall.sh ..
..done
Changing ownership and permissions ..
..done
Running postinstall scripts ..
..done
Attempting to start Webmin mini web server..
Starting Webmin server in /usr/webmin-1.100
..done
***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to
http://hostname:10000/ ; 或者
http://192.168.1.118:10000/
and login with the name and password you entered previously.
安装结束。
RPM安装
# rpm -ivh webmin-1.100-1.noarch.rpm
warning: webmin-1.100-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ########################################### [100%]
Operating system is Redhat Linux 8.0
1:webmin ########################################### [100%]
Webmin install complete. You can now login to
http://hostname:10000/
as root with your root password.
安装结束。
启动Webmin服务 service webmin start
关闭Webmin服务 service webmin stop
重启Webmin服务 service webmin restart
请注意,通过RPM安装后的webmin登录用户名默认为系统的root账号,这是与采用压缩包安装方式不同的地方。
进入Webmin
好了,现在就可以看看webmin的真面目了。打开浏览器,在地址栏输
http://hostname或IP:10000,蓝色背景的webmin的登录界面即展现在眼前。如果是采用压缩包安装的,输入安装中提示的用户名和密码;如果是采用RPM安装的,则输入系统的root账号信息。
登录后进入webmin,是不是感觉和他的网站很相像?面对一大堆英文,点击Webmin Configuration,进入Language选择,在下拉框中选择Simplified Chinese (ZH_CN),点击Change Language按钮,界面即变成了简体中文。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。