Title: Bulk Deployer
Author: Hayan
Published: <strong>February 22, 2026</strong>
Last modified: February 22, 2026

---

Search plugins

![](https://ps.w.org/bulk-deployer/assets/banner-772x250.jpg?rev=3467147)

![](https://ps.w.org/bulk-deployer/assets/icon.svg?rev=3467147)

# Bulk Deployer

 By [Hayan](https://profiles.wordpress.org/hmamoun/)

[Download](https://downloads.wordpress.org/plugin/bulk-deployer.1.0.0.zip)

 * [Details](https://srd.wordpress.org/plugins/bulk-deployer/#description)
 * [Reviews](https://srd.wordpress.org/plugins/bulk-deployer/#reviews)
 *  [Installation](https://srd.wordpress.org/plugins/bulk-deployer/#installation)
 * [Development](https://srd.wordpress.org/plugins/bulk-deployer/#developers)

 [Support](https://wordpress.org/support/plugin/bulk-deployer/)

## Description

Bulk Deployer helps developers and agencies manage multiple WordPress installations
by automating plugin deployment to many sites at once. Perfect for WordPress developers,
agencies, and site administrators who need to deploy plugins across multiple client
sites efficiently.

#### Key Features

 * **Bulk Deployment**: Deploy multiple plugins to multiple sites simultaneously
 * **Secure Credential Management**: Store FTP/SFTP credentials with encryption
 * **Connection Testing**: Test connections before deployment to avoid failures
 * **Progress Tracking**: Real-time deployment progress with detailed results
 * **Flexible Protocols**: Support for both FTP and SFTP connections
 * **Clean Interface**: Intuitive admin interface for easy management
 * **Security First**: All credentials encrypted using WordPress salts

#### Use Cases

 * WordPress agencies managing multiple client sites
 * Developers deploying plugins across development environments
 * Site administrators updating plugins on multiple installations
 * Automated deployment workflows for plugin updates

#### Security Features

 * Nonces on all AJAX endpoints for CSRF protection
 * Capability checks (`manage_options`) for access control
 * Passwords encrypted using WordPress salts
 * Secure credential storage and transmission

### External Connections

This plugin enables you to deploy WordPress plugins to remote servers via FTP or
SFTP. All connections are made exclusively to servers that YOU configure with YOUR
own credentials.

#### What Gets Connected

 * **Your Own Servers Only**: The plugin connects only to FTP/SFTP servers that 
   you manually add in the settings
 * **User-Controlled Credentials**: All server addresses, ports, usernames, and 
   passwords are provided by you
 * **No Third-Party Services**: No data is sent to any service controlled by the
   plugin author or any third party

#### What Data Is Sent

 * **Plugin Files**: When you initiate a deployment, the plugin uploads the selected
   WordPress plugin files to your specified servers
 * **When**: Data is sent only when you manually trigger a deployment action
 * **Where**: Data goes only to the FTP/SFTP servers you have configured
 * **No Tracking**: The plugin does not send any analytics, usage data, or personal
   information anywhere

#### Connection Protocols

 * **FTP**: Standard File Transfer Protocol connections to your servers (typically
   port 21)
 * **SFTP**: Secure File Transfer Protocol over SSH to your servers (typically port
   22)
 * Both protocols require you to provide server credentials and are used solely 
   to upload plugin files to your own infrastructure

#### SSH2/SFTP Protocol Usage

This plugin uses the PHP SSH2 extension to establish SFTP connections to your remote
servers. When SFTP is selected (port 22), the plugin uses the SSH2 protocol and 
the `ssh2.sftp://` stream wrapper to securely transfer files.

**What it is**: SSH2 is a PHP extension that implements the SSH2 (Secure Shell) 
protocol, enabling secure file transfers via SFTP. The `ssh2.sftp://` is a PHP stream
wrapper that allows file operations over SFTP connections.

**What it’s used for**: The SSH2 extension is used to establish secure SFTP connections
to your configured remote servers for uploading plugin files. This provides encrypted
file transfer capabilities.

**What data is sent**: When you deploy plugins via SFTP, the plugin sends:
 * Plugin
files (as ZIP archives and extracted files) to your configured SFTP servers * Authentication
credentials (username and password) to establish the SFTP connection * File transfer
commands and directory operations

**When**: Data is sent only when you manually initiate a deployment action through
the plugin’s admin interface.

**Where**: All connections are made to SFTP servers that you configure with your
own server addresses, ports, and credentials. No data is sent to any third-party
service.

**PHP SSH2 Extension**: This plugin requires the PHP SSH2 extension (`php-ssh2`)
to be installed on your server for SFTP functionality. The SSH2 extension is an 
open-source PHP extension that implements the SSH2 protocol. For more information
about the SSH2 protocol, visit: https://www.php.net/manual/en/book.ssh2.php

**Privacy**: All server credentials are encrypted using WordPress salts before being
stored in your database. The plugin does not collect, store, or transmit any data
to external services beyond the SFTP connections you configure.

For your security and legal protection, all server credentials are encrypted using
WordPress salts before being stored in your database.

## Screenshots

 * [[
 * Deploy plugins to multiple sites at once – select plugins, choose target sites,
   and deploy with one click

## Installation

 1. Upload the `bulk-deployer` folder to `/wp-content/plugins/`
 2. Activate the plugin via Plugins  Installed Plugins
 3. Go to Bulk Deployer in the admin sidebar menu

## FAQ

### Does this plugin activate plugins remotely?

No. It uploads plugin files to the target site’s `wp-content/plugins` directory.
You can then activate the plugins on the target site manually or through your site
management tools.

### What if my host blocks FTP?

Use SFTP by setting the port to 22. Most modern hosting providers support SFTP which
is more secure than FTP.

### Are passwords stored securely?

Yes. All passwords are encrypted using WordPress salts before being stored in the
database. The encryption is irreversible and follows WordPress security best practices.

### Can I deploy to sites with different WordPress versions?

Yes, as long as the target sites meet the minimum requirements (WordPress 5.0+ and
PHP 7.4+). The plugin will upload files regardless of the WordPress version.

### What happens if a deployment fails?

The plugin provides detailed error messages for each failed deployment. You can 
retry individual sites or troubleshoot connection issues before attempting again.

### Is there a limit to the number of sites I can manage?

No, there’s no hard limit on the number of sites you can add. However, performance
may vary based on your server resources and the number of simultaneous deployments.

### Can I schedule automatic deployments?

Currently, deployments are manual. Future versions may include scheduling capabilities.

### Does this work with multisite installations?

Yes, you can deploy plugins to individual sites within a multisite network, but 
you’ll need to add each site separately with its own credentials.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Bulk Deployer” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Hayan ](https://profiles.wordpress.org/hmamoun/)

[Translate “Bulk Deployer” into your language.](https://translate.wordpress.org/projects/wp-plugins/bulk-deployer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bulk-deployer/), check
out the [SVN repository](https://plugins.svn.wordpress.org/bulk-deployer/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/bulk-deployer/) 
by [RSS](https://plugins.trac.wordpress.org/log/bulk-deployer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.0.0**
 *  Last updated **1 month ago**
 *  Active installations **10+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/bulk-deployer/)
 * Tags
 * [automation](https://srd.wordpress.org/plugins/tags/automation/)[bulk](https://srd.wordpress.org/plugins/tags/bulk/)
   [deploy](https://srd.wordpress.org/plugins/tags/deploy/)[ftp](https://srd.wordpress.org/plugins/tags/ftp/)
   [sftp](https://srd.wordpress.org/plugins/tags/sftp/)
 *  [Advanced View](https://srd.wordpress.org/plugins/bulk-deployer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/bulk-deployer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bulk-deployer/reviews/)

## Contributors

 *   [ Hayan ](https://profiles.wordpress.org/hmamoun/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bulk-deployer/)