Skip to content

Offline Upgrade⚓︎

!!! warning "There are certain differences between JumpServer v3 and v2 versions. If you need to upgrade from v2 to v3, Please refer to the relevant instructions.

Before upgrading, please read the documentation carefully. Important information regarding upgrades or migrations

Downlaod installation package from FIT2CLOUD community Dowlaoding the latest linux/arm64 offline installation package , and uplaod to '/opt' on the server to be configured.

cd /opt
tar -xf jumpserver-offline-installer-v3.10.5-amd64.tar.gz
cd jumpserver-offline-installer-v3.10.5-amd64
./jmsctl.sh upgrade
./jmsctl.sh start

Downlaod installation package from FIT2CLOUD community Dowlaoding the latest linux/arm64 offline installation package, and uplaod to '/opt' on the server to be configured.

cd /opt
tar -xf jumpserver-offline-installer-v3.10.5-arm64.tar.gz
cd jumpserver-offline-installer-v3.10.5-arm64
./jmsctl.sh upgrade
./jmsctl.sh start

Downlaod installation package from FIT2CLOUD community Dowlaoding the latest linux/loong64 offline installation package , and uplaod to '/opt' on the server to be configured.

cd /opt
tar -xf jumpserver-offline-installer-v3.10.5-loong64.tar.gz
cd jumpserver-offline-installer-v3.10.5-loong64
./jmsctl.sh upgrade
./jmsctl.sh start