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

# distributed:addnode

> Add a node to a highly available Curator cluster

Adds a node to a highly available Curator cluster.

**Arguments:**

| Argument | Required | Description                        |
| -------- | -------- | ---------------------------------- |
| `node`   | Yes      | The IP address of the Curator node |

**Example:**

```bash theme={null}
php artisan distributed:addnode 192.168.1.100
```
