要点:安装宝塔面板的前提条件
正式安装步骤:
使用 SSH 连接工具连接centos系统,如:xshell。
输入主机名和ip地址:
输入用户的密码:
此时已经可以连接上服务器的命令行界面了:
执行以下命令下载并安装宝塔面板服务,选择和自己系统相对应的命令:
Centos系统:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec
wget -O install_panel.sh http://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.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
我这里是Centos 7.6的系统,所以我这里执行第一条命令:
[root@tenxun ~]
将命令复制粘贴过来,然后回车:
如果出现有(y/n)的时候直接数据y就好了。
然后等几分钟出现以下信息就代表安装完成了:
注意:
本文地址: https://aiyouzz.com/article/3.html