1、从官方网下载 webmin
2、cd opt目录下,并将文件上传到该目录下
3、tar –xzvf webmin-1.490.tar.gz解压
4、进入 webmin-1.490、
5、运行 ./setup.sh
***********************************************************************
* Welcome to the Webmin setup script, version 1.490 *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.
Installing Webmin in /opt/webmin-1.490 ...
***********************************************************************
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):
Testing Perl ...
Perl seems to be installed ok
***********************************************************************
Operating system name: CentOS Linux
Operating system version: 5.2
***********************************************************************
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):
Login name (default admin): root
Login password:
Password again:
Use SSL (y/n): y
Start Webmin at boot time (y/n): y
***********************************************************************
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 /opt/webmin-1.490
Pre-loaded WebminCore
..done
***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to
https://power:10000/
and login with the name and password you entered previously.
Because Webmin uses SSL for encryption only, the certificate
it uses is not signed by one of the recognized CAs such as
Verisign. When you first connect to the Webmin server, your
browser will ask you if you want to accept the certificate
presented, as it does not recognize the CA. Say yes.
安装成功
6、安装成功后,用https://ip:10000/如果访问不了,就关闭你的防火墙
1) 重启后生效:
开启: chkconfig iptables on
关闭: chkconfig iptables off
2) 即时生效,重启后失效:
开启: service iptables start
关闭: service iptables stop
7、webmin的启动和停止
webmin安装后以服务的形式运行(默认服务端口为:10000),启动和停止和其他服务类似。 。
启动:service webmin start
停止:service webmin stop
重启:service webmin restart
在webmin的安装目录下有一个名为webmin-init的可执行程序,启动和关闭服务程序就靠它了。
启动服务程序命令:webmin-init start;
关闭服务程序命令:webmin-init stop。
8、webmin 管理员口令的更改
例:将webmin管理员root的口令更改为222222
changepass.pl /etc/webmin root 222222 (changepass.pl 位于解压的目录,复制到任何地方调用即可)
其中 /etc/webmin是配置文档的路径,即安装时定义的位置.
分享到:
相关推荐
1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip1.python安装教程.zip...
jenkins-win32-1.490.part1.rar
vivado2021.1安装教程
Altium Designer Summer 9(9.3.1.19182)的安装步骤和图解
visualstudio安装教程visualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio安装教程.txtvisualstudio...
docker-ce离线安装文件及依赖包,安装的版本为19.03.9,经过测试安装,完全可用。audit-libs-2.8.5-4.el7.x86_64.rpm checkpolicy-2.5-8.el7.x86_64.rpm containerd.io-1.2.6-3.3.el7.x86_64.rpm container-selinux-...
在Ubuntu 22.04操作系统中安装RTX3080TI显卡的NVIDIA驱动需要遵循一系列步骤,以确保正确安装并避免常见的问题,如黑屏。以下是详细的安装流程: 首先,确保你的系统是最新的,这可以通过更新软件列表和安装必要的...
1. **解压与运行安装程序**:将压缩文件解压到一个方便的位置,然后双击`mysql-installer-community-8.0.36.0.msi`启动安装向导。 2. **欢迎界面**:出现的第一个界面是欢迎界面,点击“Next”继续。 3. **选择...
redis-desktop-manager-2019.2.0.exe安装版 redis-desktop-manager-2019.2.0.exe安装版 redis-desktop-manager-2019.2.0.exe安装版 redis-desktop-manager-2019.2.0.exe安装版
此文档已在 http://download.csdn.net/detail/huangdou0204/8943019 基础上做了 细节补充,如果已经根据上面连接下载的文档安装成功着,无需理会,如果没有下载过,请下载此...按照一步步 复制->粘贴 即可成功安装!
在openEuler22.03LTS操作系统中安装saltstack3003.1,主要涉及的是Python的包管理工具pip以及与SaltStack相关的依赖库。以下将详细阐述整个安装过程的关键步骤和相关知识点。 首先,SaltStack是一个开源的自动化...
本文将深入探讨“安装Apache提示缺少 libapr-1.so.0与libaprutil-1完美解决”的知识点,帮助读者理解其中的问题原因及解决方法。 ### Apache依赖库解析 在尝试安装Apache时遇到“缺少 libapr-1.so.0与libaprutil-1...
apk.1安装程序(通用)
node-v16.16.0-linux-x64.tar.gz jenkins.war(Jenkins-2.346.1,jdk8) jdk-11.0.19_linux-x64_bin.tar.gz jenkins-2.359-1.1.noarch.rpm redis-6.2.12.tar.gz
EMS.QuickPDF.v1.1.For.Delphi.CBC56.CR安装教程.doc
1、 下载并解压文件,双击“translateclient.exe”开始安装。 2、一路默认安装即可 注意:安装完成先不要勾选运行软件,点击“finish” 3、将下载文件中破解补丁文件夹下的“translateclient.v6.2.620-patch....
该压缩包中包含kernel-2.6.32-358.23.2.el6.x86_64.rpm(安装kmod-oracleasm-2.0.6.rh1-2.el6.x86_64.rpm时所依赖的内核包),kmod-oracleasm-2.0.6.rh1-2.el6.x86_64.rpm,oracleasmlib-2.0.4-1.el6.x86_64.rpm,oracle...
2.2.1. 安装vmware 2 2.2.2. 安装CentOS 2 2.2.3. 虚拟机网络配置 4 2.2.4. 配置主机名 7 2.2.5. 配置防火墙 8 2.2.6. SSH远程登陆 10 2.2.7. 使用yum源 14 2.3. 安装MySQL 16 2.3.1. 卸载mysql 16 2.3.2. 给CentOS...
解决ubuntu缺少libncurses.so.5的问题 libncurses.so.5.zip 离线安装包 适用于ubuntu libncurses.so.5.zip libncurses.so.5.zip libncurses.so.5.zip libncurses.so.5.zip
Altium.Designer.Winter.09.SP3.Build8.3.0.16776.Cracked