---
title: "nctl signup"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-03-07
url: https://docs.nirmata.io/docs/nctl/commands/nctl_signup/
---

## nctl signup

Create a new Nirmata Control Hub account

### Synopsis

Create a new account on Nirmata Control Hub using your email address.

```bash
nctl signup [flags]
```

### Options

```text
      --email string        Email address for signup (format: name@company.com)
  -h, --help                help for signup
      --nirmataUrl string   Nirmata Url (default: https://nirmata.io) (default "https://nirmata.io/")
      --password string     Password for signup
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl](nctl.md)	 - nctl is the command line interface for Nirmata


