# Connect to server (Windows)

### Video Guide / How-To Video

{% embed url="<https://www.youtube.com/watch?v=qOdMP2l1o1o>" %}
Step by step video guide
{% endembed %}

### Opening the Remote Desktop Software

Most, if not all Windows machines come with remote desktop software pre-installed. Search for "**mstsc**" or "**Remote Desktop**" using the Windows Search/Start Menu function and open the Remote Desktop Connection app.

<div align="left"><img src="/files/-LvxxZc83oInp8bLbf55" alt="Searching for remote desktop"></div>

### Connect to the server

Find the IP of your server via the ZestyStore Dashboard and enter it into the text box, then click connect.\
\
Formats you might generally see: \
\- domain.com\
\- subdomain.domain.com\
\- 123.123.123.123\
\
If you changed your server port, please include it at the end of the IP with a colon in **123.123.123.123:12345** format.\
\
IP used as an example: 123.123.123.123

<div align="left"><img src="https://i.imgur.com/eai6zFy.png" alt="Entering IP / IP:PORT"></div>

Enter in your username and password that's provided via the ZestyStore Panel and then click "OK."\
Our default is: Administrator

<div align="left"><img src="https://i.imgur.com/VjCIKjK.png" alt="Entering credentials"></div>

If prompted for SSL/TLS certificate errors, please click "Yes" to connect to the server.

<div align="left"><img src="https://i.imgur.com/PpNU2mV.png" alt="Skip SSL Cert verification"></div>


---

# 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-servers.zesty.group/connect/windows.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.
