Netagent v2 has been released, simplifying the process of installing and configuring an Access Tier:
1. Use an API key with the access_tier scope for registration
2. All agent configuration is done via the Command Center API and UI
If you need to install Netagent v1, use the legacy v1 guides.
The Access Tier is an identity-aware proxy that mediates access between entities on the internet and your internal services. Each Access Tier has a public IP address that is reachable from the internet, and each accepts inbound connections on the following ports:
The core of the Access Tier component is the netagent binary - a light-weight, identity-aware proxy, written in Golang. Netagent runs on Linux servers and is designed to be similar in deployment to open-source proxies such as Nginx.
Download the latest Netagent version here.
The Access Tier can be installed using the following install methods on these operating systems:
| Install Method | OS Versions |
|---|---|
| AWS Cloud Formation | Ubuntu 24.04 ; Amazon Linux 2 |
| Docker | Ubuntu 22.04 and 24.04; Amazon Linux 2; RHEL 7 & 8; Oracle Linux 8 & 9 |
| Terraform AWS | Ubuntu 24.04 |
| Terraform GCP | Ubuntu 24.04 |
| Tarball | Ubuntu 22.04 and 24.04; Amazon Linux 2; RHEL 7 & 8; Oracle Linux 8 & 9 |