PhpStorm
 
Get PhpStorm

Create New Project: Add Remote Server

Last modified: 11 October 2024

The page opens if you have selected the Add new remote server option on the Create New Project: Specify Remote Server page. On this page, specify a new configuration of settings to connect and authenticate to a remote server.

Item

Description

Name

In this field, type the name of the new remote server configuration.

Folder

In this field, type a path to the mounted folder, which is associated with the file location on the server.

tip

In WSL, usage of the UNC path format is supported (for example, \\wsl$\Ubuntu\home\username\folder).

Password

In this field, type your password for authentication to the server.

Save password

Select this checkbox to have PhpStorm remember the specified password.

Web server URL

In this field, specify the URL address of the Web server root folder. Click Open URL in browser icon in the field to make sure that the specified server root URL address is accessible and points at the correct web page.

Both HTTP and HTTPS are supported.

Don't check HTTP connection to server

  • When this checkbox is cleared, PhpStorm checks whether the specified URL address ensures successful connection to the server.

    Both HTTP and HTTPS are supported.

  • When this checkbox is selected, PhpStorm moves to the next page of the Wizard without any connection check.