Skip to content

Commit 6b6e401

Browse files
authored
Update node-red-admin.md
1 parent 7e4ccd2 commit 6b6e401

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/node-red-admin.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ toc: user-guide-toc.html
44
title: Command-line Administration
55
---
66

7-
The [node-red-admin](http://npmjs.org/package/node-red-admin) command-line tool allows you to remotely administer a node-red
7+
The [node-red-admin](http://npmjs.org/package/node-red-admin) command-line tool allows you to remotely administer a Node-RED
88
instance.
99

1010
### Installation
@@ -23,18 +23,22 @@ without the <code>sudo</code> command.
2323

2424
### Target and Login
2525

26-
The tool must first be pointed at the Node-RED instance you want it to access. By
27-
default, it assumes `http://localhost:1880`. To change that, use the `target` command:
26+
To remotely administer a Node-RED instance, the tool must first be pointed at the Node-RED instance you want
27+
it to access. By default, it assumes `http://localhost:1880`. To change that, use the `target` command:
2828

2929
node-red-admin target http://node-red.example.com/admin
3030

3131
If [authentication](security) is enabled, you must then `login`:
3232

3333
node-red-admin login
3434

35-
These commands create a file called `~/.node-red/cli-config.json` that stores
35+
These commands create a file called `~/.node-red/.cli-config.json` that stores
3636
the target and access token information.
3737

38+
<div class="doc-callout">
39+
<em>Note</em> : The `hash-pw` option does <i>not</i> require the tool to be logged in and can be run at any time.
40+
</div>
41+
3842
### Other commands
3943

4044
The tool provides the following commands:

0 commit comments

Comments
 (0)