Update bt-panel_vm.md

This commit is contained in:
aiminick 2019-01-20 09:43:31 +08:00 committed by GitHub
parent d6f074acf9
commit ce4bf983f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -86,3 +86,24 @@
./install int
### 默认参数值
|项目|内容|
|---|---|
|默认管理端口|28888|
|默认管理地址|http://你树莓派的IP地址:28888/|
|默认Web管理用户及密码|openfans/openfans|
|宝塔虚拟机ssh端口|2222|
|宝塔虚拟机root默认密码|rapberry|
#### 如何ssh连接到宝塔虚拟机
- 本机连接: *ssh -p 2222 root@localhost*
- 外部连接: *ssh -p 2222 root@你树莓派的IP地址*
#### 注意:
- 除非你懂得修改 *install* 部署脚本,否则不要修改宝塔面板默认的管理端口
- 如果你需要开启自定端口的站点支持请编辑ports文件加入你自定义的端口但不要修改ports文件里其他默认的端口