Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Jun 24, 2024
1 parent b5a32ef commit 3ef4ab4
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3ef4ab4

Please sign in to comment.