【安装宝塔需要域名和服务器这个大家应该都有了,没有的教程看这里】
文章源自天选之人网-https://tianxuanzhiren.com/11429/
必须登录远程终端,推荐一个宝塔免费的SSH 连接工具,里面可以复制粘贴比较好用。【点击下载】文章源自天选之人网-https://tianxuanzhiren.com/11429/
链接如果失效了就去宝塔官网下载。文章源自天选之人网-https://tianxuanzhiren.com/11429/
下载安装过后,打开软件:点击添加【只需要填写你购买的服务器公网IP和密码就好了,其它不用动】刚买的服务器需要在自己购买的操作平台重置密码。文章源自天选之人网-https://tianxuanzhiren.com/11429/
文章源自天选之人网-https://tianxuanzhiren.com/11429/
文章源自天选之人网-https://tianxuanzhiren.com/11429/
文章源自天选之人网-https://tianxuanzhiren.com/11429/
链接成功后,直接复制下方需要的代码,粘贴进去,点击回车即可等待安装。文章源自天选之人网-https://tianxuanzhiren.com/11429/
安装过程中肯能需要让你操作(y/n)输入一个y点击回车就好了【如果没有提示就不用管】文章源自天选之人网-https://tianxuanzhiren.com/11429/
文章源自天选之人网-https://tianxuanzhiren.com/11429/
Linux面板安装脚本:
使用 SSH 连接工具,如 堡塔SSH终端 连接到您的 Linux 服务器后, 挂载磁盘 ,根据系统执行相应命令开始安装(大约2分钟完成面板安装)
Centos安装脚本:【我们安装wordpress建站用的都是这个镜像系统】
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
Ubuntu/Deepin安装脚本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
Debian安装脚本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec
万能安装脚本
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
国产龙芯架构安装脚本(其他CPU请勿使用)
wget -O install_panel.sh https://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
注意:必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统,推荐使用centos 7.X的系统安装宝塔面板
推荐使用Chrome、火狐、edge浏览器,国产浏览器请使用极速模式访问面板登录地址
如果不确定使用哪个Linux系统版本的,可以使用万能安装脚本
国产龙芯架构CPU安装命令,支持龙芯架构的loongnix 8.x、统信UOS 20、kylin v10系统
安装成功后会在最尾部出现一个这个形式的代码【请复制保存到自己方便的地方】
======================================
外网面板地址: http://你的地址/tencentcloud
内网面板地址: http://你的地址/tencentcloud
*以下仅为初始默认账户密码,若无法登录请执行bt命令重置账户/密码登录
username: 账号
password: 密码
If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口
======================================
免备案域名服务器:http://tianxuanzhiren.com/11413/
宝塔面板安装:http://tianxuanzhiren.com/11429/
wordpress建站教程:http://tianxuanzhiren.com/11414/
免责声明:本站资源均来自互联网收集,仅供用于学习和交流,不得将上述内容用于商业或者非法用途,您必须在下载后的24个小时之内删除,请遵循相关法律法规,本站一切资源不代表本站立场,请支持原创作者和正版软件!!!
侵权删帖/违法举报:2463085204@qq.com
评论