Changelog

All the latest updates, improvements, and fixes to FlyWP.

Subscribe to stay updated

Process Manager

Introducing PHP Process Management Type on FlyWP

Recently, we discovered how PHP workers affected a few customers with high resource usage. We learned a few new things along the way and thought how we could cater to our audience better.

As it turns out, increasing the number of PHP workers had some unforeseen consequences. Here’s what happened:

  • Skyrocketing Resource Use: The extra PHP workers demanded more CPU and memory. Servers with lots of sites, especially those running MySQL through Docker, felt the heat.
  • Memory Woes: Sites, particularly those with WooCommerce or lots of plugins, started running into memory exhaustion issues.
  • 500 Errors Galore: Some sites even began returning 500 errors, causing quite the panic.

We wanted to give you more control, so we introduced a new settings panel inside the existing PHP settings.

Introducing the New PHP Process Manager Type on FlyWP

We are thrilled to announce a new feature in FlyWP that will significantly enhance your site’s performance and management flexibility: the PHP Process Manager Type. This addition allows you to select the process manager type for PHP-FPM, providing more control over how child processes are managed on your server. Let’s dive into the details!

What is PHP Process Manager Type?

PHP Process Manager (PM) Type determines how PHP-FPM (FastCGI Process Manager) manages the child processes that handle your PHP requests. Depending on your website’s traffic and server resources, you can select different PM types to optimize performance and resource usage.

New Process Manager Types

Go to your Site’s Settings → PHP Settings (at the top) to find out the newly deployed Processor Manager Type settings. Now, you can configure the Process Manager Type (Static, Dynamic, On Demand) and adjust the values as you see fit. Here’s a quick rundown of what each type means:

Flywp Php Pm Settings
  • Static:
    • With the Static PM type, a fixed number of child processes are created when the PHP-FPM service starts. This number remains constant, ensuring predictable memory usage. It is ideal for high-traffic sites with consistent load.
  • Dynamic:
    • The Dynamic PM type adjusts the number of child processes based on the server load. It starts with a minimum number of processes and can increase up to a specified maximum as needed. This type is perfect for sites with fluctuating traffic.
  • On Demand:
    • The On Demand PM type creates child processes as requests come in and terminates them when they are no longer needed. This approach minimizes memory usage, but may introduce slight delays as new processes are created for incoming requests. Perfect for low-traffic sites focused on resource conservation.

As always, we’re here for you and always striving to make FlyWP the best platform for managing your WordPress sites. If you have any feature requests, feel free to submit your ideas at feedback.flywp.com. If you have any queries, contact us or reach out to us by emailing at [email protected]

Security Vulnerability Fixes

Security Vulnerability Fixes, Speed Improvements and Other Major Improvements on FlyWP

At FlyWP, we are always committed to enhancing your WordPress management experience with powerful and efficient tools. We are excited to announce the latest updates to FlyWP, bringing you a host of new features, enhancements, and crucial fixes to improve your experience with our platform. Here’s a detailed overview of what’s new —

More Focus on Security and Vulnerability Fixes

At FlyWP, security and overall platform stability are of paramount importance. We understand that our users rely on us to provide a robust, secure, and reliable environment for managing their WordPress sites. This is why we continuously strive to enhance our security measures and improve the stability of our platform. Our latest updates reflect our ongoing commitment to these principles, ensuring that you can focus on growing your online presence with peace of mind.

Last month, we focused specially on the security and vulnerability issues and took prompt action to fix them.

All the security and vulnerability fixes, and enhancements are already deployed to FlyWP servers and sites. No further action is required on customer end.

Replacing PHP-FPM from TCP to Unix socket

Vladimir Smitka published a security vulnerability for FlyWP. We took this seriously and took prompt action, As Vladimir mentioned in his blog we did not handle the inter-container communication situation, which was not controlled or restricted in any way. The fix was replacing php-fpm TCP port with Unix sockets. It sounds simple, but we had to make many under the hood changes. We made sure to take the necessary actions required and made the changes to our platform to mitigate the issues,

  • We’ve transitioned PHP-FPM from TCP to Unix socket to address the security issue reported by Vladimir. Although we are still awaiting Vladimir’s confirmation, we have proactively applied this fix to all sites. 
  • Addressed security vulnerabilities reported by Vladimir by replacing the php-fpm port with a socket and resolving insecure Redis connection issues. These fixes enhance the overall security of your servers.
  • We’ve introduced Redis ACL for improved site isolation (Object Cache). From now on, each new site will have its own unique username and password, similar to MySQL. This measure will significantly enhance the isolation and security of each site. This was also suggested by Vladimir. Thanks to him.
  • We have already migrated all sites and servers to take advantage of these security fixes, ensuring a secure environment for all users.

