WebStorm 2026.1 Help

Start Dev Container for a remote project

You can start a Dev Container on the remote machine for the project with the .json file located in the remote file system or for the project cloned from a Git repository.

Start Dev Container on a remote server

  1. Launch WebStorm.

  2. On the left-hand pane of the Welcome screen, click Remote Development.

  3. Select Dev Containers and click the New Dev Containers button in the upper-right corner of the window.

    Start creating a Dev Container from the Welcome screen
  4. On the page that opens, click Show option menu to connect to Docker on a remote machine by SSH.

    Docker

    If your remote server is not configured, click Show option menu and on the page that opens add the necessary options.

    SSH Configuration
  5. Select the IDE backend that you want to use for the project.

    If you want to change the selected IDE, click Show option menu and select the one you need from the list.

  6. Select a project for which you want to build a Dev Container by clicking the appropriate tab:

    This option lets you choose a project residing on your remote machine.

    Specify a path to the .json file of the project.

    JSON file from a remote file system

    This option lets you specify a project residing on GitHub. Specify the following options:

    • Git Repository: specify the path to your project on GitHub.

    • Automatic: select this option if you want WebStorm to detect the .json file automatically.

    • Specify Path: select this option if you prefer to specify the path to the .json file manually.

    From VCS Project

    Click Build Container and Continue.

  7. After the Dev Container is built, the project opens in the JetBrains Client.

    At this point, you can work with your project further.

05 February 2026