Deployment Steps
1. Create App Connector in ZPA Portal
Go to Administration → App Connectors
Click Add, assign a name, location, and generate the Provisioning Key
2. Deploy the App Connector VM
Download and extract the zpa-connector.tgz
mkdir -p /opt/zscaler/
cd /opt/zscaler/
tar -xvzf zpa-connector.tgz
./install.sh
3. Apply Provisioning Key
vi /opt/zscaler/var/provision_key
Paste in the key, then:
systemctl start zpa-connector
4. Verify in ZPA Portal
Post-Deployment Configuration
Create Connector Groups
Define Server Groups with IPs or FQDNs
Create Application Segments (RDP, SSH, HTTP, etc.)
Set up Access Policies by user/group and app
Security Note
The App Connector never accepts inbound connections. All traffic is user-initiated and brokered through Zscaler’s cloud. This reduces attack surface and simplifies firewall posture.