We’ve also collaborated with Vladimir regarding the fixes and informed him about the fixes and enhancements that we did. We’re still awaiting for his response and we are communicating with him for more enhancements to FlyWP

Better Authentication of Redis using Redis ACL

This enhancement was also suggested by Vladimir.

  • We’ve introduced Redis ACL for improved site isolation (Object Cache). Each new site will now have its own unique username and password, similar to MySQL. This measure significantly enhances the isolation and security of each site. This improvement was also suggested by Vladimir, and we thank him for his valuable input.

Faster Response Time

We’ve increased the default increasing nginx worker_rlimit_nofile and worker_connections on Nginx config, that should generally offer faster response time. If you want, you can also contribute to our open source nginx configuration.

93722

Automatic Upgrade to the Latest Version of OpenSSH-server

  • We have automatically upgraded openssh-server on all our servers to address a vulnerability in the old version. The CVE-2024-6387 vulnerability has been mitigated by upgrading the openssh-server package for every customer on each server managed through FlyWP. Thanks to Dmitriy Yevseyev for reporting it.

✨ New Features and Enhancements

Apart from the security fixes, we’ve also worked on key features and enhancements. At FlyWP, our priority is to continuously improve your experience by enhancing the platform’s security, functionality, and ease of use. We’re excited to introduce key updates to FlyWP, designed to provide you with more efficient tools and a smoother user experience, reflecting our commitment to delivering top-notch server management solutions.

Great Improvements to FlyWP for Mobile Devices

  • All functionalities of FlyWP should now be usable from mobile and tablet devices. We have spent considerable time optimizing the UI for smaller screens to ensure a seamless experience across all devices. This makes managing your servers on the go more convenient than ever.
  • Fixed Logo Issue on Login & Register Page: Resolved display issues with the logo on the login and registration pages.
  • Updated Responsive Dropdown & Sidebar Menu: Improved the functionality and appearance of the dropdown menu, and sidebar to be fully responsive for a better user experience. This update ensures that navigating FlyWP is smooth and accessible, no matter what device you’re using.

SSL Certificate Management UI and Custom Certificate Installation

  • We’ve improved the user interface for managing SSL certificates. This enhancement allows you to install custom certificates with greater ease and flexibility. Now, managing your SSL certificates is more intuitive, ensuring your sites remain secure with just a few clicks. We’ve also done many under the hood changes to make sure SSL deployment is more reliable, and easier.

Provision Through FlyWP

  • We’ve made significant enhancements to the provisioning process to make it more efficient and reliable. These improvements help streamline server setup and management, saving you time and effort.

Wildcard Certificate Badge and Alias Domain List

  • Added a badge for wildcard certificates and an alias domain list to simplify the management of your SSL certificates. These additions make it easier to identify and manage your certificate configurations.

Fixes

LetsEncrypt Challenge Directory Issue

  • Fixed an issue with the LetsEncrypt challenge directory to ensure smoother SSL certificate issuance. This fix helps prevent errors during the SSL setup process, ensuring your sites remain secure.

More Optimization to FlyWP’s Own Database

  • We’ve done changes to our internal database and increased column size where it was required to accommodate more data. This enhancement allows for better data management on our end.

Provision Through FlyWP Billing Fix

  • Resolved billing issues related to provisioning through FlyWP to ensure accurate and reliable billing processes.

FlyWP Server SSH Key Duplicate Issue

  • Fixed an issue with duplicate SSH keys on FlyWP servers, improving server security and access management.

✈️ Fly High with FlyWP

These updates are part of our ongoing commitment to provide you with a robust and secure server management platform. We appreciate your feedback and support, which help us continually improve FlyWP. If you have any feature request, feel free to submit at https://feedback.flywp.com

Stay tuned for more updates, and as always, if you have any questions or need assistance, please don’t hesitate to reach out to our support team.

Thank you for choosing FlyWP!

Introducing New Optimization Features on FlyWP through FlyWP Helper

At FlyWP, we are committed to enhancing your WordPress management experience with powerful and efficient tools. We are thrilled to introduce a new set of optimization features designed to streamline your workflows and boost your site’s performance. Here’s everything you need to know:

