BlueRock Connector - Windows
The BlueRock Connector application for Windows establishes a secure bridge between local AI IDEs (Claude Code or Codex) and the remote BlueRock sandbox. The application natively handles SSO and SSH key authentication, local port forwarding, and container lifecycle management to enable a fully remote coding workspace.
Prerequisites
Software and Client Applications
IDEs:
BlueRock Connector App: Contact BlueRock support to obtain
BlueRock_Connector_win64.exe.OpenSSH Client: The client must be installed and added to the system PATH (e.g.,
C:\Windows\System32\OpenSSH\).
System Requirements
Operating System:
Windows 11 (24H2 or later) is required for file transfers between the local machine and the BlueRock environment.
Important:
Install the application strictly in the user's context. Do not install the application machine-wide or via "Run as administrator," because the Connector stores identity locally in the user profile.
Network and Security
Virtual Private Network (VPN): If the BlueRock instance resides on a private network, active VPN connectivity is required to reach the instance.
Endpoint Protection: On desktop clients running firewalls or security software, allow port
2259for inbound connections. The BlueRock Connector application runs a listener service on port 2259 and the loopback interface. The traffic is internal and never leaves the device.
Installation
Locate the BlueRock_Connector_win64.exe application and double-click to run it.
Authentication and Enrollment
Once the application opens, select the Set Up Connector button.
Select Continue on the welcome screen.

Choose one of the following authentication methods:
Sign in with BlueRock Also, known as Single Sign On (SSO) login option.
Select the Sign in with BlueRock option then select Next.

Provide the bootstrap string URL in the Enrollment URL field and enter the public DNS or IP address of the BlueRock host in the Dev host field. Click Sign in.

Complete the sign-in flow in the web browser to authorize the application.
SSH Key
Select the SSH key option then select Next.

Run the following command on the local machine to obtain the fingerprint:
Enter the Bootstrap string in the application using the following format:
<host-ip>#fp=SHA256:<base64>(For example:10.101.01.101#fp=SHA256:0x0x...)Click Browse, select the required SSH private key, and click Install Key.

Then click Close and Continue to Connector to proceed working with the connector app.

Environment Lifecycle Management
Create Sandbox
Select the Create sandbox button to initialize the remote container.


Stop Sandbox
Click Stop Sandbox to halt the running container.

Destroy Environment
Click Destroy Sandbox to completely purge and delete the container instance from the host.

Click Destroy Sandbox - confirm buttong in the prompt to destrory the sandbox and its files completely.

Connecting AI Tools and Workspace Integration
Connecting to Claude Code IDE
Select the Connect Claude button in the Connector app.

Select Open Claude Desktop and follow the instructions given on the screen.

In the Claude Code IDE:
Click the Code menu option.
Select Local > SSH > Add SSH Host...

Enter
cobalt-59only in the SSH Host field, with the other details as per the requirements, and click Add SSH Connection.
Then Claude Code will SSH into the instance, and any tasks or development scripts created inside this window will now execute directly inside your active remote bluedev Docker container.

Connecting to Codex
Select the Connect Codex button in the Connector app.

Follow the on-screen dialog instructions and click the provided link to authenticate. A one-time code is also present to enter while setting up an OpenAI account.

Authenticate with the OpenAI/ChatGPT account in the default browser.

Enter the one-time code and select Continue.

Upon completion of OpenAI account setup, the BlueRock Connector app gives a new prompt to Open Codex Settings.

In Codex, navigate to Connections > select SSH > click Add.

Select Remote and click Next to create a new remote project.

Select
cobalt-59and click Add. Add the connection as a project to the Codex workspace.
In the New Remote Project pane, select cobalt-59 from the Remote dropdown and select Add Project.

Once the project connects successfully, it will be added in the SSH section.

Then use it as a project in the Codex workspace.

Verifying Session Execution and Script Output
In the connected Claude IDE or Codex environment, provide a prompt to create a basic "Hello World" Python script to verify the session.
Review and verify the script output directly within the IDE's terminal or shell.

Browsing Remote Sandbox Files via System File Explorer
In the BlueRock Connector application, select the Browse Files option.

View and interact with the remote files directly within Windows Explorer.

The
bluedevcontainer mounts natively on the Windows file system under Network Locations.
Maintenance and Troubleshooting
Exporting Connector Logs
To troubleshoot issues, export the application logs directly from the system tray. Right-click the BlueRock Connector icon in the System Tray and select Export Logs.... Save the generated log file to a preferred location.

Resetting Connector Configuration
Select Reset in the Sandbox dialog box.

Then confirm the prompt to clear the current configuration.

Re-authenticating After Reset or Expiration
When a session expires or after stopping/destroying containers and resetting configuration, remote network locations automatically unmount, and Docker containers terminate. Re-run Authentication and Sandbox Creation to establish a new session.
After stopping the container

After destroying the container

Last updated
