0%

JumpServer搭建使用

JumpServer是一款开源的运维安全审计系统,采用Python/Django开发,支持身份验证、授权控制、账号管理、安全审计等功能,主要帮助企业管控运维访问权限并实现操作审计。

一、基础

      JumpServer是一款开源的运维安全审计系统,采用Python/Django开发,支持身份验证、授权控制、账号管理、安全审计等功能,主要帮助企业管控运维访问权限并实现操作审计。

二、使用

  1. cd /opt/jumpserver-installer-v4.10.3

    • ./jmsctl.sh start
  2. Other management commands

    • ./jmsctl.sh stop
    • ./jmsctl.sh restart
    • ./jmsctl.sh backup
    • ./jmsctl.sh upgrade
    • For more commands, you can enter ./jmsctl.sh –help to understand
  3. Web access

  4. More information

三、问题

  1. failed to bind port 0.0.0.0:80/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
    • 其他服务占用了80端口,如gitlab:gitlab-ctl stop
    • 或者修改绑定的端口,如8080

四、参考

  1. 参考一