Questions tagged [jetbrains-gateway]

JetBrains Gateway is a compact desktop app that allows you to work remotely with a JetBrains IDE without even downloading one.

JetBrains Gateway is a compact desktop app that allows you to work remotely with a JetBrains IDE without even downloading one.

Use JetBrains Gateway to access your IntelliJ IDEs running on remote backends via SSH.

You can host your source code, toolchain, and IDE backend on a remote server, and use a local thin client based on the IntelliJ Platform to write, navigate, refactor, run, debug, and test your project. The experience is like working with a locally hosted project and a locally installed JetBrains IDE.

Homepage: https://www.jetbrains.com/remote-development/gateway/

Availability

  • JetBrains Gateway desktop app
    The application is compatible with: IntelliJ IDEA Ultimate, PyCharm Professional, GoLand, WebStorm, CLion, PhpStorm, RubyMine, and Rider.

  • Built-in feature
    JetBrains Gateway is bundled with IntelliJ IDEA Ultimate, PyCharm Professional, GoLand, PhpStorm, CLion, RubyMine, and Rider. More on availability

Gateway is where it all gets started:

  1. Enable a remote development workflow from JetBrains Gateway desktop application

    enter image description here

  2. Connect to any remote machine via SSH, and JetBrains Gateway will take care of deploying the IDE backend there and connecting to it.

    enter image description here

  3. Use the full power of your IntelliJ-based IDE and feel like you’re working with a local project wherever you are!

    enter image description here

  4. Keep your laptop code free! Source code is never transferred or stored on your local machine.

    enter image description here

15 questions
5
votes
2 answers

How to install get-jstack on ubuntu

I want to connect by ssh to my server using Jetbrains Gateway and I have the same error, when I install jetbrains PyCharm client on my ubuntu server: Details: An error occurred while executing command: 'get-jstack…
2
votes
0 answers

Create a new remote project with JetBrains Gateway

I have a preexisting Python project on github and want to use PyCharm 2022.3.1 to work remotely via SSH on that project. For this reason, I use JetBrains Gateway to connect to the remote. The SSH connection seems to work properly. However, PyCharm…
tierriminator
  • 587
  • 5
  • 19
1
vote
1 answer

How to run Jetbrains gateway headlessly?

I am trying to install Jetbrains gateway on a machine which has no graphics environment, nor an internet connection. My situation is similar to scenario 3 in this regard. I have manually installed the gateway from the .tar.gz file. Now upon trying…
1
vote
0 answers

Issues whilst setting up remote development in PyCharm Professional

Was so excited to explore the "remote development" feature on PyCharm, since I don't have enough computing resources to run on my local machine. Spent an entire day trying to set it up in multiple remote machines, but all of them failed. Approach 1…
1
vote
0 answers

Remote Development SSH - No Linux Installation Found on the Selected Machine

I'm trying to connect SSH but it returns the error that there is no Linux installed on the machine on PhpStorm (IDE by JetBrains). I use the Fedora 36 distribution. When I start the project via SSH through the remote field, it connects…
1
vote
1 answer

No dropdown option of IntelliJ in IDE version of Remote Development using SSH in JetBrains Gateway

I am trying to connect to a remote server using JetBrains Gateway, so that I can use IntelliJ IDE for code changing purposes. Both IntelliJ and JetBrains Gateway are -newly installed- on my device and I've rebooted my PC after installation as…
1
vote
0 answers

How to share global data sources when using JetBrains Gateway remote development?

I created a global data source in project A, but after switching to project B, the data source is invisible
1
vote
0 answers

JetBrains Gateway : debug PHP with dbgpProxy failed

I spent hours trying to figure out how, but I can't manage to debug with JetBrains Client... The more I get when I load a page in a browser is And then it stuck there. Page in browser is loading forever. Launching dbgpProxy + JetBrains client…
Francois
  • 81
  • 1
  • 7
0
votes
0 answers

In my PhpStorm 2021.1.4 I can not find JetBrains Gateway?

With PhpStorm 2021.1.4 ( Build #PS-211.7628.25, built on June 30, 2021 ) I need to debug my remote PHP project on Ubuntu/Digital Ocean. Searching on the internet I found “JetBrains Gateway” referenced as decision of this issue:…
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
0
votes
1 answer

Is it possible for JetBrains Gateway to connect to an Azure Linux VM using Azure AD credentials only?

I'm having problems establishing a connection. I set up the machine specifically to test the possibility of connecting it to JetBrains Gateway using Azure AD credentials, and without SSH keys. More information: I used an Ubuntu Server 20.04 LTS…
0
votes
1 answer

Where is the backend of Jetbrains Gateway being installed?

I'm at a point where the IDE won't start anymore at all and I'd like to find the IDE backend inside my WSL Ubuntu and delete it manually. Where does Jetbrains Gateway install the backend on Ubuntu?
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
0
votes
0 answers

WebStorm Remote Development, SSH connection

I've been trying to turn on debugging in Chrome for several hours without success, maybe one of you has mastered the topic and is willing to share. I looked through the guides but none of them had my problem. I assume I'm doing something wrong.…
0
votes
1 answer

In JetBrains plugin development, how to execute command in the terminal from plugin action with Gateway

I am new to plugin development for JetBrains and would like to know how I can execute a command in the terminal with JetBrains Gateway. I've tried like this: var shellTerminalWidget =…
0
votes
2 answers

Jetbrains Gateway settings for frequent disconnects

I’m using Jetbrains Gateway to use IntelliJ to work on the code in a remote Linux machine. I connect via SSH. I connect and work fine initially, the latency is around 150 ms but it keeps disconnecting. I realized it disconnects when I stop coding…
mcvkr
  • 3,209
  • 6
  • 38
  • 63
0
votes
1 answer

JetBrains Gateway never finishes loading

I'm trying to use JetBrains Gateway to work on a project and it was working for several weeks, but today the IDE has never loaded the code, despite saying that it's connected. Instead it shows a red ping warning. I've tried connecting to the…
Nathan Wailes
  • 9,872
  • 7
  • 57
  • 95