https://blog.csdn.net/yleihj/article/details/127878983

  • 关闭防火墙
systemctl disable --now firewalld
  • 临时关闭selinux。
setenforce 0
# 永久关闭
sed -i s/SELINUX=enforcing/SELINUX=disabled/ /etc/selinux/config
  • 安装必要的软件。 yum install -y wget curl tar gettext iptables
  • 安装JumpServer
curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.27.0/quick_start.sh | bash

默认会安装到 /opt/jumpserver-installer-v2.27.0 目录 ,安装完成后配置文件 /opt/jumpserver/config/config.txt。

使用http://ip:80的方式打开网页

安装jumpserver在centos上_用户名

默认用户名和密码都是admin,第一次登陆需要修改密码。

安装jumpserver在centos上_用户名_02

使用新密码登录系统

安装jumpserver在centos上_用户名_03