当前位置: 首页 > news >正文

宝塔面板破解最新教程

宝塔,让运维简单高效。面板支持Linux与Windows系统。一键配置:LAMP/LNMP、网站、数据库、FTP、SSL,通过Web端轻松管理服务器。今天考高分网就简单说一下BT宝塔面板专业版最新破解教程。

网地址:https://www.bt.cn/

网上的破解版一般分为两种,一种是直接下载破解版安装,一种是先下载官方的版本安装,再进行破解。这两种方法虾皮路都分享一下。

一、BT面板破解版下载

宝塔面板 7.1.1 安装命令 New端口:2020

Centos安装命令:

1

yum install -y wget && wget -O install.sh https://download.ccspump.com/ltd/install/install_6.0.sh && sh install.sh

试验性Centos/Ubuntu/Debian安装命令支持ipv6,注意使用root权限执行此命令 (支持Centos8)

1

curl -sSO https://download.ccspump.com/ltd/install/new_install.sh && bash new_install.sh

Ubuntu/Deepin安装命令:

1

wget -O install.sh https://download.ccspump.com/ltd/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian安装命令:

1

wget -O install.sh https://download.ccspump.com/ltd/install/install-ubuntu_6.0.sh && bash install.sh

Fedora安装命令:

1

wget -O install.sh https://download.ccspump.com/ltd/install/install_6.0.sh && bash install.sh

Linux面板7.1.1升级命令:

1

curl https://download.ccspump.com/ltd/install/update6.sh|bash

插件相关脚本

收费Nginx防火墙(面板先安装在执行脚本):

1

wget -O btwaf.sh https://download.ccspump.com/install/btwaf.sh && bash btwaf.sh install

免费Nginx防火墙(无需面板安装):

1

wget -O free_btwaf.sh https://download.ccspump.com/ltd/install/free_btwaf.sh && bash free_btwaf.sh install

收费Apache防火墙(面板先安装在执行脚本):

1

wget -O btwaf_httpd.sh https://download.ccspump.com/ltd/install/btwaf_httpd.sh && bash btwaf_httpd.sh install

主机异常登录插件脚本

1

wget -O host_login.sh https://download.ccspump.com/ltd/install/host_login.sh && bash host_login.sh install

河马webshell查杀插件脚本

1

wget -O hm_shell_san.sh https://download.ccspump.com/ltd/install/hm_shell_san.sh && bash hm_shell_san.sh install

修复工具

解除拉黑、解锁文件脚本:

1

wget -O waf.sh https://download.ccspump.com/ltd/install/waf.sh && bash waf.sh

二、BT面板官方破解

对于很多有比较谨慎的站长,肯定不会选择第一种方式,生怕有后门怎么办。因此虾皮路再介绍第二种方法。

1、先安装免费版再升级成专业版

注意:安装前请关闭宝塔网页 防止错误

安装宝塔7.3版本

Centos安装命令:

1

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

Debian安装命令:

1

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

安装完成后,再输入命令升级成专业版

1

wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro

2、直接安装专业版

Centos安装脚本

1

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_pro.sh && sh install.sh

3、修改面板代码

找到文件路径/www/server/panel/class,找到文件common.py,文件右键编辑此文件,搜索代码第164行

1

data = panelAuth().get_order_status(None)

替换为

1

data = { 'status' : True, 'msg' : {'endtime' : 32503651199 } }

步骤四:新建一个文件,完成最后的步骤

进入目录/www/server/panel/data ,新建一个文件,文件名为:userInfo.json ,内容为空

如果已经存在这个文件,,删掉,重新新建文件
最后输入命令

1

/etc/init.d/bt restart

重启宝塔,完成破解!

如果失败的话,可以用命令再次回到免费版

1

wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free

http://www.lryc.cn/news/8163.html

相关文章:

  • 基于zookeeper的Hadoop集群搭建详细步骤
  • 职称有哪些意义?如何提升职称?
  • mulesoft MCIA 破釜沉舟备考 2023.02.15.09
  • 【项目实战】@ConditionalOnProperty注解让我少写了一些if判断
  • SQL中的游标、异常处理、存储函数及总结
  • Splashtop:支持M1/M2芯片 Mac 电脑的远程控制软件
  • 实验十三、阻容耦合共射放大电路的频率响应
  • 【每天进步一点点】函数表达式和函数声明
  • JavaScript void
  • 笔记本电脑怎么连接无线网wifi?不同电脑系统的使用教程(2023最新)
  • 从lettcue插件看skywalking
  • explain 每个列的含义
  • 网络通信编程基础
  • Linux网络编程
  • ***httpGet,httpPost,postman_http,httpClientSocket,httpSocketServer***
  • Downie4.6.7
  • 重构是什么
  • (考研湖科大教书匠计算机网络)第四章网络层-第六节1:路由选择协议概述
  • vue2源码之生命周期篇
  • 从零实现WebRTC(三):WebRTC中重要的API
  • shell脚本的编写以及shell中语句(嵌入式学习)
  • 2023年高新技术企业怎么申报认定
  • GIS状态检测新技术——振动分析法
  • Python进阶篇(一)-- Django快速上手
  • 读书笔记//来自公众号(1)
  • 10款让程序员用了会上瘾的工具
  • 类和对象(下)(一)
  • 46.在ROS中实现global planner(2)
  • 05- 泰坦尼克号海难生死预测 (机器学习集成算法) (项目五)
  • 【python百炼成魔】python运算符的使用与输入输出函数