> For the complete documentation index, see [llms.txt](https://wiki.mundosolaris.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mundosolaris.com/comece-aqui/como-entrar.md).

# 🎮 Como entrar?

{% hint style="success" %}
**O Solaris SMP aceita jogadores das versões Java e Bedrock**, permitindo que amigos joguem juntos independentemente da plataforma.
{% endhint %}

***

### 🖥️ Java Edition

Se você joga Minecraft Java no computador:

1. Abra o Minecraft.
2. Clique em **Multiplayer**.
3. Clique em **Adicionar Servidor**.
4. Preencha os campos:

<table><thead><tr><th valign="top">Nome do Servidor</th><th>Endereço IP</th></tr></thead><tbody><tr><td valign="top">Solaris SMP</td><td>jogar.mundosolaris.com</td></tr></tbody></table>

5. Clique em **Concluir** e depois entre no servidor.

{% hint style="info" icon="flower-tulip" %}
Dica: Recomendamos utilizar a versão **1.21.x** para garantir compatibilidade com todos os recursos.
{% endhint %}

***

### 📱 Bedrock Edition

Se você joga pelo celular, tablet, console ou Windows Bedrock:

| Servidor    | Endereço IP            | Porta |
| ----------- | ---------------------- | ----- |
| Solaris SMP | jogar.mundosolaris.com | 10021 |

{% hint style="info" icon="heart" %}
**Não sabe qual versão do Minecraft você possui?**

* **Java Edition:** disponível para Windows, macOS e Linux.
* **Bedrock Edition:** disponível para Android, iPhone, Xbox, PlayStation, Nintendo Switch e Windows.
  {% endhint %}

***

### 🌎 Primeira vez entrando?

Na primeira vez em que você entrar no Solaris SMP, recomendamos que siga esta ordem:

* 📖 Leia as regras do servidor.
* 🎁 Pegue seu Kit Inicial.
* 🏡 Aprenda a proteger seu terreno.
* 💎 Conheça o sistema de Cristais e Gemas.
* 🧭 Explore o mundo e comece sua aventura!

***

### ❓ Está com problemas para entrar?

Confira alguns pontos antes de pedir ajuda:

* [x] Verifique se você digitou o endereço corretamente:

  `jogar.mundosolaris.com`
* [x] Certifique-se de estar utilizando uma versão compatível do Minecraft.
* [x] Caso o servidor esteja em manutenção, acompanhe os avisos em nosso Discord.

Se o problema continuar, abra um ticket em nosso servidor do Discord. Nossa equipe terá prazer em ajudar!

***

### 🌸 Nos vemos em breve!

Esperamos você para viver grandes aventuras, construir amizades e fazer parte da comunidade do **Solaris SMP**.

**Boa diversão!** ✨


---

# 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://wiki.mundosolaris.com/comece-aqui/como-entrar.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.
