GlobalProtect Agent

Overview

The GlobalProtect Agent is a key component in Palo Alto Networks’ GlobalProtect infrastructure. It is the client-side software that runs on endpoints (desktops, laptops, and mobile devices), allowing them to connect securely to internal network resources through GlobalProtect portals and gateways.

The agent manages the connection to the GlobalProtect portal for configuration and to the GlobalProtect gateway for enforcement of security policies and secure tunnel establishment.

Supported Platforms

For the full list of supported OS and minimum required versions, consult the Compatibility Matrix .

Deployment Methods

Configuration

The agent behavior is centrally managed by the GlobalProtect Portal. Key configuration options include:

Authentication Behavior

App Logging and Troubleshooting

GlobalProtect Agent Connection Flow

sequenceDiagram
    participant User as Endpoint
    participant Portal as GP Portal
    participant Gateway as GP Gateway

    User->>Portal: Connect and authenticate
    Portal-->>User: Return configuration and certificate
    User->>Gateway: Establish tunnel and authenticate
    Gateway-->>User: Enforce security policies and allow traffic
  

Best Practices

References