JetBrains Toolbox
JetBrains Toolbox helps you manage JetBrains products and includes remote development capabilities for connecting to Coder workspaces.
Install the Coder plugin for Toolbox
-
Install JetBrains Toolbox version 2.6.0.40632 or later.
-
Open Toolbox and navigate to the Remote Development section.
-
Install the Coder plugin using one of these methods:
- Search for
Coder
in the Remote Development plugins section. - Use this URI to install directly:
jetbrains://gateway/com.coder.toolbox
. - Download from JetBrains Marketplace.
- Download from GitHub Releases.
- Search for
Use URI parameters
For direct connections or creating bookmarks, use custom URI links with parameters:
jetbrains://gateway/com.coder.toolbox?url=https://coder.example.com&token=<auth-token>&workspace=my-workspace
Required parameters:
url
: Your Coder deployment URLtoken
: Coder authentication tokenworkspace
: Name of your workspace
Optional parameters:
agent_id
: ID of the agent (only required if workspace has multiple agents)folder
: Specific project folder path to openide_product_code
: Specific IDE product code (e.g., "IU" for IntelliJ IDEA Ultimate)ide_build_number
: Specific build number of the JetBrains IDE
For more details, see the coder-jetbrains-toolbox repository.
Configure internal certificates
To connect to a Coder deployment that uses internal certificates, configure the certificates directly in JetBrains Toolbox:
- Click the settings icon (⚙) in the lower left corner of JetBrains Toolbox.
- Select Settings.
- Go to the Coder section.
- Add your certificate path in the CA Path field.
See an opportunity to improve our docs? Make an edit.