diff --git a/admin/client/README.md b/admin/client/README.md index c8ff2e68d..9d2a81aed 100644 --- a/admin/client/README.md +++ b/admin/client/README.md @@ -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 diff --git a/docs/guides/manage_users_and_services.md b/docs/guides/manage_users_and_services.md index 2fb090fa4..ce5e49ea0 100644 --- a/docs/guides/manage_users_and_services.md +++ b/docs/guides/manage_users_and_services.md @@ -52,10 +52,17 @@ The Admin CLI and Admin Service form a client-server architectural suite for RAG 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