JumpServer是一款开源的运维安全审计系统,采用Python/Django开发,支持身份验证、授权控制、账号管理、安全审计等功能,主要帮助企业管控运维访问权限并实现操作审计。
一、基础
JumpServer是一款开源的运维安全审计系统,采用Python/Django开发,支持身份验证、授权控制、账号管理、安全审计等功能,主要帮助企业管控运维访问权限并实现操作审计。
二、使用
cd /opt/jumpserver-installer-v4.10.3
- ./jmsctl.sh start
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
Web access
- http://172.19.xxx.237:80
- Default username: admin Default password: ChangeMe
More information
- Official Website: https://www.jumpserver.com/
- Documentation: https://www.jumpserver.com/docs
三、问题
- 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