mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update README.md
This commit is contained in:
parent
b5a32ef57e
commit
3ef4ab423f
1 changed files with 21 additions and 13 deletions
32
README.md
32
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
|
- Supports export/import database from the panel
|
||||||
|
|
||||||
|
|
||||||
## Default Settings
|
## Default Panel Settings
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click for default settings details</summary>
|
<summary>Click for default settings details</summary>
|
||||||
|
|
||||||
### Information
|
### Information
|
||||||
|
|
||||||
- **Port:** 2053
|
- **Port:**
|
||||||
|
- 2053
|
||||||
- **Username & Password & webbasepath:**
|
- **Username & Password & webbasepath:**
|
||||||
|
|
||||||
These will be generated randomly if you skip modifying them.
|
These will be generated randomly if you skip modifying them.
|
||||||
|
|
||||||
|
- **Database Management:**
|
||||||
|
|
||||||
|
You can conveniently perform database backups and restores directly from the panel.
|
||||||
|
|
||||||
- **Database Path:**
|
- **Database Path:**
|
||||||
You can backup or restore your database from the panel.
|
- `/etc/x-ui/x-ui.db`
|
||||||
- /etc/x-ui/x-ui.db
|
|
||||||
- **Web Panel Base Path without Deploying SSL:**
|
- **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" option in the bash menu x-ui.
|
The `webbasepath` will be generated randomly if you skip modifying it, or you can use your custom path.
|
||||||
We recommend using a long random word for added security!
|
|
||||||
- http://ip:port/(webbasepath)/panel
|
You can view your current settings using the `View Current Settings` or `x-ui settings`.
|
||||||
- http://domain:port/(webbasepath)/panel
|
|
||||||
- **Web Panel Base Path with Deploying SSL:**
|
We recommend using a long random word for more security in the URL structure:
|
||||||
- https://domain:port/(webbasepath)/panel
|
- http://ip:port/*webbasepath*/panel
|
||||||
|
- http://domain:port/*webbasepath*/panel
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue