📝 docs: Update default administrator account information and security recommendations in installation guides
This commit is contained in:
@@ -211,8 +211,19 @@ After successful installation, you can access:
|
||||
- **User Panel**: `http://your-server-ip:8080`
|
||||
- **Admin Panel**: `http://your-server-ip:8080/admin/`
|
||||
|
||||
::: warning Default Credentials
|
||||
Please change the default admin password immediately after first login for security.
|
||||
::: warning Administrator Account
|
||||
**Default Administrator Account** (if not configured in config file):
|
||||
- **Email**: `admin@ppanel.dev`
|
||||
- **Password**: `password`
|
||||
|
||||
**One-Click Installation Script** will automatically generate random administrator credentials displayed at the end:
|
||||
- **Email**: `admin-[8 random characters]@ppanel.dev`
|
||||
- **Password**: `[Randomly generated 16-character password]`
|
||||
|
||||
**Security Recommendations**:
|
||||
- When using the one-click script, save the generated credentials securely
|
||||
- Change your password immediately after first login
|
||||
- If using default credentials, **must** change both email and password after first login
|
||||
:::
|
||||
|
||||
### Configure Reverse Proxy (Optional)
|
||||
|
||||
@@ -309,6 +309,14 @@ ps aux | grep ppanel
|
||||
- **User Panel**: `http://your-server-ip:8080`
|
||||
- **Admin Panel**: `http://your-server-ip:8080/admin/`
|
||||
|
||||
::: warning Default Credentials
|
||||
**Default Administrator Account**:
|
||||
- **Email**: `admin@ppanel.dev`
|
||||
- **Password**: `password`
|
||||
|
||||
**Security**: Change the default credentials immediately after first login.
|
||||
:::
|
||||
|
||||
### Configure Firewall
|
||||
|
||||
```bash
|
||||
|
||||
@@ -223,7 +223,11 @@ After successful installation, you can access:
|
||||
- **Admin Panel**: `http://your-server-ip:8080/admin/`
|
||||
|
||||
::: warning Default Credentials
|
||||
Please change the default admin password immediately after first login for security.
|
||||
**Default Administrator Account** (if not configured):
|
||||
- **Email**: `admin@ppanel.dev`
|
||||
- **Password**: `password`
|
||||
|
||||
**Security**: Change the default credentials immediately after first login.
|
||||
:::
|
||||
|
||||
### Configure Reverse Proxy (Recommended)
|
||||
|
||||
@@ -232,6 +232,14 @@ docker volume rm ppanel-data
|
||||
```
|
||||
:::
|
||||
|
||||
::: warning Default Credentials
|
||||
**Default Administrator Account**:
|
||||
- **Email**: `admin@ppanel.dev`
|
||||
- **Password**: `password`
|
||||
|
||||
**Security**: Change the default credentials immediately after first login.
|
||||
:::
|
||||
|
||||
## Upgrading
|
||||
|
||||
Upgrade PPanel directly from the **Admin Dashboard**. On the dashboard homepage, you can check for new versions and upgrade with one click.
|
||||
|
||||
Reference in New Issue
Block a user