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
- Select the server to manage
- Click on the
Applications
icon to go to the application management page - Select the uninstalled application
- Click the install button
Uninstall the application
- Select the server to manage
- Click on the
Applications
icon to go to the application management page - Click the uninstall button
Actions on installed applications
- Configure the application
- View the logs that the application records
- Install PHP extensions (PHP and OpenLiteSpeed applications only)
- Start the application
- Restart the application
- 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
- Select the server to manage
- Click on the
Applications
icon to go to the application management page - Find an installed application that supports the auto restart feature
- Toggle the "Auto Restart" switch for that application
Disable Auto Restart
- Go to the server's application management page
- Find the application with auto restart enabled
- 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.