JumpServer社区版v2.19.1

DevOps JumpServerv评论6,113字数 1059阅读3分31秒阅读模式

一键部署

仅需两步快速安装 JumpServer:

  1. 准备一台 2核4G (最低)且可以访问互联网的 64 位 Linux 主机;
  2. 以 root 用户执行如下命令一键安装 JumpServer。
  • 默认会安装到 /opt/jumpserver-installer-v2.19.1 目录
curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.19.1/quick_start.sh | bash
  • 安装完成后配置文件 /opt/jumpserver/config/config.txt
cd /opt/jumpserver-installer-v2.19.1

# 启动
./jmsctl.sh start

# 停止
./jmsctl.sh down

# 卸载
./jmsctl.sh uninstall

# 帮助
./jmsctl.sh -h

看到如下提示部署成功

>>> The Installation is Complete
1. You can use the following command to start, and then visit
cd /opt/jumpserver-installer-v2.19.1
./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
http://172.16.0.3:80
Default username: admin Default password: admin

4. SSH/SFTP access
ssh -p2222 admin@172.16.0.3
sftp -P2222 admin@172.16.0.3

5. More information
Official Website: https://www.jumpserver.org/
Documentation: https://docs.jumpserver.org/


jms_mysql is up-to-date
jms_redis is up-to-date
Creating jms_core ... done
Creating jms_lion ... done
Creating jms_celery ... done
Creating jms_koko ... done
Creating jms_web ... done

JumpServer社区版v2.19.1

继续阅读
DevOps
  • 本文由 发表于 2022年2月24日 14:26:38
  • 除非特殊声明,本站文章均为原创,转载请务必保留本文链接
堡垒机登录 JumpServerv

堡垒机登录

首次web终端登陆 1、使用(运维平台)cycling跳转 2、登录jumpserver地址 URL https://jumpserver.lingoac...
评论  0  访客  0

发表评论