Experience the new optimizations by updating to the latest version of FlyWP Helper plugin. We use Nginx level optimization whenever possible to improve these optimizations, and reduce any extra load on PHP.

WordPress Optimizations

Our comprehensive WordPress optimizations help you fine-tune your WordPress site effortlessly. These features are designed to remove unnecessary elements, improve load times, and provide a smoother user experience.

General Optimizations:

  • Disable Emojis: Remove extra JavaScript that supports emojis in older browsers, while retaining native emoji functionality.
  • Disable Embeds: Prevent others from embedding your site, enhancing security and performance.
  • Disable Self Pingbacks: Eliminate self pingbacks from your own site to reduce clutter.
  • Disable Comments: Easily disable comments across your site for a cleaner interface.
  • Disable jQuery Migrate: Remove jQuery Migrate from both the frontend and admin panel to improve site speed.
  • Clean Navigation Menu: Simplify your navigation menu by removing unnecessary classes.
  • Disable RSS Feed: Disable the RSS and Atom feeds to reduce server load.
Flywp Helper Optimizations

Admin Customizations

  • Remove WordPress Logo: Clean up your admin bar by removing the WordPress logo.
  • Show Login Logo: Display your site logo on the login page for a branded experience.
  • Remove Dashboard Widgets: Declutter your dashboard by removing default widgets.

Site Header Customizations

  • Remove Feed Links: Remove RSS and Atom feed links from the site header.
  • Remove RSD Link: Eliminate the RSD link from the site header.
  • Remove WP Version Number: Improve site security by hiding the WordPress version number.
  • Remove REST API Links: Remove REST API links from the site header.
  • Remove Shortlink: Remove the shortlink tag from the site header.
  • Remove oEmbed Discovery Links: Eliminate oEmbed discovery links from the site header.

These optimizations provide you with greater control over your WordPress site, enabling you to customize settings to best meet your needs. Whether you’re aiming to enhance security, boost performance, or simplify your interface, these features offer the flexibility and functionality you need.

How to Enable These Optimizations

To take advantage of these new optimizations, simply update to the latest version of FlyWP Helper, available for free on the WordPress.org plugin repository. Then, log into your FlyWP dashboard, navigate to the “Optimizations” tab, and toggle the settings to fit your preferences. Each option is clearly labeled and explained to help you make the best choices for your site.

Share Your Feedback

At FlyWP, we are always looking to improve, and your feedback is crucial. If you have any suggestions or feature requests, please visit feedback.flywp.com and let us know. Your input helps us prioritize our roadmap and ensure we are developing the features that matter most to you.

Thank you for being a part of the FlyWP community. We look forward to continuing to support you with powerful, user-friendly tools that make managing your WordPress sites easier than ever.

Enhanced File Manager, Hetzner Improvements And More Updated Email Banner

New File Manager Enhancements, Dynamic Swap Size, Hetzner Improvements and More

At FlyWP, we’re committed to continually improving our platform to meet the expectations of our users. We’re thrilled to announce a series of new features and enhancements designed to make your experience even better. Here’s what’s new:

All the new features are now live on the FlyWP app. We encourage you to try them out and let us know your thoughts!

📁 File Manager Enhancements

The FlyWP File Manager just got more powerful with several new capabilities that have been highly requested by our users —

  • File Editing with Code Syntax Support: Now you can edit your files directly within the FlyWP interface with full code syntax support, making coding easier and more efficient.
  • Ability to Download a File: Download any file directly from the File Manager with just a click.
  • Compress and Extract Files/Folders: This much-requested feature is now available. Easily compress files and folders or extract them directly from the File Manager.
  • Moving a File: Move files seamlessly within the File Manager, improving your workflow and file organization.

⚙︎ Dynamic SWAP Size Based on RAM

We have updated how SWAP size is managed across servers. Instead of a fixed SWAP size, FlyWP now dynamically adjusts the SWAP size based on your server’s available RAM. This enhancement ensures optimal performance tailored to your specific server configuration.

🆕 New Processor Types and Server Type Labels for Hetzner

We’ve made improvements to our Hetzner provisioning screen

  • Processor Type Labels: Previously, it was challenging to distinguish between servers using AMD or Intel processors. Now, FlyWP clearly labels all server types, including Intel, AMD, and ARM processors, so you can make informed decisions.
  • Expanded Server Types: We’ve also added newer server types to ensure you have access to the latest offerings from Hetzner.
