> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/actions/telnet.md).

# Telnet

![](https://cdnweb.devolutions.net/docs/RDMW4239_2025_1.png)

<table><thead><tr><th width="251.60003662109375">OPZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Copia tutto negli appunti</strong></td><td>Copia l'intero contenuto del terminale negli appunti.</td></tr><tr><td><strong>Cancella scrollback</strong></td><td>Cancella la visualizzazione di scorrimento che precede la riga corrente.</td></tr><tr><td><strong>Ripristina terminale</strong></td><td>Ripristina la connessione al terminale host.</td></tr><tr><td><strong>Invia break</strong></td><td>Invia un comando di break al terminale, annullando le azioni in corso.</td></tr><tr><td><strong>Eleva shell</strong></td><td>Inserisce automaticamente la password nel terminale ed esegue il comando per abilitare la modalità root.</td></tr><tr><td><strong>Attiva/disattiva la visibilità della barra degli strumenti</strong></td><td>Nasconde o mostra la barra degli strumenti sopra l'area del contenuto.</td></tr><tr><td><strong>Mantieni la formattazione durante la copia</strong></td><td>Mantiene la formattazione del testo contenuto negli appunti.</td></tr><tr><td><strong>Impostazioni dei log</strong></td><td>Apre la finestra<em><strong>Impostazioni dei log</strong></em>, che consente all'utente di scegliere dove salvare i log e con quale modalità.</td></tr><tr><td><strong>Colori</strong></td><td>Apre la finestra<em><strong>Colori del terminale</strong></em>, che consente all'utente di modificare la tavolozza dei colori del terminale SSH.</td></tr><tr><td><strong>Carattere</strong></td><td>Apre la finestra<em><strong>Carattere del terminale</strong></em>, che consente all'utente di impostare il carattere del terminale SSH, la sua dimensione, lo stile, la qualità e il comportamento del grassetto.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/ribbon-menu-bar/actions/telnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
