PhpStorm 2022.3 Help

Connect to a remote server from PhpStorm

Since working remotely became a necessity, PhpStorm offers the Remote Development functionality to help you code, run, debug, and deploy your projects remotely.

Connect to a project running on WSL2

You can configure your IDE backend to launch directly in WSL2.

Before you start connecting to WSL, make sure the following prerequisites are met:

  • You have the Windows 10 or 11 version installed on your machine with the Ubuntu 20.04 version installed under WSL2.

  • You have WSL2 configured on your Windows machine. For more information, refer to the WSL2 configuration section.

  • You have at least 200 GB of available space, 8 GB RAM, and 4 CPUs.

  • You use the latest EAP build of JetBrains Gateway.

  • You use the latest EAP version of the backend IDE.

Connect to WSL

  1. Ensure you have the Remote Development Gateway plugin enabled.

  2. On the PhpStorm welcome screen, select Remote Development.

  3. Under Remote Development, select WSL.

  4. From the options on the right, click New Connection.

  5. On the next page, select the WSL instance and click Next.

  6. On the next page, select the IDE version and the project you want open. Click Start IDE and Connect.

    The connection is established, the backend IDE is downloaded and the project is opened in JetBrains Client.

JetBrains Gateway is used as an entry point to connect to a remote server via SSH. It launches JetBrains Client, which is a thin client that enables you to work with your remote project.

JetBrains Gateway

You can use one of the following ways to launch JetBrains Gateway:

  • Use PhpStorm and the enabled Remote Development Gateway plugin in it. In this case, when you open the PhpStorm welcome screen, the Remote Development option will be available immediately and you can connect to your remote server using SSH.

    PhpStorm welcome screen
  • Install JetBrains Gateway using the JetBrains Toolbox App.

    Toolbox
  • Manually download and install JetBrains Gateway app.

    Depending on your local OS, use one of the following installers:

    Download the JetBrains Gateway 2021.3 .dmg.

    Download the JetBrains Gateway 2021.3.dmg.

    Download the JetBrains Gateway 2021.3 .exe.

    Download the JetBrains Gateway 2021.3 .tar.gz.

Last modified: 07 December 2022