Skip to content

Application

The application is the place to store and manage server applications, where you can install, remove, or pause any application for the server. Currently FlashPanel is supporting the installation of many applications, including:

  • PHP
  • Nginx
  • MySQL
  • MariaDB
  • MongoDB
  • Redis
  • Memcached
  • NodeJS
  • PM2
  • Melisearch
  • Typesense
  • Rclone
  • Go
  • MinIO
  • ...

Install apps

  1. Select the server to manage
  2. Click on the Applications icon to go to the application management page
  3. Select the uninstalled application
  4. Click the install button

Uninstall the application

  1. Select the server to manage
  2. Click on the Applications icon to go to the application management page
  3. Click the uninstall button

Actions on installed applications

  1. Configure the application
  2. View the logs that the application records
  3. Install PHP extensions (PHP and OpenLiteSpeed applications only)
  4. Start the application
  5. Restart the application
  6. Stop running the application

Auto Restart Application

The auto restart feature allows applications to automatically restart when they encounter failures or stop unexpectedly. This helps ensure high availability for critical services.

Enable Auto Restart

  1. Select the server to manage
  2. Click on the Applications icon to go to the application management page
  3. Find an installed application that supports the auto restart feature
  4. Toggle the "Auto Restart" switch for that application

Disable Auto Restart

  1. Go to the server's application management page
  2. Find the application with auto restart enabled
  3. Turn off the "Auto Restart" switch to disable the feature

Important Notes

  • Only applications that support this feature will display the Auto Restart toggle
  • The feature uses systemd to manage automatic restarts
  • When enabled, the application will automatically restart if it stops unexpectedly
  • This feature is particularly useful for critical services like web servers, databases, etc.