浏览器搜索—JumpServer,进入官网
点击上面的文档----安装配置—极速部署----自动部署
查看TCP端口
[root@localhost ~]# netstat -ntpl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1077/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1338/master
tcp6 0 0 :::22 :::* LISTEN 1077/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1338/master
[root@localhost ~]# yum install git -y
一键部署(自动安装)
[root@localhost ~]# curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.10.1/quick_start.sh | bash、
>>> 安装完成了
1. 可以使用如下命令启动, 然后访问
./jmsctl.sh start
2. 其它一些管理命令
./jmsctl.sh stop
./jmsctl.sh restart
./jmsctl.sh backup
./jmsctl.sh upgrade
更多还有一些命令, 你可以 ./jmsctl.sh --help 来了解
3. Web 访问
http://10.30.59.216:8080
https://10.30.59.216:8443
默认用户: admin 默认密码: admin
4. SSH/SFTP 访问
ssh admin@10.30.59.216 -p2222
sftp -P2222 admin@10.30.59.216
5. 更多信息
我们的官网: https://www.jumpserver.org/
我们的文档: https://docs.jumpserver.org/
查看安装目录
[root@localhost ~]# cd /opt
[root@localhost opt]# ls
jumpserver jumpserver-installer-v2.10.1
[root@localhost opt]# cd jumpserver-installer-v2.10.1/
[root@localhost jumpserver-installer-v2.10.1]# ./jmsctl.sh start
手动安装
[root@localhost ~]# cd /opt
[root@localhost ~]# wget https://github.com/jumpserver/installer/releases/download/v2.11.1/jumpserver-installer-v2.11.1.tar.gz
或者自己上传jumpserver-installer-v2.11.1.tar.gz安装包
[root@localhost ~]# ll
total 40
-rw-------. 1 root root 1260 Mar 29 23:35 anaconda-ks.cfg
-rw-r--r--. 1 root root 31147 Jun 22 09:53 jumpserver-installer-v2.10.4.tar.gz
[root@localhost ~]# tar -zxvf jumpserver-installer-v2.10.4.tar.gz
[root@localhost ~]# ll
total 40
-rw-------. 1 root root 1260 Mar 29 23:35 anaconda-ks.cfg
drwxr-xr-x. 8 root root 193 Jun 8 17:14 jumpserver-installer-v2.10.4
-rw-r--r--. 1 root root 31147 Jun 22 09:53 jumpserver-installer-v2.10.4.tar.gz
[root@localhost jumpserver-installer-v2.10.4]# ls
compose config-example.txt config_init jmsctl.sh locale README.md scripts static.env utils
[root@localhost jumpserver-installer-v2.10.4]# ./jmsctl.sh install
██╗██╗ ██╗███╗ ███╗██████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗
██║██║ ██║████╗ ████║██╔══██╗██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗
██║██║ ██║██╔████╔██║██████╔╝███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝
██ ██║██║ ██║██║╚██╔╝██║██╔═══╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗
╚█████╔╝╚██████╔╝██║ ╚═╝ ██║██║ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║
╚════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝
Version: v2.10.4
语言 Language (cn/en) (default cn): 一路默按回车
>>> 安装完成了
1. 可以使用如下命令启动, 然后访问
./jmsctl.sh start
2. 其它一些管理命令
./jmsctl.sh stop
./jmsctl.sh restart
./jmsctl.sh backup
./jmsctl.sh upgrade
更多还有一些命令, 你可以 ./jmsctl.sh --help 来了解
3. Web 访问
http://10.30.59.253:8080
https://10.30.59.253:8443
默认用户: admin 默认密码: admin
4. SSH/SFTP 访问
ssh admin@10.30.59.253 -p2222
sftp -P2222 admin@10.30.59.253
5. 更多信息
我们的官网: https://www.jumpserver.org/
我们的文档: https://docs.jumpserver.org/
[root@localhost jumpserver-installer-v2.10.1]# ./jmsctl.sh start
进入网站 http://10.30.59.216:8080 访问
默认用户: admin 默认密码: admin