JumpServer is installed as a set of Docker containers performing various functions.
To check the status of the containers, simply log in to the server with JumpServer installed and enter the command:
# docker ps -a
All containers in the list should have the status "Healthy".
List of Containers
jms_panda
jms_magnus
jms_celery
jms_chen
jms_koko
jms_lion
jms_razor
jms_video
jms_web
jms_redis
jms_kael
jms_xrdp
jms_mysql
jms_core
To view the error log of a specific module, enter the command:
docker logs -f #CONTAINER_NAME --tail 200
For example:
Error Log for the Web Interface:
docker logs -f jms_web --tail 200
Error Log for Panda:
docker logs -f jms_panda --tail 200
Comments