> For the complete documentation index, see [llms.txt](https://docs.minersrefuge.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minersrefuge.com.br/iniciando-um-servidor/em-casa.md).

# Em casa

Este guia é feito para apenas dar os passos iniciais de como iniciar um servidor de Minecraft em casa, no seu próprio computador, não contém informações sobre a viabildiadade e riscos de manter um servidor em produção nessas condições, apenas é recomendado hospedar um servidor em casa para desenvolvimento e testes.

Antes de seguir esse tutorial, tenha certeza de que já escolheu o [software de servidor](/iniciando-um-servidor/softwares-de-servidor.md) que irá utilizar para o seu servidor, e em seguida, seleciona qual o seu sistema operacional:

{% content-ref url="/pages/qknAKnfoK3ex3aumc0pN" %}
[Windows](/iniciando-um-servidor/em-casa/windows.md)
{% endcontent-ref %}

Após criar o seu servidor, poderá seguir o tutorial abaixo para deixa-lo público:

{% content-ref url="/pages/olvpfTJkxqLffqhEJHyD" %}
[Deixando o servidor público](/iniciando-um-servidor/em-casa/deixando-o-servidor-publico.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.minersrefuge.com.br/iniciando-um-servidor/em-casa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
