使用IBM免费服务器搭建宝塔面板
Pgyu Engineer

搭建准备

  • 一台PC,一个可用的IBM LINUX ONE VPS。

v安装宝塔面板(7.7.0)

1
wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh

此时无需进入

解除宝塔绑定限制

1
wget --no-check-certificate https://10g.biz/downloads/LinuxPanel.zip && unzip LinuxPanel.zip && bash /root/panel/update.sh && rm -f /www/server/panel/data/bind.pl

安装宝塔面板(7.6.0)

1
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

绿化(变为纯净版)

1
curl http://v7.hostcli.com/install/update6.sh|bash

开放所有端口

1
2
3
4
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F

Ubuntu镜像默认设置了Iptable规则,关闭它

1
2
apt-get purge netfilter-persistent
reboot

或者强制删除

1
rm -rf /etc/iptables && reboot

进入面板

  • 你的服务器ip:8888
  • 本文标题:使用IBM免费服务器搭建宝塔面板
  • 本文作者:Pgyu
  • 创建时间:2022-07-07 18:47:41
  • 本文链接:https://yayaniub.github.io/2022/07/07/ibm-bt/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
 评论