# Telnet Client for macOS, Windows & Linux

Tempest works as a **Telnet client** for routers, switches, embedded devices, and legacy systems — same tabbed UI, same color schemes, same SSH-style connection list. As of Tempest 3.6+, the Telnet protocol is **fully native** (Rust implementation, no external `telnet` binary required) on **macOS, Windows, and Linux**.

If you're managing Cisco gear, MikroTik routers, factory PLCs, or anything else that still speaks Telnet, Tempest gives you a modern terminal experience without losing the ability to talk plain Telnet.

## Add a Telnet connection

1. Click `+` to add a new connection.
2. Choose **Telnet** as the protocol.
3. Set host and port (default: `23`).
4. Optional: configure proxy (HTTP CONNECT, SOCKS5, or ProxyCommand) for Telnet over a tunnel.
5. Click Connect.

The session opens in a tab. Encoding, color, and copy/paste behave identically to SSH tabs.

## Why native Telnet?

Older versions of Tempest shelled out to the system's `telnet` binary, which is no longer installed by default on macOS Sonoma+ or modern Windows. The native Rust implementation works out of the box on every platform — no `brew install telnet`, no Windows feature toggle.

## Security note

Telnet sends passwords and session data in cleartext. Use SSH whenever possible. Telnet is appropriate for:

* Legacy device management on isolated networks
* Initial bootstrap of devices that only support Telnet
* Reaching equipment behind a tunnel that you trust

For production access, [combine with a proxy or jump host](/connect-to-servers/ssh-jump-host-bastion-chaining.md) so the cleartext segment stays inside a trusted boundary.

## See also

* [SSH Port Forwarding](/connect-to-servers/ssh-port-forwarding.md) — wrap Telnet inside an encrypted SSH tunnel
* [Connect to Game Servers via RCON](/connect-to-servers/ssh-jump-host-bastion-chaining.md) — the same Rust implementation also powers Tempest's RCON support


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gotempest.app/connect-to-servers/connect-to-telnet-servers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