Hetzner

✨ Other Enhancements and Fixes

In addition to the major updates above, we’ve made several other enhancements and fixes to improve your experience:

  • Detailed Error Handling: Exceptional use cases during server creation are now handled more gracefully, with detailed error messages shown on the screen to help you understand and resolve issues quickly.
  • Improved SSH Key Management: Previously, FlyWP replaced existing SSH keys with its own. Now, SSH keys are appended instead of replaced, ensuring your existing keys remain functional.
  • Domain Validation Enhancements: We’ve added lowercase validation, unique validation, and other improvements to make domain management smoother and error-free.
  • Cloning Issues: Addressed issues related to cloning sites when Elementor was active and installed, ensuring seamless site duplication.
  • Billing Enhancements: Improved billing processes for servers provisioned through FlyWP, making your billing experience more straightforward and transparent.

We hope these updates enhance your FlyWP experience and provide the tools you need to manage your WordPress sites more effectively. As always, we appreciate your feedback and encourage you to share your thoughts and suggestions at feedback.flywp.com.

If you’re enjoying FlyWP, we’d love to if you could take a few minutes to leave your feedback on Trustpilot. Your reviews help us improve and let others know about your experience with our platform. Thank you for your support!

Leave a 5-star review for FlyWP on Trustpilot

Thank you for being a part of the FlyWP community. Stay tuned for more updates and improvements! 🎉

FlyWP Custom SSL and Automatic SSL deployment interface

Announcing FlyWP’s Enhanced SSL Manager and Custom SSL Feature

At FlyWP, we are constantly striving to improve our platform to satisfy the diverse needs of our users. 

Today, we are excited to introduce two powerful new features designed to enhance your WordPress server management experience: 

– The Enhanced SSL Manager and

– Custom SSL certificate support

Enhanced SSL Manager

Our new SSL Manager is designed to make SSL certificate management easier and more intuitive than ever before. With a clean and user-friendly interface, you can effortlessly install, manage, and renew SSL certificates for your WordPress sites. Key features include:

  • Seamless Integration with Let’s Encrypt: Easily obtain and install free SSL certificates from Let’s Encrypt directly within the FlyWP dashboard. This ensures your site is always secure without any hassle.
  • Intuitive Management: The SSL Manager’s straightforward design allows you to view and manage all your SSL certificates in one place. Quickly identify which certificates are active, expiring soon, or need renewal.
  • Automated Renewal: Never worry about expired certificates again. FlyWP automatically handles SSL renewals, ensuring continuous security for your sites.

Custom SSL Support

In addition to our enhanced SSL Manager, we are proud to introduce support for Custom SSL certificates. This feature allows you to install existing SSL certificates from any provider, allowing you the flexibility to use certificates that meet your specific needs. Key benefits include —

  • Wide Compatibility: Install SSL certificates from any trusted provider, ensuring compliance with organizational policies or specific security requirements.
  • Easy Installation: Simply paste your certificate and private key into the provided fields, and FlyWP takes care of the rest. No complex configurations or command-line interactions required.
  • Enhanced Security: Custom SSL support ensures that your site can utilize the highest level of security available, tailored to your unique requirements.

🔒 FlyWP is now more robust and versatile with new SSL capabilities

FlyWP’s enhanced SSL management capabilities are designed to provide peace of mind and robust security for your WordPress sites. By simplifying SSL certificate installation and management, FlyWP simplifies your WordPress server management experience.

🚀 Start Using FlyWP Today

Ready to take advantage of these powerful new features? Sign up for FlyWP today and discover why we are the best WordPress server management platform. Whether you are a seasoned developer or a business owner managing your own site, FlyWP makes it a breeze managing your WordPress sites, making it easier than ever.

For more information, visit our website or contact our support team. We are here to help you every step of the way.

Configure More PHP Settings from FlyWP Dashboard + Other Fixes & Enhancements

At FlyWP, we’re continually striving to enhance our platform to provide you with the best possible experience. We’re thrilled to announce several new features and improvements that will make managing your WordPress websites even easier.

These updates include new PHP settings, an enhanced phpMyAdmin feature, improved error handling, and many more stability and usability enhancements.

New PHP Settings

We’ve introduced new PHP settings to give you more control and flexibility over your server configurations. You can now easily adjust the following settings directly from the FlyWP dashboard:

  • Max File Uploads: Define the maximum number of files that can be uploaded at once.
  • Max Input Vars: Set the maximum number of input variables that can be accepted.
  • Max Input Time: Determine the maximum time in seconds that a script is allowed to parse input data.
  • Max Execution Time: Specify the maximum time in seconds that a script is allowed to run before it is terminated.

