Jump Server
A jump server is a secure, tightly controlled computer that acts as a gateway between a less trusted network and a more trusted one, letting authorized users 'jump' from one to the other to reach and manage systems in a protected zone. Instead of connecting directly to sensitive systems, users route their access through this single, monitored entry point. This concentrates access into one place that can be hardened and watched more closely.
A jump server (also called a jump host or jump box) is a hardened intermediary system used to access and manage devices that reside in a separate security zone. It funnels administrative traffic through firewalls over a supervised secure channel, typically using protocols such as SSH or RDP, so that connections between networks of differing security contexts pass through a single controlled and auditable chokepoint. Because it bridges trust boundaries, a jump server is a high-value target and is generally hardened, access-restricted, and monitored; note that 'jump server' describes an access-control architecture role and is not a term defined by PCI DSS itself. Where such systems provide entry into an environment containing cardholder data, their configuration, access controls, and logging should be assessed against the applicable requirements of the current published PCI DSS version rather than assumed against a fixed requirement number.
Why it matters
A jump server matters because it concentrates administrative access into a single, controllable chokepoint rather than allowing many direct connections into a sensitive network. When systems that hold or process cardholder data can only be reached by first passing through one hardened, monitored gateway, an organization gains a defensible place to enforce access controls, capture logs, and watch for anomalous activity. This design supports the segmentation and least-privilege principles that reduce the attack surface exposed to a less trusted network.
The same property that makes a jump server useful also makes it a high-value target: because it bridges trust boundaries, an attacker who compromises it may gain a path toward the protected zone. For that reason the jump server itself must be hardened, tightly access-restricted, and closely monitored, and its own credentials and sessions treated as sensitive. A poorly maintained jump box can become the weak link it was meant to eliminate.
Note that 'jump server' describes an access-control architecture role and is not a term defined by PCI DSS itself. Where a jump server provides entry into an environment containing cardholder data, its configuration, access controls, and logging should be assessed against the applicable requirements of the current published PCI DSS version rather than assumed against a fixed requirement number. A jump server is intended to help reduce and control access, not to guarantee protection on its own.
Who it's relevant to
Inside Jump Server
Common questions
Answers to the questions practitioners most commonly ask about Jump Server.