Skip to content

Deployment

Nginx

App Store --> Deployment --> Nginx

Nginx is a high-performance HTTP server.

  • Service : Manage Nginx service status alt text

  • Configuration : Manage the main configuration of Nginx. Note that if modify incorrectly, Nginx will fail to start. alt text

  • Switch version : Switch Nginx version, support Nginx, Tengine, OpenResty. alt text

  • Optimization : Optimize Nginx configuration, please see Configuration for more configurations alt text

  • Load average : Check the load information of Nginx service and make corresponding adjustments based on this information. alt text

  • Logs format : Customize Nginx log format alt text

  • Error logs : View the error log of the Nginx service. If Nginx cannot start, can check here alt text

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 alt text

  • Install extensions : Install PHP extension, such as fileinfo,opcache,intl,memcached, etc. If it is not provided, Need to compile and install the extension. alt text

  • Configuration : Manage some configurations of PHP alt text

  • Limit of upload : Modify PHP upload file size alt text

  • Limit of timeout : Modify PHP timeout alt text

  • Configuration file : View the management PHP configuration file, namely php.inialt text

  • FPM profile : Manage FPM configuration files alt text

  • Disabled functions : Some risky PHP functions are prohibited by default. If necessary under certain circumstances, you can delete them and restart the PHP service. alt text

  • Optimization : Optimize PHP configuration, please optimize according to server hardware, be careful to reserve some for other programs to use alt text

  • Load average : Check the load information of PHP service and make corresponding adjustments based on this information. alt text

  • Session configuration : Manage PHP session configuration, default Flie can be replaced according to needs Redis or Memcache or Memcachedalt text

  • Logs : View the logs of the PHP service running. If the PHP service is abnormal, Can troubleshoot the problem based on the logs. alt text

  • Slow log : Check the slow log of PHP service alt text

  • phpinfo : To view the phpinfo of the PHP service, please useView phpinfo()shall prevail. alt text

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 alt text

  • Configuration : View and manage the main configuration of Apache. Note that if modify incorrectly, Apache will not be able to start. alt text

  • Switch version : Switch Apache version alt text

  • Optimization : Optimize Apache configuration alt text

  • Load average : Check the load information of Apache service alt text

  • Logs format : Customize configuration of Apache log format alt text

  • Running logs : View the running log of the Apache service alt text

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 and notification when stopped alt text

  • Configuration : Manage MySQL configuration, i.e. /etc/my.cnf file alt text

  • Storage location : View and change the MySQL database storage location alt text

  • Port : View and modify MySQL port alt text

  • SSL : View and modify MySQL SSL configuration alt text

  • Current status : Check the running status of the MySQL service, and can refer to the tips for optimization. alt text

  • Optimization : Optimize MySQL configuration, Tip: This is the expected configuration, not the actual configuration. alt text

  • Error log : View the Error log of the MySQL service alt text

  • Slow log : Check the slow log of the MySQL service. Check which SQL statement is executing slowly based on the log. alt text

  • Binary log : Open, close, view, and delete binary logs.

    alt text

  • Memory protection : After turning it on, adjust the memory priority of Mysql and set mysql to never 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.

    alt text

Redis

App Store --> Deployment --> Redis

Redis is a high-performance key-value store database commonly used as a cache.

  • Service : Manage Redis service status alt text

  • Version switching : Switch Redis version

  • Performance tuning : Redis configuration adjustment, such as redis password, maxmemory, maxclients, etc. alt text

  • Profile : View and manage the configuration files of the Redis service alt text

  • load status : Check the running status of the Redis service alt text

  • Set Persistence : Set up Redis database persistence alt text

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 using 127.0.0.1. alt text

  • PHP version : Manage the PHP version used by phpMyAdmin alt text

  • Security configuration : Manage the security configuration of phpMyAdmin alt text

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 alt text

  • Configuration : Manage Pure-Ftpd configuration alt text

  • Switch version : Switch Pure-Ftpd version

  • Logs Manage : Enable the log of Pure-Ftpd service alt text

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 alt text

  • Database : Manage MongoDB database, recommended Databases --> MongoDBto manage.

  • Configuration Item : Manage MongoDB configuration alt text

  • Profile : View and manage MongoDB configuration files alt text

  • Log : View the logs of the MongoDB service alt text

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 alt text

  • Switch version : Switch Memcached version

  • Load average : View the load information of the Memcached service alt text

  • Optimization : Optimize Memcached configuration alt text

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 alt text

  • Permission : Manage Elasticsearch permission information

alt text

  • Config : Manage Elasticsearch configuration

alt text

  • Config file : View and manage Elasticsearch configuration files

alt text

  • Logs : View the logs of the Elasticsearch service alt text

OpenLiteSpeed

App Store --> Deployment --> OpenLiteSpeed

OpenLiteSpeed ​​is a high-performance open source web server.

  • Service : Manage OpenLiteSpeed ​​service status alt text

  • Configuration : Manage OpenLiteSpeed ​​configuration files alt text

  • OpenLiteSpeed : Optimize OpenLiteSpeed ​​configuration alt text

RabbitMQ

App Store --> Deployment --> RabbitMQ

RabbitMQ is an open source message queue software that supports multiple message protocols.

  • Service status : Manage RabbitMQ service status alt text

  • Admin auth : Manage RabbitMQ administrator certification information alt text

  • Logs : View the logs of the RabbitMQ service alt text

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