# Connecting to your Arkane Cloud server

## Connecting to Your Arkane Cloud Server

After setting up your server, you receive access using the IP address stated in the dashboard.

<figure><img src="/files/gxz7Aai0cw6UsoufaXYJ" alt=""><figcaption></figcaption></figure>

If you are using a command line tool/terminal, you can connect to your instance using the following command:

```bash
ssh -i /path/to/your/key/id_ed25519 root@135.181.63.188
```

**Using an SSH Client (PuTTY Example):**

1. Enter your server details in PuTTY and click `Save`
2. Add your private key to the configuration
3. Return to the `Session` section and click `Save` again (important: your private key won't be saved if you skip this step!)
4. Click `Open` to launch the login screen
5. Log in using the username `root`
6. If your key has a passphrase, enter it when prompted

You're now connected!

{% hint style="info" %}
PuTTY Tips

* Right-click to paste text into the terminal
* Simply select text to copy it to your clipboard (no need to press `Ctrl+C`)
  {% endhint %}


---

# 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.arkanecloud.com/arkane-cloud/cpu-and-gpu-instances/connecting-to-your-arkane-cloud-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.