These settings ensure that you can fine-tune your PHP environment to meet your specific needs, optimizing performance and resource management.

Enhancements to phpMyAdmin

Managing your databases is now more transparent. We’ve added a loading state, so you’ll know exactly when phpMyAdmin is being enabled or disabled. Plus, if any errors occur during this process, you’ll receive clear and actionable alerts, making it easier to troubleshoot and resolve issues. We’ve also fixed a bug when phpMyAdmin wasn’t working if the SSH port was manually changed by the user.

Improved Error Handling and Notifications

We’ve made significant improvements in error handling across the FlyWP platform. Here’s what’s new:

  • Server Deletion Process: We’ve enhanced the server deletion process to handle provider exceptions more gracefully. If an error occurs, you’ll now see detailed error notices on the frontend of the app, helping you understand and address the issue quickly.
  • Human-Friendly Error Messages: We’ve refined error messages across the platform to ensure they are more descriptive and user-friendly. No more vague “Unknown error occurred” messages; now, you’ll receive clear information about what went wrong and how to fix it.

Bug Fixes and Stability Enhancements

In addition to these new features, we’ve squashed numerous bugs and made various enhancements to improve the overall stability and user-friendliness of FlyWP. We’ve focused on making sure our error messages are clear and helpful, and we’ve streamlined processes to enhance your workflow efficiency.

Introducing First Party Support for Hetzner on FlyWP!

We’re thrilled to announce that FlyWP now supports Hetzner Cloud! Now, you can easily deploy your servers on Hetzner using your Hetzner API credentials. Hetzner integration was one of the top requested features in our Feedback portal, we’re glad to announce that this is now publicly availabe.


You can select Hetzner directly from our server creation interface. This means more flexibility and choice for your cloud infrastructure needs.

How to Get Started —

  1. Log in to your FlyWP dashboard.
  2. Go to the server creation page.
  3. Choose Hetzner from the list of cloud providers.
  4. Enter your Hetzner API credentials.
  5. Deploy your server with ease!

The attached image shows the new server creation interface where you can now select Hetzner among other popular cloud providers like DigitalOcean, Vultr, AWS, and Akamai. Simply click on the Hetzner icon, input your credentials, and you’re ready to go!

Simplify WordPress server management with FlyWP today! ☁️

FlyWP Supports Wasabi And S3 Compatible Storage

Introducing Custom S3 Backup Provider Support & Wasabi

At FlyWP, we are dedicated to continually enhancing our platform to meet the diverse needs of our users. Today, we are thrilled to announce the addition of two new backup providers to our robust suite of backup solutions:

  • Custom S3-Compatible Backup Providers, and
  • Wasabi

This exciting update expands our already comprehensive backup capabilities, offering you even greater flexibility and security for your WordPress sites.

Custom S3-Compatible Backup Providers: Flexibility at Your Fingertips

With the introduction of support for custom S3-compatible backup providers, FlyWP now allows you to integrate any S3-compatible storage solution seamlessly. This means you can leverage a wide array of storage providers, including:

  • Backblaze B2
  • Google Cloud Storage (S3 compatible)
  • IBM Cloud Object Storage
  • DreamHost DreamObjects
  • Ceph
  • MinIO
  • And more

By supporting these well-known S3-compatible storage providers, FlyWP ensures that you have the flexibility to choose the backup solution that best fits your needs and preferences. Whether you’re searching for cost-effective options, specific regional compliance, or particular performance characteristics, FlyWP’s custom S3-compatible backup support has you covered.

Introducing Wasabi: High-Performance, Cost-Effective Storage

In addition to custom S3-compatible providers, we are also excited to announce direct integration with Wasabi. Known for its high-performance and cost-effective cloud storage solutions, Wasabi offers a compelling alternative for your backup needs. Wasabi’s low latency, high-speed retrieval, and competitive pricing make it an excellent choice for businesses of all sizes looking to optimize their data storage strategy.

Why Backup with FlyWP?

