Extremely fast deployment and troubleshooting of springboard machine-jumpserver

Extremely fast deployment and troubleshooting of jumpserver

Created by: Wu Zishan

Environment: centos7; need to prepare at least 8G memory;

=

A key installation

Enter directly in the terminal: #curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.6.1/quick_start.sh | sh

After the installation is complete

Go to the jumpserver directory
#cd /opt/jumpserver-installer-v2.6.1

implement

./jmsctl.sh start (if an error is reported, you need to start docker first, if docker fails to start, # cat /etc/docker/daemon.json ------ delete all the contents inside, add "{}" that is restartable

#After starting docker, execute ./jmsctl.sh start
and then access ip:8080
account-password –admin

The jumpserver is successfully deployed

Guess you like

Origin blog.csdn.net/Zisson_no_error/article/details/111595287