Centos/RHCL/Fedora安装web管理平台
  ZFnT1TYZxoQn 2023年11月02日 55 0

Centos/RHCL/Fedora安装web管理平台

Centos从8以后就自带了cockpit管理平台,之前的版本也可以手动安装,如果你系统没有这个功能可以往下看来安装。 访问方式 https://IP:9090

安装教程

关闭防火墙

安装了并且启用了访问不了 最大的原因就是防火墙没关。

# 关闭防火墙
[root@fedora ~]# systemctl stop firewalld

# 关闭防火墙开启自启
[root@fedora ~]# systemctl disable firewalld

# 关闭 selinux(临时关闭,重启系统后会自启)
[root@fedora ~]# setenforce 0

永久关闭selinux:

安装cockpit

# 安装cockpit
[root@fedora ~]# dnf install cockpit -y

# 启动cockpit
[root@fedora ~]# systemctl restart cockpit

# 设置开机自启cockpit
[root@fedora ~]# systemctl enable cockpit
【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

推荐阅读
  6YY0QMPUXEwu   2023年12月10日   31   0   0 linux网卡
  Ex81gqy3LOX7   2023年12月07日   22   0   0 linux
  nIt0XG0acU8j   2023年12月11日   32   0   0 linuxhtop
  nIt0XG0acU8j   2023年12月09日   36   0   0 linuxsort