Connect your Google Cloud Platform (GCP) applications with Zero Trust Secure Access Private Access and prevent unauthorized intrusions.
Private Access Connectors connect your internal applications with Zero Trust Secure
Access Private Access, which allows you to control access to sensitive corporate
resources. To ensure high availability (HA) and facilitate load-balancing on high
traffic apps, install and group together at least 2 connectors in each environment.
Before attempting to deploy the Private Access Connector, ensure that your
environment meets the minimum system
requirements.
Procedure
- In the TrendAI Vision One™ console, go to .
- For customers that need to create a new connector group, click Add
Private Access Connector Group.
- Provide a unique name and description for the group.
- Click Save.
- Locate your Connector group name in the list and click
the New connector (
)
icon.The Private Access Connector Virtual Appliance panel appears. - Select Google Cloud Platform from the Platform list.
- Copy the Registration token for later use.

Important
The Registration token is only valid for 7 days. If the token expires, you must start again. - Sign in to the Google Cloud Platform as a super administrator.
- Open the gcloud CLI and run the following command to create a Private Access Connector
VM using the public image.
gcloud compute instances create <instanceName> --image-family ztna-connector --image-project ztna-connector --network <networkName>-
<instanceName>: Name of the VM to be created
-
<networkName>: Name of the network where the VM runs after it is created

Note
The--image-familyflag automatically selects the latest available connector image. To use a specific image version, replace--image-family ztna-connectorwith--image <imageName>(for example.,--image ztna-connector-3-0-1234). -
- Wait until the process is completed.The creation takes about one minute. After the VM is created, you can search for VM instances on the GCP and find the new VM.
- Register the Private Access Connector virtual appliance to TrendAI Vision One™.
- Open the gcloud CLI, and run the following
sshcommand to log on to the Private Access Connector virtual appliance with the default credentials.gcloud compute ssh admin@<instance_name_of_the_Connector_VM>This command automatically creates a key pair, uploads the public key file to the VM, saves the private key file to your local machine, and uses the private key file for authentication. You do not need to specify the private key file in the command. - Run the following command and then press the
Enter key to set your password for the
enablecommand:passwdThe admin user and privileged mode share the same password. - Type enable and then press the
Enter key to enter privileged mode. Provide
the updated password when asked.The command prompt changes from > to #.
- (Optional) Run the following command to change the time zone of the
Private Access Connector:
configure timezone <timezone>The default time zone is America/Los_Angeles. - Check whether the Private Access Connector can connect to the NTP
server 0.pool.ntp.org.The Private Access Connector requires connectivity to an NTP server to synchronize its clock. By default, TrendAI Vision One™ uses the public NTP server 0.pool.ntp.org. You can also configure the Private Access Connector to connect to another public NTP server or a local NTP server within your organization.Run the following command to configure the NTP server:
configure ntp server <address>
Note
To use public NTP servers, make sure that your firewall configuration allows outbound UDP traffic on port 123. - Run the following command to register the Private Access Connector
virtual appliance to TrendAI Vision One™:
register <registration_token>You can obtain the token from the same screen you downloaded the virtual appliance on TrendAI Vision One™.
- Open the gcloud CLI, and run the following
- Use the CLI to configure other settings, if required.For more information on available commands, see Private Access Connector CLI commands.After successful deployment, the Private Access Connector virtual appliance appears under the corresponding connector group on the Private Access Connectors tab.
