Skip to content

Online Installation⚓︎

1. Installation and Deployment⚓︎

// root@localhost:/opt#
$ curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash

---> 100%
<span style="color: green;">[Success]</span>: download install script to /opt/jumpserver-installer-v3.10.5
[Info]: Start executing the installation script.
[Info]: In an automated script deployment, note the message prompts on the screen.
---> 100%
<span style="color: green;">[Success]</span>: The Installation is Complete.

For more commands, you can enter <span style="color: red;">jmsctl --help</span> to view help information.

// root@localhost:/opt#
$ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash

---> 100%
<span style="color: green;">[Success]</span>: download install script to /opt/jumpserver-installer-v3.10.5
[Info]: Start executing the installation script.
[Info]: In an automated script deployment, note the message prompts on the screen.
---> 100%
<span style="color: green;">[Success]</span>: The Installation is Complete.

For more commands, you can enter <span style="color: red;">jmsctl --help</span> to view help information.

Tip

  • After initial installation, modify the configuration file and define the DOMAINS field to enable.
  • If the server is a one-click installation and the previous version of JumpServer already uses HTTPS, no changes are needed.
  • For scenarios where JumpServer needs to be accessed using an IP address, fill in the DOMAINS field in the config.txt file with either the public IP or internal IP based on your IP type.
  # Edit config.txt and update DOMAINS field.
  vim /opt/jumpserver/config/config.txt 

  # Trusted DOMAINS
  # Define trusted access IPs, please modify based on actual circumstances. If it's a public IP, replace it with the corresponding public IP.
  # DOMAINS="demo.jumpserver.org"    # Access with Domain name
  # DOMAINS="172.17.200.191"         # Access with IP address
  # DOMAINS="demo.jumpserver.org,172.17.200.191"    # Access with IP address and Domain
  DOMAINS=

After installation the path of of JumpServer config file is:/opt/jumpserver/config/config.txt

cd /opt/jumpserver-installer-v3.10.5

# Start
./jmsctl.sh start

# Stop
./jmsctl.sh down

# Uninstall
./jmsctl.sh uninstall

# Help
./jmsctl.sh -h

2. Access URL⚓︎

After a successful installation,you can acceess JumpServer through a Web Browser.

URL: http://<JumpServer Host IP address>:<Servivce Port>
UserName: admin
Password: admin

登录页面