From 35ffe328999401829ca40196ecbfb8da4f6f8e6d Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:51:04 +0800 Subject: [PATCH] Revise initialization instructions and user info Updated instructions for initializing the system and clarified the default user information. --- docs/en/guide/oneclickvirt/oneclickvirt_install.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/en/guide/oneclickvirt/oneclickvirt_install.md b/docs/en/guide/oneclickvirt/oneclickvirt_install.md index f51af6e596..f16dab3ba5 100644 --- a/docs/en/guide/oneclickvirt/oneclickvirt_install.md +++ b/docs/en/guide/oneclickvirt/oneclickvirt_install.md @@ -102,8 +102,14 @@ After downloading the `web-dist.zip` file, extract it and use the corresponding After installing MySQL, create an empty database named ```oneclickvirt```. It is recommended to allow access only from local ```127.0.0.1```. Keep the corresponding username and password safe. -After opening the corresponding frontend page, it will automatically redirect to the initialization page. Fill in the database information and related user information, then click to initialize the system. +After opening the corresponding page of the front-end, it will automatically jump to the initialization interface, fill in the database information and related user information, test the database link without problems, then you can click the initialization system. -Once initialization is complete, it will automatically redirect to the homepage, where you can explore and use the system. +After completing the initialization, it will automatically jump to the home page, you can explore and use it by yourself. -## Configuration File (Optional) \ No newline at end of file +If you are using the default user information for initialization, then the default account is: + +Administrator account: admin / Admin123!@# + +Ordinary user: testuser / TestUser123!@# + +## Configuration File (Optional)