栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

centOS云服务器安装宝塔面板

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

centOS云服务器安装宝塔面板

1. 使用 SSH 连接工具,如使用堡塔SSH终端连接到您的 Linux 服务器后,挂载磁盘,根据系统执行相应命令开始安装(大约2分钟完成面板安装):

2.   Centos安装脚本

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec

Ubuntu/Deepin安装脚本

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec

 Debian安装脚本

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec

Fedora安装脚本

wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh ed8484bec

注意:必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统,推荐使用centos 7.X的系统安装宝塔面板

安装完成

查看访问宝塔地址: /etc/init.d/bt default

启动宝塔:/etc/init.d/bt start

停止宝塔:/etc/init.d/bt stop

重启宝塔:/etc/init.d/bt restart

卸载宝塔:/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel

查看当前宝塔端口:cat /www/server/panel/data/port.pl
修改宝塔端口号:echo?'8881'?>?/www/server/panel/data/port.pl?&&?/etc/init.d/bt?restart
修改面板密码,如要改成spoony:cd /www/server/panel && python tools.py panel spoony

查看宝塔日志:cat /tmp/panelBoot.pl

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/973970.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号