JumpServer 堡垒机:http://www.jumpserver.org/
https://www.bilibili.com/video/BV19D4y1S7s4?p=2
https://www.bilibili.com/video/BV1ZV41127GB/
CentOS7一步步安装Jumpserver堡垒机(官方教程版)
https://blog.csdn.net/weixin_39855186/article/details/110867048
开源跳板机(堡垒机)系统 Jumpserver安装教程(带图文) Jumpserver 1.0.0
https://blog.csdn.net/ITLearnHall/article/details/81667102
安装完成了
- 可以使用如下命令启动, 然后访问
./jmsctl.sh start - 其它一些管理命令
./jmsctl.sh stop
./jmsctl.sh restart
./jmsctl.sh backup
./jmsctl.sh upgrade
更多还有一些命令, 你可以 ./jmsctl.sh —help 来了解 - Web 访问
http://192.168.0.106:8080
https://192.168.0.106:8443
默认用户: admin 默认密码: admin - SSH/SFTP 访问
ssh admin@192.168.0.106 -p2222
sftp -P2222 admin@192.168.0.106 - 更多信息
我们的官网: https://www.jumpserver.org/
我们的文档: https://docs.jumpserver.org/
[root@localhost jumpserver-installer-v2.7.1]# ./jmsctl.sh —help
JumpServer 部署管理脚本
Usage:
./jmsctl.sh [COMMAND] [ARGS…]
./jmsctl.sh —help
Installation Commands:
install Install JumpServer
upgrade [version] Upgrade JumpServer
check_update Reconfiguration JumpServer
reconfig Check for updates JumpServer
Management Commands:
start 启动 JumpServer
stop 停止 JumpServer
close 关闭 JumpServer
restart 重启 JumpServer
status 检查 JumpServer
down 下线 JumpServer
More Commands:
load_image Loading docker image
python 运行 python manage.py shell
backup_db 备份数据库
restore_db [file] Data recovery through database backup file
raw 执行原始 docker-compose 命令
tail [service] View log
