搭建准备

  • 一台可以连接VPS的设备
  • 一个可用的IBM Linux One VPS

安装

1.安装宝塔面板(7.7.0)

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

此时无需进入

2.解除宝塔绑定限制

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

3.安装宝塔面板(7.6.0)

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

4.绿化(变为纯净版)

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

进入宝塔面板

VPS ip:8888


如有问题请在下方评论区或者在 TG群组https://t.me/helpether 进行反馈