From ebbd8aa8d429681e54ff3baf85ba30a0168dd6e4 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Wed, 28 May 2025 18:22:07 +0700 Subject: [PATCH] Add `Default credentials` section --- Installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Installation.md b/Installation.md index 69c5f98..8576497 100644 --- a/Installation.md +++ b/Installation.md @@ -44,6 +44,17 @@ services: $ docker compose up -d ``` +6. Open url `http://:2053` and log in to the panel. The credentials are as follows: + +- 👤 Username: `admin` +- 🔑 Password: `admin` + +> [!CAUTION] +> After logging in, **immediately** change the administrator credentials in the panel settings (`Panel Settings > Authentication`) + +> [!TIP] +> It is also recommended to set up two-factor authentication for complete security + #### Update If an update is needed, disable the container and push the new version of the image with the following commands @@ -115,6 +126,7 @@ $ rm 3x-ui -rf $ bash <(curl -Ls https://raw.githubusercontent.com/MHSanaei/3x-ui/refs/tags/v2.6.0/install.sh) ``` 3. Go through the panel setup +4. Once configured, go to `http://:` and log in with the credentials that were issued by the panel after installation ## Manual installation