# Pelo CMD

Para obter o endereço IP de um domínio usando o prompt de comando no Windows, siga estes passos:

1. Pressione Win + R para abrir o diálogo Executar.
2. Digite cmd e pressione Enter para abrir o Prompt de Comando.
3. No Prompt de Comando, digite o seguinte comando abaixo e pressione Enter

<figure><img src="/files/U5Tw5dUEs7qYA74xWXxS" alt="Este exemplo mostra o resultado do comando ping executado no Prompt de Comando para o domínio node.suahospedagem. O endereço IP correspondente é 192.168.0.117."><figcaption></figcaption></figure>

O comando ping verifica a conexão com um endereço IP, mas não usa portas (:25566). Ele só testa se o servidor está acessível, sem considerar serviços específicos na rede.


---

# 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.minersrefuge.com.br/rodando-um-servidor/guias-basicos/pegando-ipv4-do-servidor/pelo-cmd.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.
