> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/dedicated-hosting/connect-through-ssh.md).

# Connect through SSH

SSH is the most popular method of connecting to a remote server to log in and perform administrative functions.

Connecting to your server via SSH is easy. On Windows, you can download a free SSH client, such as [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) or [Termius](https://termius.com/), which will allow you to connect to the server. When the application loads, simply enter in the server IP or hostname, username, and password. You can then connect.

If you are using Mac or Linux, simply load your terminal and type `ssh user@IP`, substituting your server username and IP address accordingly. The terminal will prompt you for your password, and you will then be logged in and have full access to the server terminal.

{% hint style="danger" %}
Make sure you **keep your credentials secure** to avoid unwanted breaches.
{% endhint %}

{% hint style="warning" %}
Once you've logged in, it's a good idea to [change the default port](/knowledgebase/dedicated-hosting/change-default-ssh-port.md) for SSH connections.
{% endhint %}


---

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

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/dedicated-hosting/connect-through-ssh.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.
