# Troubleshoot Connecting to your Ace Compute Instance

Learn about troubleshooting options for the AceCloud instance.

**a. Verify that your instance's security group allows access to port 22 (Linux) or port 3389 (Windows).** &#x20;

**Step 1:**  [Login](https://customer.acecloudhosting.com/index.php?m=ace_product_register_addon\&action=login) to your AceCloud Portal.\
&#x20;\
**Step 2:** Navigate to **Networks** and then **Security Groups** from the left panel.

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

**Step 3:** Click on the security group to view its port settings.

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

**Step 4:** Click on **Inbound Rules.**

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

**Step 5:** Verify that the port range is set to 22 for Linux instances or 3389 for Windows instances. If not, proceed to Step 6 to modify the settings.

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

**Step 6:** Click on the **Ellipsis menu** and choose **Edit Rule.**

***Note:** Alternatively, you can create a new security group rule that includes the necessary port configuration.*

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

**Step 7:** Update the port number as needed, scroll down, and click **Update** to save the changes.

*<mark style="color:red;">Note: Opening port</mark> <mark style="color:red;"></mark><mark style="color:red;">**22 (for Linux)**</mark> <mark style="color:red;"></mark><mark style="color:red;">or</mark> <mark style="color:red;"></mark><mark style="color:red;">**3389 (for Windows)**</mark> <mark style="color:red;"></mark><mark style="color:red;">to the public internet can expose your instance to potential unauthorized access or brute-force attacks.</mark>*\
*<mark style="color:red;">It is strongly recommended to restrict access using security group rules (e.g., limit to specific IP addresses).</mark>*

<figure><img src="/files/7nXUBO9qxlyXQq6iXkUx" alt=""><figcaption></figcaption></figure>

**b. Verify that the rule direction is correctly set to Inbound or Outbound, depending on the intended traffic flow.**

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

**c. Verify the network address configured for each subnet within your networks**.

Check whether the network address is correctly configured. If it is incorrect, you can update the network address or modify the associated subnet as needed.

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


---

# 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.acecloud.ai/knowledge-base/network/troubleshoot-connecting-to-your-ace-compute-instance.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.
