目录
下载地址
http://download.webmin.com/download/yum/
安装依赖
sudo yum -y install openssl perl perl-Net-SSLeay perl-IO-Tty perl-Crypt-SSLeay perl-Encode-Detect perl-Digest-MD5 perl-Digest-SHA autoconf
安装
rpm -ivh webmin-2.021-1.noarch.rpm
重置密码
/usr/libexec/webmin/changepass.pl /etc/webmin root lxw@123
webmin的用户名是root,密码为lxw@123
webmin的配置目录是/etc/webmin
如果有安全需要,则更改webmin服务默认端口号
进入miniserv.conf 配置文件
vim /etc/webmin/miniserv.conf
修改默认端口号port=10000和listen=10000为如下即可(自己随便设置端口号)
port=10001
listen=10001
webmin服务命令
/etc/webmin/restart # 重启
/etc/webmin/start # 启动
/etc/webmin/stop # 停止
如果下载不了,可以试试我下载好的webmin-2.021 及其相关依赖包
扩展
github地址:https://github.com/webmin/webmin
Powerful and flexible web-based server management control panel
Webmin is a web-based system administration tool for Unix-like servers, and services with about 1,000,000 yearly installations worldwide. Using it, it is possible to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify, and control open-source apps, such as BIND DNS Server, Apache HTTP Server, PHP, MySQL, and many more.
Usability can be expanded by installing modules, which can be custom made. Aside from this, there are two other major projects that extend its functionality:
- Virtualmin is a powerful, flexible, most popular, and most comprehensive web-hosting control panel for Linux, and BSD systems, with over 150,000 installations worldwide. It is available in an open-source community-supported version, and a more feature-filled version with premium support;
- Usermin presents and controls a subset of user-centred features, rather than administrator-level tasks.
Webmin includes 116 standard modules, and there are at least as many third-party modules.
Requirements
Perl 5.10 or higher.