From c95ad5a31cc92f1789c8849129e015bec83270d1 Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:54:19 +0800 Subject: [PATCH] chore: Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eee76503d..b51b5cde2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ JumpServer is an open-source Privileged Access Management (PAM) tool that provid ![JumpServer Overview](https://github.com/jumpserver/jumpserver/assets/41712985/4f981076-ce03-41db-a64e-e79d633c8831) +## Quick Start + +Prepare a clean Linux Server ( 64 bit, >= 4c8g ) + +``` +curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash +``` + +Access JumpServer in your browser at `http://your-ip/`, `admin`/`ChangeMe` + ## Screenshots @@ -43,15 +53,6 @@ JumpServer is an open-source Privileged Access Management (PAM) tool that provid
-## Quick Start -Prepare a clean Linux Server ( 64bit, >= 4c8g ) - -``` -curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash -``` - -Access JumpServer in your browser at `http://your-ip/`, `admin`/`admin` - ## Components JumpServer consists of multiple key components, which collectively form the functional framework of JumpServer, providing users with comprehensive capabilities for operations management and security control.