亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述Install Jumpserver相关的知识,希望能为你提供帮助。
Download jumpserver install shell
cd /opt
wget https://github.com/jumpserver/installer/releases/download/v2.21.2/jumpserver-installer-v2.21.2.tar.gz
Install Jumpserver
tar -zxvf jumpserver-installer-v2.21.2.tar.gz
cd jumpserver-installer-v2.21.2
./jmsctl.sh install
> > > The Installation is Complete
1. You can use the following command to start, and then visit
cd /opt/jumpserver-installer-v2.21.2
./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.19.201.100:80
Default username: adminDefault password: admin
4. SSH/SFTP access
ssh -p2222 admin@172.19.201.100
sftp -P2222 admin@172.19.201.100
5. More information
Official Website: https://www.jumpserver.org/
Documentation: https://docs.jumpserver.org/
Start Jumpserver./jmsctl.sh start
Using SSL【Install Jumpserver】
#/opt/jumpserver/config/nginx/lb_http_server.conf
server_name jmp.sample.com jumpserver.sample.com; # 取消注释并自行修改成你自己的域名
server_tokens off;
ssl_certificate cert/sample.com.pem; # 修改 server.crt 为你的证书, 不要改路径 certs/
ssl_certificate_key cert/sample.com.key.pem; # 修改 server.key 为你的证书, 不要改路径 certs/
#/opt/jumpserver/config/config.txt
HTTP_PORT=80
SSH_PORT=2222
RDP_PORT=3389
USE_LB=1
HTTPS_PORT=443
LB_HTTP_PORT=80
LB_HTTPS_PORT=443
Restart Jumpserver
cd jumpserver-installer-v2.21.2/
./jmsctl.sh install
推荐阅读
- 4G智能安全帽(记录仪)应用分析
- 以字节跳动内部 Data Catalog 架构升级为例聊业务系统的性能优化
- #yyds干货盘点# 解决剑指offer(跳台阶)
- 108个Python精选库,建议收藏留用!
- AIoT时代,如何颠覆传统AI硬件产研模式
- 数据库数据恢复存储损坏导致SQL Server数据库崩溃的数据恢复案例
- BI 如何让SaaS产品具有 “安全感”和“敏锐感”(上)
- Nacos Config 动态刷新源码剖析
- HarmonyOS 使用FA调PA能力实现JS消息订阅功能