Deployment
Nginx
App Store --> Deployment --> Nginx
Nginx is a high-performance HTTP server.
Service : Manage Nginx service status
Configuration : Manage the main configuration of Nginx. Note that if
modify incorrectly
, Nginx willfail to start
.Switch version : Switch Nginx version, support
Nginx
,Tengine
,OpenResty
.Optimization :
Optimize Nginx configuration
, please see Configuration for more configurationsLoad average : Check the
load information
of Nginx service and make correspondingadjustments
based on this information.Logs format : Customize Nginx log format
Error logs : View the error log of the Nginx service. If
Nginx cannot start
, can check here
PHP-5.2 -- PHP-8.4
App Store --> Deployment --> PHP 5.2 -- PHP 8.4
PHP is a general-purpose scripting language.
Service : Manage PHP service status
Install extensions : Install
PHP extension
, such asfileinfo
,opcache
,intl
,memcached
, etc. If it is not provided, Need to compile and install the extension.Configuration : Manage some configurations of PHP
Limit of upload : Modify PHP
upload file size
Limit of timeout : Modify PHP timeout
Configuration file : View the management PHP configuration file, namely
php.ini
FPM profile : Manage FPM configuration files
Disabled functions : Some
risky PHP functions
are prohibited by default. If necessary under certain circumstances, you can delete them and restart the PHP service.Optimization : Optimize PHP configuration, please optimize according to server hardware, be careful to reserve some for other programs to use
Load average : Check the load information of PHP service and make corresponding
adjustments
based on this information.Session configuration : Manage PHP session configuration, default
Flie
can be replaced according to needsRedis
orMemcache
orMemcached
Logs : View the logs of the PHP service running. If the
PHP service
isabnormal
, Can troubleshoot the problem based on the logs.Slow log : Check the slow log of PHP service
phpinfo : To view the phpinfo of the PHP service, please use
View phpinfo()
shall prevail.
Apache
App Store --> Deployment --> Apache
Apache is an open source HTTP server that supports a variety of features and modules.
Service : Manage Apache service status
Configuration : View and manage the main configuration of Apache. Note that if
modify incorrectly
, Apache willnot
be able tostart
.Switch version : Switch Apache version
Optimization : Optimize Apache configuration
Load average : Check the load information of Apache service
Logs format : Customize configuration of Apache log format
Running logs : View the running log of the Apache service
MySQL
App Store --> Deployment --> MySQL
MySQL is a popular open source relational database management system widely used for data storage and management.
Service : Manage MySQL service status, supports
automatic start
andnotification
when stoppedConfiguration : Manage MySQL configuration, i.e.
/etc/my.cnf
file
Storage location : View and change the MySQL database storage location
Port : View and modify MySQL port
SSL : View and modify MySQL SSL configuration
Current status : Check the running status of the MySQL service, and can refer to the
tips for optimization
.Optimization : Optimize MySQL configuration, Tip: This is the
expected configuration
, not the actual configuration.Error log : View the
Error log
of the MySQL serviceSlow log : Check the slow log of the MySQL service. Check which SQL statement is
executing slowly
based on the log.Binary log : Open, close, view, and delete
binary logs
.Memory protection : After turning it on, adjust the
memory priority
of Mysql and set mysql tonever be killed
by the system to ensure the stable operation of Mysql.It may cause other processes to be killed abnormally, and in serious cases it may affect system operation. It is recommended to enable it when Mysql needs to run stably.
After
restarting
MySQL, Need to set it up again.
Redis
App Store --> Deployment --> Redis
Redis is a high-performance key-value store database commonly used as a cache.
Service : Manage Redis service status
Version switching : Switch Redis version
Performance tuning : Redis configuration adjustment, such as
redis password
,maxmemory
,maxclients
, etc.Profile : View and manage the
configuration files
of the Redis serviceload status : Check the running status of the Redis service
Set Persistence : Set up Redis database persistence
phpMyAdmin
App Store --> Deployment --> phpMyAdmin
phpMyAdmin is a web interface tool for managing MySQL databases to facilitate database operations.
Service : Manage whether phpMyAdmin allows external access. Once
closed
it can only be accessed using127.0.0.1
.PHP version : Manage the PHP version used by phpMyAdmin
Security configuration : Manage the security configuration of phpMyAdmin
Pure-Ftpd
App Store --> Deployment --> Pure-Ftpd
Pure-Ftpd is a secure, user-friendly FTP server that supports multiple authentication mechanisms and file transfer functions.
Service : Manage Pure-Ftpd service status
Configuration : Manage Pure-Ftpd configuration
Switch version : Switch Pure-Ftpd version
Logs Manage : Enable the log of Pure-Ftpd service
MongoDB
App Store --> Deployment --> MongoDB
MongoDB is a document-oriented NoSQL database suitable for processing large-scale data and high-concurrency operations.
Service status : Manage MongoDB service status
Database : Manage MongoDB database, recommended Databases --> MongoDBto manage.
Configuration Item : Manage MongoDB configuration
Profile : View and manage MongoDB configuration files
Log : View the logs of the MongoDB service
Memcached
App Store --> Deployment --> Memcached
Memcached is a high-performance distributed memory object caching system commonly used to accelerate dynamic web applications.
Service : Manage Memcached service status
Configuration : Manage Memcached configuration
Switch version : Switch Memcached version
Load average : View the load information of the Memcached service
Optimization : Optimize Memcached configuration
Elasticsearch
App Store --> Deployment --> Elasticsearch
Elasticsearch is a distributed search and analysis engine suitable for real-time search and analysis of large data volumes.
Service status : Manage Elasticsearch service status
Permission : Manage Elasticsearch permission information
- Config : Manage Elasticsearch configuration
- Config file : View and manage Elasticsearch configuration files
- Logs : View the logs of the Elasticsearch service
OpenLiteSpeed
App Store --> Deployment --> OpenLiteSpeed
OpenLiteSpeed is a high-performance open source web server.
Service : Manage OpenLiteSpeed service status
Configuration : Manage OpenLiteSpeed configuration files
OpenLiteSpeed : Optimize OpenLiteSpeed configuration
RabbitMQ
App Store --> Deployment --> RabbitMQ
RabbitMQ is an open source message queue software that supports multiple message protocols.
Service status : Manage RabbitMQ service status
Admin auth : Manage RabbitMQ administrator certification information
Logs : View the logs of the RabbitMQ service
PM2 Manager
This plugin is no longer maintained, please use Website --> Node Project
Docker Manager
This plugin is no longer maintained, please use Docker menu