Update admin client README and doc (#10594)

### What problem does this PR solve?

As title

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-10-16 09:39:10 +08:00
committed by GitHub
parent 86b254d214
commit c99034f717
2 changed files with 18 additions and 4 deletions

View File

@ -52,9 +52,16 @@ It consists of a server-side Service and a command-line client (CLI), both imple
```
3. Launch the CLI client:
```bash
ragflow-cli -h 0.0.0.0 -p 9381
ragflow-cli -h 127.0.0.1 -p 9381
```
Enter superuser's password to login. Default password is `admin`.
You will be prompted to enter the superuser's password to log in.
The default password is admin.
**Parameters:**
- -h: RAGFlow admin server host address
- -p: RAGFlow admin server port