1.安装宝塔面板(7.7.0)
wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh
此时无需进入
2.解除宝塔绑定限制
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)
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh
4.绿化(变为纯净版)
curl http://v7.hostcli.com/install/update6.sh|bash
开放所有端口
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F
Ubuntu镜像默认设置了Iptable规则,关闭它
apt-get purge netfilter-persistent
reboot
或者强制删除
rm -rf /etc/iptables && reboot
6.进入面板
你的服务器ip:8888 |