search
HomeOperation and MaintenanceCentOS2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

1. Install the Pagoda Panel

  • #The cloud server has installed the yum command. The yum command will be explained to you in the following tutorials

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

  • Install the pagoda panel into the www directory, enter y and press Enter

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

  • After the installation is completed, there will be an external network panel address, and port 8888 needs to be opened

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)


##2. Panel operation

1. Panel login

  • After installing the Pagoda panel, there will be access Address, account and password must be remembered. Also go to the panel to change your account and password so that you can easily remember them.

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

  • If you don’t want to install the package, you need to bind a Pagoda account. If not, register one

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

2. The software store

  • website is online and needs to install services. LNMP or LAMP, N and A can only choose one

    • L is a Linux server

    • N is Nginx

    • M is MySQL

    • P is PHP

    • ## A is Apache

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

#PHP has multiple versions, and multiple versions can be installed at the same time

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

3. Security

Enable SSH: Remote access cannot be achieved after it is closed
  • Firewall: It is the server port, which can be opened in Alibaba Cloud, here Flexible

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)## 4. Create a website


12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)1. `ip` Create a website


If you don’t have a domain name, you can use `ip port` to create a website, port Must be opened

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

##2. Domain name creation website

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

If you have a domain name, use the domain name to create it. The domain name needs to point to the server

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)##3. Modify the website

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

#You can add multiple ports or domain names, such as those opened by ouyangke.cn and www.ouyangke.cn They are all the same website, so you need to set it up twice

  • 4. Apply for https certificate

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

5. Switch `php` version

12. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

6. Change website directory

  • If it is ThinkPHP and Laravel framework, you need to change the running directory to public

2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)


5. Panel Settings

22. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps)

  • -Alias: You can use whatever you like, it’s up to you

  • - Panel port: The default panel port is 8888, it must be changed to ensure safety

  • - Timeout time: On your own computer, this time does not matter , even if you are on a public computer, remember to log out, or set the time to a smaller value

  • -Security entrance: URL suffix, which is randomly encrypted by default for the first time. It is best to change it easily. Remember

  • -BasicAuth authentication: It’s more complicated, don’t enable it if you don’t understand

  • -Message channel: You can add an email address, and there are some messages on the panel Will be sent to the email address

  • - Login alarm: You can add an email address. Wherever you log in, a message will be sent to the email address

  • - Domain name: Bind to the panel After setting a domain name, you can access the panel without using IP

  • - Authorized IP: Only authorized IP can access the panel. It is best not to set up the home network. The home network will change every day ip

  • -Default website directory: Create the default website directory, no need to change

  • - Default backup directory: no need to change

  • - Server IP: no need to change

  • - Server time: no need to change

  • - Panel user: This is the panel login account, be sure to change it to one you can remember

  • ##- Panel password: This is the panel login password, Be sure to change what you can remember

[Special topic: Building and using the Linux CentOS server PHP operating environment]

1.

linux CentOS server goes online

2.

linux CentOS Pagoda Panel

3.

linux CentOS Pagoda Panel using svn

4.

External Access the database through the Internet

5.

Pagoda Panel FTP

Recommended learning:

php training

The above is the detailed content of 2. Linux CentOS Pagoda Panel Installation and Settings Tutorial (Picture and Text Steps). For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
CentOS: An Introduction to the Linux DistributionCentOS: An Introduction to the Linux DistributionApr 19, 2025 am 12:07 AM

CentOS is an open source distribution based on RedHatEnterpriseLinux, focusing on stability and long-term support, suitable for a variety of server environments. 1. The design philosophy of CentOS is stable and suitable for web, database and application servers. 2. Use YUM as the package manager to release security updates regularly. 3. Simple installation, you can build a web server with a few commands. 4. Advanced features include enhanced security using SELinux. 5. Frequently asked questions such as network configuration and software dependencies can be debugged through nmcli and yumdeplist commands. 6. Performance optimization suggestions include tuning kernel parameters and using a lightweight web server.

CentOS in Action: Server Management and Web HostingCentOS in Action: Server Management and Web HostingApr 18, 2025 am 12:09 AM

CentOS is widely used in server management and web hosting. Specific methods include: 1) using yum and systemctl to manage the server, 2) install and configure Nginx for web hosting, 3) use top and mpstat to optimize performance, 4) correctly configure the firewall and manage disk space to avoid common problems.

CentOS: A Community-Driven Linux DistributionCentOS: A Community-Driven Linux DistributionApr 17, 2025 am 12:03 AM

CentOS is a stable, enterprise-grade Linux distribution suitable for server and enterprise environments. 1) It is based on RedHatEnterpriseLinux and provides a free, open source and compatible operating system. 2) CentOS uses the Yum package management system to simplify software installation and updates. 3) Support advanced automation management, such as using Ansible. 4) Common errors include package dependency and service startup issues, which can be solved through log files. 5) Performance optimization suggestions include the use of lightweight software, regular cleaning of the system and optimization of kernel parameters.

What Comes After CentOS: The Road AheadWhat Comes After CentOS: The Road AheadApr 16, 2025 am 12:07 AM

Alternatives to CentOS include RockyLinux, AlmaLinux, OracleLinux, and SLES. 1) RockyLinux and AlmaLinux provide RHEL-compatible binary packages and long-term support. 2) OracleLinux provides enterprise-level support and Ksplice technology. 3) SLES provides long-term support and stability, but commercial licensing may increase costs.

CentOS: Exploring the AlternativesCentOS: Exploring the AlternativesApr 15, 2025 am 12:03 AM

Alternatives to CentOS include UbuntuServer, Debian, Fedora, RockyLinux, and AlmaLinux. 1) UbuntuServer is suitable for basic operations, such as updating software packages and configuring the network. 2) Debian is suitable for advanced usage, such as using LXC to manage containers. 3) RockyLinux can optimize performance by adjusting kernel parameters.

Centos shutdown command lineCentos shutdown command lineApr 14, 2025 pm 09:12 PM

The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

Difference between centos and ubuntuDifference between centos and ubuntuApr 14, 2025 pm 09:09 PM

The key differences between CentOS and Ubuntu are: origin (CentOS originates from Red Hat, for enterprises; Ubuntu originates from Debian, for individuals), package management (CentOS uses yum, focusing on stability; Ubuntu uses apt, for high update frequency), support cycle (CentOS provides 10 years of support, Ubuntu provides 5 years of LTS support), community support (CentOS focuses on stability, Ubuntu provides a wide range of tutorials and documents), uses (CentOS is biased towards servers, Ubuntu is suitable for servers and desktops), other differences include installation simplicity (CentOS is thin)

Centos configuration IP addressCentos configuration IP addressApr 14, 2025 pm 09:06 PM

Steps to configure IP address in CentOS: View the current network configuration: ip addr Edit the network configuration file: sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 Change IP address: Edit IPADDR= Line changes the subnet mask and gateway (optional): Edit NETMASK= and GATEWAY= Lines Restart the network service: sudo systemctl restart network verification IP address: ip addr

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Atom editor mac version download

Atom editor mac version download

The most popular open source editor