Loading... <h2>安装方式:</h2> 用过军哥的<span class="external-link"><a class="no-external-link" href="https://lnmp.org/" target="_blank"><i data-feather="external-link"></i>lnmp</a></span>,用过<span class="external-link"><a class="no-external-link" href="https://amh.sh/" target="_blank"><i data-feather="external-link"></i>amh</a></span>,用过<span class="external-link"><a class="no-external-link" href="https://oneinstack.com/" target="_blank"><i data-feather="external-link"></i>oneinstack</a></span>,最后还是用回了<span class="external-link"><a class="no-external-link" href="https://www.bt.cn/" target="_blank"><i data-feather="external-link"></i>BT</a></span>。宝塔用着的确是最简单粗暴的,怪不得能拿下国内市场。 第三方破解版不敢用,同时官方最近又曝了好多漏洞,demo都被黑了以备份一份旧版本手动破解更放心一点,建议面板随用随关。 <img src="https://img14.360buyimg.com/ddimg/jfs/t1/100108/19/36496/33392/63c239a3F726ad2e1/2f9fe10094d88387.jpg" width="1024" height="683" class="alignnone size-medium" /> <strong>Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7):</strong> <pre class="corepress-code-pre"><code>curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh</code></pre> <strong>备用安装链接,适用于不能访问GitHub的服务器。文件公开存放在<a href="http://d.moe.ms/?btpanel-v7.7.0" rel="nofollow">d.moe.ms</a></strong> <pre class="corepress-code-pre"><code>curl -sSO http://d.moe.ms/AAAAA/btpanel-v7.7.0/install/install_panel.sh && bash install_panel.sh</code></pre> <h2> 手动破解:</h2> <span>1、屏蔽手机号并删除强制绑定手机的js文件</span> <pre class="corepress-code-pre"><code>sed -i "s|bind_user == 'True'|bind_user == 'XXXX'|" /www/server/panel/BTPanel/static/js/index.js rm -f /www/server/panel/data/bind.pl</code></pre> 2、<span>手动解锁宝塔所有付费插件为永不过期</span> <p dir="auto">文件路径为:<code>/www/server/panel/data/plugin.json</code></p> <p dir="auto">搜索字符串:<code>"endtime": -1</code>全部替换为<code>"endtime": 999999999999</code></p> <p dir="auto">3、解锁后<span>给plugin.json文件上锁防止自动修复为免费版</span></p> <pre class="corepress-code-pre"><code>chattr +i /www/server/panel/data/plugin.json</code></pre> <h2> 注意:</h2> <span>如需取消屏蔽手机号请使用以下命令</span> <pre class="corepress-code-pre"><code>sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js</code></pre> <h2>GITHUB:</h2> <span class="external-link"><a class="no-external-link" href="https://github.com/ITlinya/btpanel-v7.7.0" target="_blank"><i data-feather="external-link"></i>ITlinya/btpanel-v7.7.0: 宝塔v7.7.0官方原版备份 (github.com)</a></span> <code></code><code></code><code></code> 最后修改:2024 年 02 月 21 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