Guides
Installation

Installation guide for JumpServer

This topic describes how to install JumpServer.

Install with a one-line command

1

Prepare a clean Linux server ( 64bit, >= 4c8g ).

2

Log in to the Linux server using the "root" or another user with superuser privileges.

3

Change to the /opt directory.

4

Run the following command to install the latest version of JumpServer.

curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash
5

Wait for a moment ... ☕️ At this point, you have successfully installed JumpServer.

6

Please open your Chrome browser, enter "http://<your-server-ip>" in the address bar.

Note

Please replace "<your-server-ip>" with your actual server IP address.

7

Log in as an Administrator using the following default credentials.

  • username: admin
  • password: ChangeMe
8

For security, you will be prompted to change your password after logging in. Once you've changed it and logged in again, you can start your JumpServer journey.