Update Admin UI user guide docs (#11183)

### What problem does this PR solve?

- Update Admin UI user guide docs

### Type of change

- [x] Documentation Update
This commit is contained in:
Jimmy Ben Klieve
2025-11-11 20:29:20 +08:00
committed by GitHub
parent de53498b39
commit a15f522dc9
4 changed files with 20 additions and 61 deletions

View File

@ -25,15 +25,7 @@
_Replace `[YOUR_MACHINE_IP]` with your actual machine IP address (e.g., `http://192.168.1.49:9222`)._
## Shutdown front-end
Ctrl + C or
```bash
kill -f "umi dev"
```
## Access admin UI
## Login to RAGFlow web admin UI
Open your browser and navigate to:
@ -44,3 +36,10 @@
_Replace `[YOUR_MACHINE_IP]` with your actual machine IP address (e.g., `http://192.168.1.49:9222/admin`)._
## Shutdown front-end
Ctrl + C or
```bash
kill -f "umi dev"
```