Linux server installation pagoda panel farewell to the era of the code

Linux server operation and maintenance management is inseparable from the command line. Now you can "pagoda panel" such a management tool to achieve operation interface, simplifying operation and maintenance personnel workload.

Enter the following topic:

First, the pagoda panel installation requirements for Linux servers

Memory: 512M or more, more than the recommended 768M (pure panel 60M accounting system memory)
HDD: 100M or more of available hard disk space (pure panel accounts for about 20M of disk space)
System: CentOS 7.1+ (. Ubuntu16.04 +, Debian9.0 +), to ensure the operating system is clean , never had to install Apache / Nginx other environmental belt / PHP / MySQL ( the existing environment can not be installed )
 
Second, the installation command
 
Linux 7.0.2 panel installation command: using the SSH connection tool, after loading the disk, the system according to the execution command to start the installation frame (approximately 2 minutes to complete the installation panel)
Centos install command:
  1. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

Experimental Centos / Ubuntu / Debian install command support ipv6 , note that this command is executed with root privileges  (support Centos8)
  1. curl -sSO http://download.bt.cn/install/new_install.sh && bash new_install.sh

Ubuntu / Deepin installation command:
  1. wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian installation command:
  1. wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
Fedora installation command:
  1. wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh

Linux 7.0.2 upgrade command panel:
  1. curl http://download.bt.cn/install/update6.sh|bash
 
The case of more than one node can not be used, please use the following alternate node:

standby node [Guangdong]:
  1. yum install -y wget && wget -O install.sh http://125.88.182.172:5880/install/install_6.0.sh && sh install.sh

Standby node [Hong Kong]:
  1. yum install -y wget && wget -O install.sh http://103.224.251.67:5880/install/install_6.0.sh && sh install.sh

Standby node [US]:
  1. yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install_6.0.sh && sh install.sh

If clicking the update did not take effect, try to restart the service panel:
  1. bt restart
 
Third, Ali cloud access port (firewall)
 
Enter the console - Security Group - Select ECS Security Group Policy instance you use and configure the rule to select the direction of the public network - New Rule Note: If you do not select public network within the network released 8888 port directly to the inbound direction Note: If you do not within public network selection released directly into the direction of the 8888 port to release port 8888 and open to all ip access and click OK Note: For full use of all the features you need to release the pagoda as ports 20, 21, 39000-40000 port ( linux system), 3000-4000 (Windows systems) 22  (SSH) 80, 443, (website and SSL) 3306  (remote MySQL database connection) 888  (phpmyadmin) If you enter the panel to modify the FTP panel ports or port, remember to at security group and release the appropriate firewall port panel























 
 

 

Third, Tencent cloud access port (firewall)

    安全组出方向务必要放行5880端口 不然将安装不上面板!





    1.进入腾讯云后台,新建安全组

          

      2.选择自定义模板(亦可选择放通所有端口,直接应用实例即可)

         

    3.添加入站规则,参考下图进行操作

         

         

   4.添加出站规则,与入站规则相同

    5.将安全组加入实例,参考下图进行操作即可

      

       


    也可以通过导入入站出站的规则来配置安全组(input是入站规则,output是出战规则)

 
 








<ignore_js_op>

QQ图片20170814165849.png (47.09 KB, 下载次数: 393)

 

QQ图片20170814165849.png

 

QQ图片20170814170440.png

Guess you like

Origin www.cnblogs.com/myzan/p/12034335.html