FlyWP’s enhanced backup feature provides numerous benefits:

  1. Seamless Integration: Easily integrate with your preferred S3-compatible storage provider or Wasabi, ensuring a smooth and efficient backup process.
  2. Automated Backups: Schedule automatic backups to run at intervals that suit your needs, ensuring your data is always protected without any manual intervention.
  3. Robust Security: Our platform employs state-of-the-art encryption and security protocols to protect your data from threats.
  4. Easy Management: With FlyWP’s intuitive interface, managing your backups is straightforward and hassle-free.
  5. Reliable Performance: FlyWP ensures fast and reliable backups, minimizing downtime and ensuring your data is always available when you require it.

Get Started Today!

FlyWP’s new backup support for custom S3-compatible providers and Wasabi is available now. Start taking advantage of these powerful features by visiting our documentation and learning how to integrate your preferred backup provider.

Enhancementsfixes

Enhancements & Fixes – 30 April, 2024

Fixing Backup on ARM processor: There were some cases when the backup feature wasn’t working properly for ARM based servers that we had added support recently. This should now be fixed for all users

Fixing Error: Failed to fetch server status: For very large servers (e.g., 1TB+), the server status wasn’t working properly and it showed an error message. We’ve fixed this now; server status should work properly for all servers including larger ones, smaller ones, ARM based servers, and all other type of servers

Additional validation before site creation: Previously there were some cases that the user created a new site before FlyWP could finish the server installation and finished everything. As the site was created before FlyWP could actually finish the installation, the site got database errors as database server wasn’t up by the time server was created. We’ve added validation in this case. From now on, FlyWP will ask the user to wait until FlyWP’s installation process is complete before user can create the server, ensuring a smoother and better user experience 🚀

Arm Processor Support On Flywp

ARM Processor Support on FlyWP

We’re thrilled to announce a major enhancement to FlyWP: support for ARM processors!  🎉

This enhancement brings a new level of performance, efficiency, and compatibility to your FlyWP-powered websites.

With ARM processor support, you can now host WordPress sites on ARM-based servers easily with FlyWP (E.g., providers like Hetzner have ARM server options). ARM-based servers are known for — 

  1. Faster Performance: ARM processors are known for their speed and efficiency, ensuring that your websites load quickly and respond swiftly to user interactions.
  2. Improved Efficiency: ARM processors consume less power compared to traditional processors, resulting in reduced energy consumption and lower operating costs.
  3. Low Cost: ARM-based servers typically have lower costs than Intel/AMD processors.

We’re committed to continually improving FlyWP to provide you with the best tools for your online presence. ARM support is just one example of our dedication to innovation and excellence.

If you have already created an ARM server which is not performing as expected, you need to delete the server from your provider and connect a new server with FlyWP to properly configure a new ARM server.

Or,
You need to do a full wipe of the existing server and reinstall Ubuntu 22.04. Delete the existing server from FlyWP and then reconnect the server again with FlyWP to provision it properly

If you have any questions or need assistance with this update, don’t hesitate to reach out to our support team. We’re here to help!

FlyWP Server Provision

Deploy New Servers Directly Through FlyWP

We’ve just launched a big new feature that makes getting started with FlyWP easier than before.

FlyWP Partners with DigitalOcean

When you try to create a new server, you’d now see a brand-new section “Provision through FlyWP” on top of the server creation page. Previously, to get started with FlyWP you required a server to get started, as FlyWP lacked the feature to provision server on its own. Well, that’s a thing of the past now.

Cleanshot 2024 04 18 At 18.05.20@2x

FlyWP has partnered with DigitalOcean, so you can provision servers on DigitalOcean without leaving the FlyWP dashboard (the feature requires credit card on file to get started). Once you proceed with “Provision through FlyWP” option, you’d be able to choose your server’s location, CPU, RAM and other hardware details and provision in minutes to get started with your WordPress experience.

Sftp File Manager

New: SFTP File Manager

Good news from FlyWP! Managing your website’s files has become easier with our new SFTP File Manager integrated directly into your site management dashboard.

What’s New:

  • File Management at Your Fingertips: Navigate through your website’s file structure without needing to SSH into your server.
  • File Operations Simplified: Effortlessly rename, delete, and create new files and folders right from the dashboard.
  • Upload Without Limits: Our chunked upload method allows you to upload large files, bypassing any site-imposed file size restrictions.

You can now navigate your site’s directories, and manage files without needing to access the server via SSH. Create, rename, and delete files or folders in just a few clicks. Plus, uploading large files is no longer a headache, thanks to our new chunked upload feature, which lets you bypass any site upload limits.

We’ve started with the essentials, but this is just the beginning. More sophisticated features, such as file editing and archive management, are on the way.