> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/deployment/appliance-operations/changing-sensor-cli-password.md).

# Changing Sensor CLI password

If you need to change the password for the Vectra user on the Sensor, you can do so by logging to the sensor CLI and following the command below:

```language-markup
vscli >  set password
(current) password: ************
Passwords must be at least 8 characters long and contain at least
1) one digit (0-9)
2) one upper case letter (A-Z)
3) one lower case letter (a-z)
4) one symbol (~!@#$%^&*_-+=`|\(){}[]:;"'<>,.?/)

Enter new password: ************
Re-Enter new password: ************
new passwd entered
Password Change: success
```

```language-c
vscli > set password -h
Usage: set password

  Change the system password - not available on sensors if password managed by
  brain
```

**Note**: While the sensor is paired to the brain, using "set password" command on the sensor CLI will not work and is not supported.

**If you are unable to change the password or log into the CLI, please contact Vectra Support at** [**support@vectra.ai**](mailto:support@vectra.ai) **for further assistance.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vectra.ai/deployment/appliance-operations/changing-sensor-cli-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
