📝 docs: Update default administrator account information and security recommendations in installation guides

This commit is contained in:
web@ppanel
2025-12-28 07:05:21 +00:00
parent c84b5a0b35
commit 7279275532
10 changed files with 96 additions and 8 deletions
+8
View File
@@ -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
+5 -1
View File
@@ -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)
+8
View File
@@ -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.