Home  >  Article  >  Topics  >  Pagoda panel, I smell so good!

Pagoda panel, I smell so good!

藏色散人
藏色散人forward
2022-11-22 16:50:591989browse

This article is written by the tutorial column of Pagoda Panel to introduce to you how a certain netizen made the Pagoda Panel really fragrant step by step. How bitter this process is, let’s take a look!

Foreword: Alas, this incident can be regarded as a record of the hardships and sufferings I experienced when I first came into contact with the server and built various environments.

I remember the first time I came into contact with the server. I didn’t understand how to use it at all. In addition to the various environments for deploying projects (Mysql, Redis, JDK, Nginx), I started working on various Baidu and various CSDNs. It took almost two days to deploy the project.

After I came into contact with Pagoda during the subsequent exploration, I found that it is really convenient and can save a lot of time in development. Compared with the small black screen of Xhell, it has visual web page management, extremely fast software installation, and environment Build a one-stop service.

First go to the pagoda homepage link address (https://www.bt.cn/new/index.html)

Introduction

The pagoda can be described in 12 words "Safe and efficient server operation and maintenance panel",

Its feature is that there is no need for manual input when installing various software. You only need to install the panel in the server to manage the server with one click. , breaking away from the small black screen operation of Linux, and neatly unfolding various server data with visual graphics and interfaces. It only takes a few clicks of the mouse to replace the previously complex commands. The operation is simple and you can use it at a glance.

1. Pagoda panel installation

First click on "Install for free now" and click on Linux panel 7.9.5. The first installation method: online installation, fill in the relevant information below to enter the installation of the pagoda panel

Pagoda panel, I smell so good!

The second installation method can also choose script installation

Pagoda panel, I smell so good!

Universal installation script: if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install /install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec

After the installation is successful, fill in the account number and password to log in according to the URL given by Pagoda. My server here was purchased from Tencent Cloud, and it comes with the Pagoda panel.

Pagoda panel, I smell so good!

After successful login, the homepage will display the current status of the server in a visual interface

Pagoda panel, I smell so good!


can be easily managed Database, no complicated commands required. Pagoda provides Mysql database password changes, database backup, access permissions, table structure data optimization and repair, etc.

Pagoda panel, I smell so good!

Pagoda panel, I smell so good!


# #Also supports visual management of redis configuration files, persistence, and performance adjustment. Supports the display and editing of Key-Value in redis

Pagoda panel, I smell so good!

Pagoda panel, I smell so good!


Manageable firewalls, as well as a series of server security customization management such as port opening

Pagoda panel, I smell so good!

##Provides quick installation of a large number of application software

Pagoda panel, I smell so good!

This article is reprinted, original address: https://juejin.cn/post/7167268344318394405

The above is the detailed content of Pagoda panel, I smell so good!. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:juejin.im. If there is any infringement, please contact admin@php.cn delete