标签:
1、Linux系统中官方下载Webmin(下载地址)安装包webmin-1.750.tar.gz
[root@localhost ~]# cd /usr/local/program/
[root@localhost program]# ls
[root@localhost program]# tar -zcvf webmin-1.750.tar.gz
[root@localhost ~]# cd /usr/local/program/
[root@localhost program]# cd webmin-1.750/
[root@localhost webmin-1.750]# ./setup.sh *********************************************************************** * Welcome to the Webmin setup script, version 1.750 * *********************************************************************** Webmin is a web-based interface that allows Unix-like operating systems and common Unix services to be easily administered. Installing Webmin in /usr/local/program/webmin-1.750 ... *********************************************************************** 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]: Found existing Webmin configuration in /etc/webmin Inserting path to perl into scripts.. ..done Creating start and stop scripts.. ..done Updating config files.. ..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/local/program/webmin-1.750 Pre-loaded WebminCore ..done *********************************************************************** Webmin has been installed and started successfully. Use your web browser to go to http://localhost.localdomain:10000/ and login with the name and password you entered previously.
[root@localhost webmin-1.750]# firewall-cmd --permanent --add-port=10000/tcp #开启10000端口
success
[root@localhost webmin-1.750]# systemctl restart firewalld.service
2、在Windows浏览器中输入http://ip:10000弹出界面输入默认用户名和密码均为admin,界面如下
标签:
原文地址:http://www.cnblogs.com/xiangfu/p/4534770.html