From 0c2a633b59151d9193ffb8da275f2f8d23c32a3c Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Fri, 14 Nov 2025 19:16:45 +0800 Subject: [PATCH] add default username & pwd --- docs/guides/accessing_admin_ui.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/accessing_admin_ui.md b/docs/guides/accessing_admin_ui.md index 52ff4d6c7..825763618 100644 --- a/docs/guides/accessing_admin_ui.md +++ b/docs/guides/accessing_admin_ui.md @@ -12,6 +12,10 @@ The RAGFlow Admin UI is a web-based interface that provides comprehensive system To access the RAGFlow admin UI, append `/admin` to the web UI's address, e.g. `http://[RAGFLOW_WEB_UI_ADDR]/admin`, replace `[RAGFLOW_WEB_UI_ADDR]` with real RAGFlow web UI address. +### Default Credentials +| Username | Password | +|----------|----------| +| admin\@ragflow.io | admin | ## Admin UI Overview