# Termius - How To Connect Server

<figure><img src="https://1882782965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJKcLF887TYMWzFb2yWrk%2Fuploads%2FzI8WmQtwd01eXKbpWlCK%2Fimage.png?alt=media&#x26;token=6f5ea32a-0229-4093-b902-225c60657a88" alt=""><figcaption></figcaption></figure>

Download and install the Termius application on your device. Termius is available on various platforms including iOS, Android, Windows, and macOS.

**Termius** : <https://termius.com/download/windows>

### What is termius ?

Termius is an SSH and Telnet client that also serves as a tool for managing network devices. This application enables users to connect remotely to servers and network devices, allowing them to securely manage these connections.

Functionally, Termius provides users with capabilities such as accessing network devices, executing commands, and performing file transfers. Such applications are typically used by system administrators, network engineers, and software developers for efficient remote management of infrastructure.

### New Host :&#x20;

<figure><img src="https://1882782965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJKcLF887TYMWzFb2yWrk%2Fuploads%2FKWIcwcYK82dXByu1jEXJ%2Fimage.png?alt=media&#x26;token=f3471378-baec-4a1d-80c5-6e2af06fe9f5" alt=""><figcaption></figcaption></figure>

### Server Details :&#x20;

<figure><img src="https://1882782965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJKcLF887TYMWzFb2yWrk%2Fuploads%2FuOremAvxC8qMpQM0Uv29%2Fimage.png?alt=media&#x26;token=fc296679-9d3b-499a-bcc7-36810f00f9f2" alt=""><figcaption></figcaption></figure>

#### IP Address :&#x20;

Your server adress - When you purchase a server from your server provider, the information is sent to you both via e-mail and on the site. The IP address delivered as IPV4 is your server IP Address.

#### Port :&#x20;

Usually 22 : Port 22 is a network port used for the Secure Shell (SSH) protocol. In computer networking, ports are endpoint addresses used by protocols for communication between devices. Port 22 specifically is designated for SSH, which is a cryptographic network protocol that enables secure data communication, remote command-line login, remote command execution, and other secure network services between two networked devices.

#### Username :&#x20;

When you purchase any server, your server's username is delivered to you. This is usually root. But it is not like this on all servers. Please check your information.

#### Connect :&#x20;

After pressing the Connect button, it will ask you for the password of the server. After entering the correct password, you connect to the server.


---

# 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://services.rpcdot.com/how-to-connect-server/termius-how-to-connect-server.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.
