> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eversi.de/llms.txt
> Use this file to discover all available pages before exploring further.

# ,connect

**Group:** <Badge color="blue">ѕᴛᴀɴᴅᴀʀᴅ</Badge>\
**Aliases:** `,join`

### Description

A command that connect user to specified remote server.

### Parameters

<Tabs>
  <Tab title="Host">
    Address of server where user will be connected.
  </Tab>

  <Tab title="Port">
    Port of server where user will be connected.

    <Tip>
      If you provide `0` as port, proxy will try to automatically resolve it using `_minecraft` SRV domain record.
    </Tip>
  </Tab>

  <Tab title="Proxy">
    Type of proxy address which'll be used to connect with remote server.

    **Proxy Address Types:**

    |       Name      | Description                                                                                      |              Requirement              |
    | :-------------: | :----------------------------------------------------------------------------------------------- | :-----------------------------------: |
    |    **PUBLIC**   | An address from public proxy lists.                                                              |  <Badge color="blue">ѕᴛᴀɴᴅᴀʀᴅ</Badge> |
    |   **PRIVATE**   | An address purchased from a proxy seller with limited number of users.                           |  <Badge color="blue">ѕᴛᴀɴᴅᴀʀᴅ</Badge> |
    | **RESIDENTIAL** | An proxy address that uses a real IP from a home device to make connection appear as legitimate. | <Badge color="purple">ᴘʀᴇᴍɪᴜᴍ</Badge> |
    |     **OWN**     | An pool of addresses managed directly by user with `,ownproxies` command.                        |  <Badge color="blue">ѕᴛᴀɴᴅᴀʀᴅ</Badge> |

    <Tip>
      You can enter country in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format after colon to connect only from proxy address that belongs to specified country, e.g. `private:pl` means you'll be connected using private proxy address with ip address from Poland.
    </Tip>
  </Tab>

  <Tab title="Name">
    The name under which user will connect with remote server.

    <Tip>
      You can also use a string generator options in parameter name, e.g. `[n:5]` , `[real]` , `[n:2]_esPr0xy_[s:4]` etc., available options are listed below.

      |    Option   | Brief                                          |  Example Result |
      | :---------: | ---------------------------------------------- | :-------------: |
      |  **\[s:α]** | Letter-only random string with **α length**.   |     wvDzTTaV    |
      |  **\[n:α]** | Digit-only random string with **α length**.    |     24521235    |
      |  **\[r:α]** | Random string with **α length**.               |    sw9vDzTwMu   |
      | **\[real]** | An real nickname generated using common words. | MasterMind666\_ |
    </Tip>
  </Tab>
</Tabs>

### Example Usages

* `,connect hypixel.net 0 private:pl Mario_[s:4]`
* `,connect 21.37.42.00 666 residential esPr0xy_[r:4]`
* `,join mc.glogow.pl 25565 public:pl [r:12]`

### Example Usage Video

<video src="https://mintcdn.com/eversidesolutions/o-3FJrT5q16_vdMZ/esproxy/assets/video/esproxy$command$connect.mp4?fit=max&auto=format&n=o-3FJrT5q16_vdMZ&q=85&s=04e0c11943abf1a68586310e9daa3f1b" controls={true} data-path="esproxy/assets/video/esproxy$command$connect.mp4" />
