PhpStorm 2023.3 Help

Deployment

On this page, create, edit, and delete server access configurations and server groups that give you control over interaction between PhpStorm and servers. Anytime you are going to use a server, you need to define a server access configuration, no matter whether your server is on a remote host or on your computer. For more information about working with server access configurations and server groups, refer to Configure synchronization with a server and Organize servers into groups.

Toolbar icons and context menu commands

Use the toolbar buttons and context menu commands to manage the list of configurations and server groups.

The left-hand pane shows a list of all the server access configurations and server groups available in PhpStorm. When you select an item, the right-hand pane shows the configuration details.

Item

Tooltip and shortcut

Description

Add button

Add

Insert

Click this button and select the desired item from the list to define a new configuration or server group. The following options are available:

  • FTP: choose this option to have PhpStorm access the server via the FTP file transfer protocol.

  • SFTP: choose this option to have PhpStorm access the server via the SFTP file transfer protocol.

  • FTPS: choose this option to have PhpStorm access the server via the FTP file transfer protocol over SSL (the FTPS extension).

  • WebDAV: choose this option to have PhpStorm access the server via the WebDAV file transfer protocol (the WebDAV extension).

  • Server group: choose this option to create a server group, which lets you group server configurations together and work with them as with a single entity.

Remove button

Delete

Click this button to remove the selected configuration or server group from the list. Note that removing a server group also removes the contained servers.

icon_use_web_server_configuration_as_default

Use as Default

Click this button to have PhpStorm apply the settings of the selected configuration or server group by default during automatic upload of changed files.

Duplicate button

Duplicate

Ctrl+D

Select this command from the context menu to duplicate the selected configuration or server group.

Rename

Shift+F6

Select this command from the context menu to rename the selected configuration or server group.

Preferences of the selected deployment configuration

When you choose a deployment configuration on the left, its preferences become available on the right in the following tabs:

Last modified: 04 March 2024