# Connecting Multiple MUGICS

{% embed url="<https://www.youtube.com/watch?v=Rf1xjUO-P40>" %}
Skip to 1:20 to learn more about Client mode. In client mode, you'll be able to connect multiple MUGICS together. Please make sure that your computer is connected to the MUGIC wifi. If you're confused, please watch the video from the beginning and make sure to follow the steps.&#x20;
{% endembed %}

{% hint style="warning" %}
The network name and password must be longer than 8 characters due to network protocol restraints when connecting multiple MUGICS in Client mode.
{% endhint %}

{% stepper %}
{% step %}

### Go to BLE Configurator

{% embed url="<https://mugic-dev.github.io/ble-config/ble.html>" %}
BLE Configurator Link. Currently only supports Google Chrome and Microsoft Edge.&#x20;
{% endembed %}

<figure><img src="/files/nYyWLBVBRH9aAH4fdSNV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Connect to Mugic Device

1. 'Click' on "Connect to Mugic Device" button underneath Bluetooth Configurator
2. Select and pair your MUGIC device.
   {% endstep %}

{% step %}

### Find "Configure WiFi Client"&#x20;

1. Enter your "Router Name"&#x20;
2. Enter your "Router Password"
3. Set your port number to 4000 (which is the default)
4. 'Click' Send
5. A popup window will show up stating "Configuration Accepted!" 'Click' OK.&#x20;
   {% endstep %}

{% step %}

### Find "Configure Client IP"

1. Open System Preferencse in MacOS.
2. Go to Network and find your IP Address
3. Enter your IP Address into Configure Client IP.&#x20;
4. 'Click' Send.&#x20;
5. A popup window will show up stating "Configuration Accepted!" 'Click' OK.&#x20;
   {% endstep %}

{% step %}

### Switch to Client Mode

1. ‘Long Press’ “M” button for 2 seconds to switch between Wi-Fi AP (default) and Client modes. The third LED will start blinking fast in purple, then will slow down blinking steadily - indicating MUGIC is connected to the router in Client mode.
2. Now you will be able to use MUGIC and connect to the internet at the same time.&#x20;
   {% endstep %}

{% step %}

### Connecting Multiple MUGICS

1. Repeat step 2-4 to configure Client mode, except enter a different port number (for example 4001).&#x20;
2. Now both MUGICS are connected! See [3:46](https://youtu.be/Rf1xjUO-P40?si=Avbnrqfc9AwU6MFr\&t=226) for additional details.&#x20;
   {% endstep %}
   {% endstepper %}


---

# 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://mugic-motion.gitbook.io/mugic-r-documentation/getting-started-hub/connecting-multiple-mugics.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.
