# Connect to Telnet servers

Tempest support Telnet connections, but user have to install their own Telnet client.

#### Windows

To install **Telnet Client** follow the steps below:

1. Go to **Control Panel** > **Program and Features** > click **Turn Windows features on or off** > check if **Telnet Client** feature is enabled on client machine
2.

```
<figure><img src="https://3410580572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJ43ZDtCrZnz5xabHcML%2Fuploads%2FjiEyOMKmbTmUqvlzYaZc%2Fimage.png?alt=media&#x26;token=5b4258b8-d0a2-41a6-b67c-477521a79e75" alt=""><figcaption></figcaption></figure>
```

#### macOS and Linux

For macOS:&#x20;

`brew install telnet`

For Ubuntu

`apt install telnet`

For CentOS

`dnf install telnet`
