---
title: "Tcp Server Relay"
slug: "tcp-server-relay"
updated: 2024-11-26T21:48:22Z
published: 2024-11-26T21:48:22Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tcp Server Relay

The **Tcp Server Relay** forwards a copy of all the data that flows through the Input Connector to any TCP client that is connected to the TcpServerRelay.

| **Param name** | **Mandatory** | **Description** | **Default Value** | **Possible Value** |
| --- | --- | --- | --- | --- |
| Port | Yes | The port on which the relay listens. | n/a | 1 - 65535 |

**Example XML:**

```xml
<TcpServerRelay>
     <Port>9000</Port>
</TcpServerRelay>
```
