永久免费LinuxONE服务器实战手册
〇、必要准备
LinuxONE云服务器
MobaXterm终端工具
一、核心部署流程
1. 安装原始版本
1
| wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh
|
注意!安装完成后切勿登录面板
2. 解除功能限制
1 2 3 4
| 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. 降级稳定版本
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
|
5. 网络配置
1 2 3 4 5 6
| iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F apt-get purge netfilter-persistent -y reboot
|
二、访问验证
- 访问地址:
http://服务器IP:8888
- 初始账号:
bt_default
- 初始密码:通过
/etc/init.d/bt default查看