> For the complete documentation index, see [llms.txt](https://docs.metacraft.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacraft.cc/guides/install-and-login.md).

# Install and Login

## Install

* Visit [metacraft.cc](https://metacraft.cc) official website to download Launcher
* After downloading, install and open

{% tabs %}
{% tab title="Windows" %}
In Windows, directly open the downloaded .exe file

When the installation is complete, a shortcut will automatically appear on the desktop. Double-click to run it.
{% endtab %}

{% tab title="MacOS" %}
MacOS needs to open the .dmg file, and drag the icon into the Application. Then open the APP in Application

![](/files/8Wmh7RZgFByibuHeZT4v)

If you encounter the following prompts

![](https://lh3.googleusercontent.com/VdtqVrYmu2v9PJn6ChznrJ7nPT7WBQNszGfD6g-6KpUfpE7JfLB5Rw9ake9zUD7uTcWJWQUFg-YrNo9rxjJ9cbLlbce6hf1PWr3yf85Xv9p_zUOplVyYbJTxlibwNEKM77YrM16z)

Open System Preferences<img src="/files/nYSTSR0ia8Tt5BPreqe7" alt="" data-size="line">, click Security & Privacy<img src="https://lh5.googleusercontent.com/jCw9Ll7yOZFuM7HCJkIJHGyygbzcmzg40zVCjkIAWVnDR9UQC4j_aX5FFaBq1auCCG-Nidrv_O4POYeHVL8xvEOzv6-AaPodaVN55O7kCqwaW_QS7F99l6XA7gRXzxOdg3D9H46X" alt="" data-size="line"> , then click General

![](https://lh5.googleusercontent.com/GTQxkaqeQ7tU9osp5h8bvgAp3SUy8pjXIgxrpqOmYMIPOt_Az8VE4Lb63xYXnGQmn7cxfdFFGMuvmAl7rS9uNfH8C9NwNnRIZDonq7_99pG1GZHw8iHATspZjnRCLHkEQS9G4sRq)

Click to "Open Anyway"
{% endtab %}
{% endtabs %}

## Login

{% hint style="info" %}
Please make sure you have **Metamask** installed on your browser, or a crypto wallet that supports **Wallet Connect** on your phone.

You need to have at least a crypto wallet, we currently support **ETH** and **Polygon** networks.

If not, check out: [How to install and use Metamask?](/guides/how-to-install-and-use-metamask.md)
{% endhint %}

1. Open Luancher and click the "Sign in with Metamask" button![](https://lh3.googleusercontent.com/1-WsbC0TIbjq-PfERqRCv7gazNfbQ1o9GPPbkyLJ544ZJMIV-SGFQMLu-dp0tirRZUjMUHFvnvhQ0DyHh2kbVyZFoLMdBP2AWKu2BiSZGFQgSNlsUlPA_vTs49v465Vs5II58xfU)
2. It will automatically jump to the web page. Follow the prompts to connect the wallet and sign (if you encounter obstacles, please refresh the page and try again)
3. The first time you log in, you need to complete the registration information. You can set your nickname (support ENS), favorite food, skin. Click Confirm to complete the registration
4. Jump back to Metacraft Launcher

   <img src="/files/1kVoJsJe0D9Zg9e3JCmD" alt="" data-size="original">
5. Confirm login

   <img src="https://lh4.googleusercontent.com/2_DNPnumatGLkU3IOnj4f5yFqdbCDOaQAXwh4diOB2PPnxFUCjyOba5Wf9U2TICIB2yeNG9UO2VSEujpN5RPGAqi4pvD_6hw3I1CvPJdtlmUPGXV_Hj1xh6JIKAPVsXLcFsNxEEm" alt="" data-size="original">

Wait patiently for the game dependencies to be installed 😄

## Start the Metaverse Journey

* After opening the game, select "Multiplayer"\
  Tips: In Options, you can switch Language to your native language
* Select this default server to enter the MainLand World of Metacraft\
  ![](https://lh3.googleusercontent.com/Gmt5oU7dqzD44ovY2B_XgGeASRuD2kJ8-O-zEG9sGbg63pEawYwsiSIbIo9mO_r0ZvIPNUeafbc_nkcZex8uqs3wdiN93ACSt8OXqfZPwYhJSfmaw0FrXSxMsDygBMcCfkpWWVLC)

Have fun in the world!

### How to play? Read:

{% content-ref url="/pages/tRoYAykKt2dmcDZqcqO6" %}
[Beginners Guide(Old)](/guides/beginners-guide.md)
{% endcontent-ref %}

### How to show off NFT? Read:

{% content-ref url="<https://github.com/Metacraft-Team/Documentation/blob/master/guides/broken-reference/README.md>" %}
<https://github.com/Metacraft-Team/Documentation/blob/master/guides/broken-reference/README.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.metacraft.cc/guides/install-and-login.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.
