Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The pagoda Linux panel is easy to use and the free Chinese Linux VPS host control panel is suitable for rapid station construction.

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Linux is free and open source, building stations are basically the choice of Linux system, and Linux VPS is much cheaper than Windows VPS, the cost is greatly reduced, unless the program has special needs, it is recommended that we use Linux as a website server. However, a bad thing about choosing Linux is that it is more troublesome to operate.

If you are a novice in Linux, you can try to use the Linux VPS host control panel at the beginning of the site, as long as you install a host management panel on your VPS host, so that you can bind domain names and manage MysqL databases like using virtual hosts, and VPS hosts allow you to maximize server configuration parameters.

From the tribal site-building point of view, I wanted to choose a foreign VPS control panel, value is the foreign free and open source control panel features strong, but encountered a problem is that the foreign VPS control panel official support forums are in English, coupled with domestic users are not many, resulting in the use of VPS panel in the process of problems can not be effectively solved.

Finally, WDCP is chosen. This is a good early domestic VPS host control panel, the function is also good, especially suitable for novice friends who have just come into contact with VPS, although the panel continues to expose loopholes in the process, but now look at WDCP, their team is still adhere to the update and improvement, worthy of praise! In this article, we will share a domestic VPS control panel: bt.cn Pagoda Server Management Assistant Linux version.

Pagoda Linux panel-easy to use free Chinese Linux VPS host control panel suitable for rapid station construction

1. Installation of pagoda Linux panel

1. Pagoda Linux panel official website:

Official home page: http://www.bt.cn/

2. Bt.cn Pagoda Server Management Assistant Linux version currently only supports CentOS 5.x / 6.x / 7.x. You can follow up on the official website at any time. You can install the following components:

Nginx-Tengine-2.1.2Nginx1.8-1.10Apache2.4.20PHP5.2-7. 0 (optional at installation, support for coexistence of multiple versions, including zendloader except php7.0) MySQL5.5-5. 7 (optional at installation) Pure-Ftpd phpMyadminWEB online panel

3. The installation commands for Linux version of bt.cn Pagoda Server Management Assistant are as follows:

Yum-y install screen wget & & echo-e "defencoding utf-8\ nencoding utf-8 utf-8" > > / etc/screenrc & & screen-S btwget-O install.sh http://125.88.182.172:5880/src/install.sh & & sh install.sh

4. At present, there are three download nodes in the pagoda Linux panel. Please choose according to the location of your VPS host. The pagoda Linux panel supports the creation of a LNMP or LAMP environment, and you can choose Apache or Nginx during installation.

5. The PHP of the pagoda Linux panel can already choose PHP 7, and the performance improvement is very great: PHP 7 installation and use experience: greatly improved performance, strong compatibility, insufficient extension support, so be careful to upgrade PHP. Mysql can also choose the latest 5. 7, but you can't choose to install it if VPS has little memory.

6. After selecting the version you want to install, the next step is to set a MysqL password and confirm the Web environment components you want to install. Pagoda Linux mounts the www directory.

7. The installation time of pagoda Linux panel changes with your VPS performance and bandwidth, which can be completed in half an hour. If your S#S#H is interrupted during installation, you do not need to reinstall after reconnecting, enter screen-r bt to resume the previous installation process.

8. After seeing that the pagoda Linux panel is installed, you also need to initialize the pagoda Linux panel. Open: http://ip:888, then set up the administrator account and password, confirm the backup file path of the website, and click Save. (click to enlarge)

2. Add website binding domain name to pagoda Linux panel

1. Pagoda Linux panel address: http://{ your server IP}: 888. log in with your account and password just set up.

2. Before logging in to the pagoda Linux panel, it is best to familiarize yourself with the operation commands related to the pagoda Linux panel in advance. If you find anything unusual, you can use the command to check whether the status is normal:

Nginx Service Management: service nginx {start | stop | restart | reload} Apache Service Management: service httpd {start | stop | restart | reload} MySQL Service Management: service mysqld {start | stop | restart | reload} FTP Service Management: service pure-ftpd {start | stop | restart} PHP Service Management: service php-fpm- {52 | 53 | 54 | 55 | 56 | 70} {start | stop | restart | reload} Pagoda Interface Service Management: service yunclient {start | stop}

3. Here is the directory structure of the pagoda Linux panel, which you need to keep in mind if you want to configure PHP, MysqL, etc.

Directory structure: / www/www / wwwroot site directory / www/wwwroot/default WEB panel directory / www/server/nginx/conf/vhost nginx website configuration directory / www/server/nginx nginx installation directory / www/server/apache/conf/vhost apache website configuration directory / www/server/apache apache installation directory / www/server/mysql mysql installation directory / www/server/php PHP installation directory / www/server/pure- Ftpd ftp installation directory / www/server/data database file directory view default information cat / www/server/default.pl

4, this is the pagoda Linux panel interface, on the left is the server status, website, FTP, database, security, file management, log management, environment settings and so on. (click to enlarge)

5. It is convenient to add a bound domain name to the pagoda Linux panel. Click "website" directly, then click add, fill in the domain name you are going to bind to, set the root directory of the website, select the database version to be created, set the user name and password, and click "submit". (click to enlarge)

6. The pagoda Linux panel site has been created.

You can see the website that has been created in the "website".

8. After you have completed the creation of the website, you can add A record to the domain name DNS management office. The record value is the IP address of your VPS. After the DNS takes effect, you can use your domain name to access the VPS host.

Third, the pagoda Linux panel sets FTP management MysqL

1. If you want to open FTP for your website, you can click "FTP" on the left, and then add the FTP account directly.

2. You can choose to create a MysqL when you create a website, or you can create a separate MysqL database.

3. After clicking "create", fill in the database name and password, and choose whether the access permission is the local database or the remote database.

4. Pagoda Linux is managed online by PHPMyadmin.

Other features and functions of pagoda Linux panel

1. Safety. At present, you can set firewall ports and rules directly through the pagoda Linux panel.

2. Online file management. You can directly online packaging, support batch upload, download, file copy, move, delete, online editing, picture online preview, directory compression, (zip, tar.gz) decompression function.

3. You can upload files directly.

4. The pagoda Linux panel has a terminal function, which can execute Shell commands directly.

5, in addition, the pagoda Linux panel intuitive chart function, in the home page can directly see the memory, CPU utilization.

6. The pagoda Linux panel can display the bandwidth traffic of the VPS server in real time.

7. You can also directly see the amount of data in each process and the load on the server.

Fifth, pagoda Linux panel configuration Web environment

1. One of the advantages of using the Linux control panel is that you can manually configure PHP, Nginx, root directory, and so on directly in the panel. In the "environment settings" of the pagoda Linux panel, you can set the panel port, bind domain name, site directory, root directory, server IP, and so on.

2. If you find that there is a problem with the operation of the website, you can directly play important server processes such as Nginx, PHP, MysqL and so on in the pagoda Linux panel.

3. You can also directly modify the size of files allowed to be uploaded by PHP.

4. After the configuration changes of Web are completed, remember to click restart to take effect.

5. We can also edit such configuration files as php.ini directly online.

Summary of the use of pagoda Linux panel

1. Judging from the current functions of the pagoda Linux panel, the functions of building the station are still good, although not many, but very practical. Especially for beginners, using the pagoda Linux panel is like using a virtual host.

2. However, the pagoda Linux panel also has some shortcomings, such as the security is not good enough. At present, the pagoda Linux panel has not found any major loopholes, but we must always pay attention to the official website in the process of using.

The above is the whole content of this article, I hope it will be helpful to your study, and I also hope that you will support it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report