Only two steps to quickly install JumpServer:
Prepare a 64-bit Linux host with 2 cores and 4GB RAM (minimum) that can access the internet;
Execute the following command as the root user to install JumpServer with one click.
curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.28.4/quick_start.sh | bash
This script will install and start JumpServer with one click. The default access IP is admin with the password admin.
The one-click installation script will occupy port 80. Other installation methods: https://docs.jumpserver.org/zh/v2.28.4/install/setup_by_fast/
Modify the port after installing with the one-click script:
cd /opt/jumpserver-installer-v2.28.4
./jmsctl.sh down
Then navigate to /opt/jumpserver/config
Edit the config.txt file, and then navigate back to /opt/jumpserver-installer-v2.28.4
Execute:
./jmsctl.sh start
To put it simply, what caught my attention is the ability to assign permissions and assets to different users.
It also supports various asset servers and can use a gateway for second-level forwarding.