JumpServer: Open-Source Privileged Access Management
Summary
JumpServer is an open-source Privileged Access Management (PAM) platform that provides secure, on-demand access to SSH, RDP, Kubernetes, Database, and RemoteApp endpoints through a web browser.
View Cached Full Text
Cached at: 06/29/26, 08:06 PM
jumpserver/jumpserver
Source: https://github.com/jumpserver/jumpserver
An open-source PAM platform (Bastion Host)
English · 中文(简体) · 中文(繁體) · 日本語 · Português (Brasil) · Español · Русский · 한국어
What is JumpServer?
JumpServer is an open-source Privileged Access Management (PAM) platform that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.
Quickstart
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-jumpserver-ip/
- Username:
admin - Password:
ChangeMe
Screenshots
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.
| Project | Status | Description |
|---|---|---|
| Lina | JumpServer Web UI | |
| Luna | JumpServer Web Terminal | |
| KoKo | JumpServer Character Protocol Connector | |
| Lion | JumpServer Graphical Protocol Connector | |
| Chen | JumpServer Web DB | |
| Client | JumpServer Client | |
| Tinker | JumpServer Remote Application Connector (Windows) | |
| Panda | JumpServer EE Remote Application Connector (Linux) | |
| Razor | JumpServer EE RDP Proxy Connector | |
| Magnus | JumpServer EE Database Proxy Connector | |
| Nec | JumpServer EE VNC Proxy Connector | |
| Facelive | JumpServer EE Facial Recognition |
Third-party projects
- jumpserver-grafana-dashboard JumpServer with grafana dashboard
Contributing
Welcome to submit PR to contribute. Please refer to CONTRIBUTING.md for guidelines.
License
Copyright (c) 2014-2026 FIT2CLOUD, All rights reserved.
Licensed under The GNU General Public License version 3 (GPLv3) (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/gpl-3.0.html
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “ AS IS“ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Similar Articles
@XAMTO_AI: Tired of SSH patchwork, old panels, and a bunch of scripts? ServerKit packs sites, databases, Docker, SSL, firewalls, b…
ServerKit is a lightweight, modern server control panel that consolidates management of sites, databases, Docker containers, SSL, and security into a single web interface, designed for efficiency on minimal resources.
SSH Sshfighter.com
SSH Fighter is an arcade fighting game playable entirely over SSH, offering ranked matches, replays, and a bot API directly in the terminal without any installation.
ShellMate
ShellMate is a tool that allows users to manage SSH servers, credentials, and teams from a single place.
Gave my coding agents SSH access to real servers without putting keys in their environment - here's the trust model
The author presents a secure method for giving coding agents SSH access to real servers using an intermediary client that holds keys and signs commands, with per-host policies, live monitoring, and audit logs, while discussing limitations and seeking feedback.
Open-sourcing OpenPubkey SSH (OPKSSH): integrating single sign-on with SSH
OpenPubkey SSH (OPKSSH) has been open-sourced, enabling SSH to integrate with single sign-on technologies like OpenID Connect, eliminating the need for manual SSH key management.