Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-06-24 15:15:32 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-06-24 15:15:32 +0300
commit3ef4ab423fff37012271c33136f36881be20ec15 (patch)
tree4bf29c35aab28e9efa2367c8105d5e252b047961 /README.md
parentb5a32ef57e920b675e291737958cd20d0d9dcd81 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 21 insertions, 13 deletions
diff --git a/README.md b/README.md
index ad876445..960357ed 100644
--- a/README.md
+++ b/README.md
@@ -264,27 +264,35 @@ Our platform offers compatibility with a diverse range of architectures and devi
- Supports export/import database from the panel
-## Default Settings
+## Default Panel Settings
<details>
<summary>Click for default settings details</summary>
### Information
-- **Port:** 2053
+- **Port:**
+ - 2053
- **Username & Password & webbasepath:**
+
These will be generated randomly if you skip modifying them.
-- **Database Path:**
- You can backup or restore your database from the panel.
- - /etc/x-ui/x-ui.db
-- **Web Panel Base Path without Deploying SSL:**
- The `webbasepath` will be generated randomly if you skip modifying it, or you can use your custom path.
- You can view your current settings using the "View Current Settings" option in the bash menu x-ui.
- We recommend using a long random word for added security!
- - http://ip:port/(webbasepath)/panel
- - http://domain:port/(webbasepath)/panel
-- **Web Panel Base Path with Deploying SSL:**
- - https://domain:port/(webbasepath)/panel
+
+- **Database Management:**
+
+ You can conveniently perform database backups and restores directly from the panel.
+
+- **Database Path:**
+ - `/etc/x-ui/x-ui.db`
+
+- **Web Base Path:**
+
+ The `webbasepath` will be generated randomly if you skip modifying it, or you can use your custom path.
+
+ You can view your current settings using the `View Current Settings` or `x-ui settings`.
+
+ We recommend using a long random word for more security in the URL structure:
+ - http://ip:port/*webbasepath*/panel
+ - http://domain:port/*webbasepath*/panel
</details>