# Cracked server Register/Login

{% hint style="info" %}
This feature is for mostly cracked servers, as most premium servers do not have a registration system!
{% endhint %}

You can enable registrations/logins on the Management > Settings > Functions page, in the Register Settings section. Select "Password" in the dropdown to enable the registration/login process.

This setting will make the bot send `/register yourpassword yourpassword` , and \`/login `yourpassword`\` commands when the bot joins the server, where `yourpassword` is replaced by the custom password that you enter.

If the server you are on has a more complicated registration/login system, then you can automate it with [macros](/macros/macro-introduction.md).

{% hint style="warning" %}
Some offline servers have limits on how many accounts can be registered from a single IP Address. You can bypass that with [Proxies](/settings/proxy-settings.md).\
\
Note: you can see if registrations per IP Address limit has been reached, by checking the bot's chat after sending a `/register` command.
{% endhint %}


---

# 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://help.minecraftbot.com/features/cracked-server-register-login.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.
