

Deploy plugins to multiple sites at once - select plugins, choose target sites, and deploy with one click
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.
manage_options) for access controlThis 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.
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.