# Getting Started

{% hint style="info" %}
TCP connection can be established via Command Prompt or Terminal, depending on the operating system.
{% endhint %}

Establishing connection in Windows:

```sh
netcat {{aabbccddeeff.local}} 3333
```

Establishing connection in macOS or Linux:

```bash
nc {{aabbccddeeff.local}} 3333
```
