diff --git a/content/agent/technical-specifications.md b/content/agent/technical-specifications.md
index b4273c922..b458962a5 100644
--- a/content/agent/technical-specifications.md
+++ b/content/agent/technical-specifications.md
@@ -14,10 +14,10 @@ This document provides technical specifications for NGINX Agent. It includes inf
{{< bootstrap-table "table table-striped table-bordered" >}}
| NGINX Product | Agent Version |
|------------------------------|----------------|
-| **NGINX One Console** | 2.x |
+| **NGINX One Console** | 2.x, 3.x |
| **NGINX Gateway Fabric** | 3.x |
| **NGINX Plus** | 2.x, 3.x |
-| **NGINX Ingress Controller** | 2.x |
+| **NGINX Ingress Controller** | 2.x, 3.x |
| **NGINX Instance Manager** | 2.x |
{{< /bootstrap-table >}}
diff --git a/content/includes/agent/tech-specs.md b/content/includes/agent/tech-specs.md
index 129745c66..b141d923b 100644
--- a/content/includes/agent/tech-specs.md
+++ b/content/includes/agent/tech-specs.md
@@ -6,12 +6,27 @@ files:
---
NGINX Agent is designed to operate efficiently on any system that meets the standard
-hardware requirements for running NGINX Plus itself. This ensures compatibility, stability,
+hardware requirements for running NGINX itself. This ensures compatibility, stability,
and performance aligned with the NGINX core platform:
### Supported distributions
-{{< include "nginx-plus/supported-distributions.md" >}}
+{{}}
+| Distribution | Supported on Agent |
+|-------------------------------------|------------------------------------------------------------------------------------------------------------|
+| AlmaLinux | 8 (x86_64, aarch64)
9 (x86_64, aarch64)
10 (x86_64, aarch64) **(new)** |
+| Alpine Linux | 3.19 (x86_64, aarch64)
3.20 (x86_64, aarch64)
3.21 (x86_64, aarch64)
3.22 (x86_64, aarch64) |
+| Amazon Linux | 2023 (x86_64, aarch64) |
+| Amazon Linux 2 | LTS (x86_64, aarch64) |
+| CentOS | **Not supported** |
+| Debian | 11 (x86_64, aarch64)
12 (x86_64, aarch64) |
+| FreeBSD | **Not supported** |
+| Oracle Linux | 8.1+ (x86_64, aarch64)
9 (x86_64)
10 (x86_64) **(new)** |
+| Red Hat Enterprise Linux (RHEL) | 8.1+ (x86_64, aarch64)
9.0+ (x86_64, aarch64)
10.0+ (x86_64, aarch64) **(new)** |
+| Rocky Linux | 8 (x86_64, aarch64)
9 (x86_64, aarch64)
10 (x86_64, aarch64) **(new)** |
+| SUSE Linux Enterprise Server (SLES) | 15 SP2+ (x86_64) |
+| Ubuntu | 22.04 LTS (x86_64, aarch64)
24.04 LTS (x86_64, aarch64)
25.04 LTS (x86_64, aarch64) **(new)** |
+{{}}
To see the detailed technical specifications for NGINX Plus, refer to the official
[NGINX Plus documentation]({{< ref "/nginx/technical-specs.md" >}}).
diff --git a/content/nginx-one/agent/install-upgrade/install-from-github.md b/content/nginx-one/agent/install-upgrade/install-from-github.md
index 30795537f..38568021f 100644
--- a/content/nginx-one/agent/install-upgrade/install-from-github.md
+++ b/content/nginx-one/agent/install-upgrade/install-from-github.md
@@ -54,12 +54,6 @@ Use your system's package manager to install the package. Some examples:
sudo apk add nginx-agent-.apk
```
-- FreeBSD
-
- ```shell
- sudo pkg add nginx-agent-.pkg
- ```
-
### Manually connect NGINX Agent to NGINX One Console
{{< include "agent/installation/manually-connect-to-console" >}}
diff --git a/content/nginx-one/agent/install-upgrade/install-from-oss-repo.md b/content/nginx-one/agent/install-upgrade/install-from-oss-repo.md
index f362ec8d5..512fd78f9 100644
--- a/content/nginx-one/agent/install-upgrade/install-from-oss-repo.md
+++ b/content/nginx-one/agent/install-upgrade/install-from-oss-repo.md
@@ -81,14 +81,6 @@ NGINX Agent from the repository.
{{< include "/agent/installation/oss/oss-amazon-linux.md" >}}
-
-
-{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD
-
-### Install NGINX Agent on FreeBSD
-
-{{< include "/agent/installation/oss/oss-freebsd.md" >}}
-
### Manually connect NGINX Agent to NGINX One Console
diff --git a/content/nginx-one/agent/install-upgrade/install-from-plus-repo.md b/content/nginx-one/agent/install-upgrade/install-from-plus-repo.md
index eb20efab1..ffa7e446a 100644
--- a/content/nginx-one/agent/install-upgrade/install-from-plus-repo.md
+++ b/content/nginx-one/agent/install-upgrade/install-from-plus-repo.md
@@ -83,15 +83,6 @@ NGINX Agent from the repository.
-
-{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD
-
-### Install NGINX Agent on FreeBSD
-
-{{< include "/agent/installation/plus/plus-freebsd.md" >}}
-
-
-
### Manually connect NGINX Agent to NGINX One Console
{{< include "agent/installation/manually-connect-to-console" >}}
diff --git a/content/nginx-one/agent/install-upgrade/uninstall.md b/content/nginx-one/agent/install-upgrade/uninstall.md
index 3a7c95aef..a553f81d3 100644
--- a/content/nginx-one/agent/install-upgrade/uninstall.md
+++ b/content/nginx-one/agent/install-upgrade/uninstall.md
@@ -71,12 +71,3 @@ Complete the following steps on each host where you've installed NGINX Agent
{{< include "/agent/installation/uninstall/uninstall-amazon-linux.md" >}}
-
-
-{{< fa "brands fa-freebsd" >}} Uninstall NGINX Agent on FreeBSD
-
-### Uninstall NGINX Agent on FreeBSD
-
-{{< include "/agent/installation/uninstall/uninstall-freebsd.md" >}}
-
-