JumpServer installation, maintenance

1.jumpserver official website: https://docs.jumpserver.org/zh/master/

2.jumpserver restart the service

systemctl start redis

systemctl start mariadb

systemctl enable nginx

source /opt/py3/bin/activate

cd /opt/jumpserver

systemctl start nginx

./jms start all

3.jumpserver terminal does not come out the way online

View docker containers are online

---docker ps -a

Restart docker container

docker restart XXXXXX

Guess you like

Origin blog.51cto.com/2899298/2427387