# Connect to Servers

- [SSH Client for Teleport, Cloudflare Access, AWS SSM, GCP IAP & Tailscale](https://docs.gotempest.app/connect-to-servers/ssh-client-for-teleport-cloudflare-access-aws-ssm-gcp-iap-and-tailscale.md): Tempest works with Teleport, Cloudflare Access, AWS SSM, GCP IAP, and Tailscale via OpenSSH cert auth and ProxyCommand wizards.
- [SSH Jump Host & Bastion Chaining](https://docs.gotempest.app/connect-to-servers/ssh-jump-host-bastion-chaining.md): Connect to private servers behind one or many SSH bastions with Tempest's recursive jump-host chaining — like OpenSSH ProxyJump, with a GUI.
- [SSH Port Forwarding — Local, Remote & Dynamic SOCKS5](https://docs.gotempest.app/connect-to-servers/ssh-port-forwarding.md): How to set up SSH port forwarding in Tempest — local (-L), remote (-R), and dynamic SOCKS5 (-D) forwards via a GUI with live status for each tunnel.
- [SSH Connection Multiplexing](https://docs.gotempest.app/connect-to-servers/ssh-connection-multiplexing.md): Tempest's SSH connection multiplexing reuses one authenticated connection across many sessions to the same host — instant new tabs, one MFA per host.
- [SSH Agent & X11 Forwarding](https://docs.gotempest.app/connect-to-servers/ssh-agent-x11-forwarding.md): Use SSH agent forwarding (1Password, ssh-agent, Pageant) and X11 forwarding in Tempest — keep keys local and run remote GUI apps on Mac/Win/Linux.
- [Mosh (Mobile Shell) — Survive Flaky Connections](https://docs.gotempest.app/connect-to-servers/mosh-mobile-shell.md): Tempest has built-in Mosh (Mobile Shell) — survive flaky Wi-Fi, laptop sleep, and IP changes with the same UI as a normal SSH tab.
- [Telnet Client for macOS, Windows & Linux](https://docs.gotempest.app/connect-to-servers/connect-to-telnet-servers.md): Use Tempest as a Telnet client on macOS, Windows, and Linux — connect to routers, switches, network devices, and legacy systems with one tabbed UI.
- [Serial Port Terminal](https://docs.gotempest.app/connect-to-servers/serial-port-terminal.md): Tempest is a serial port terminal for Arduino, Raspberry Pi UART, Cisco console cables, and ESP32, with auto-port-detection on Mac/Win/Linux.
- [RCON Client for Game Servers](https://docs.gotempest.app/connect-to-servers/rcon-game-server-admin.md): Tempest is a GUI RCON client for Minecraft, ARK, Rust, CS2, Source-engine, and Factorio — manage game servers from the same SSH client UI.


---

# 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.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.
