RemoteVibeCode icon

Prerequisites

What You Need Before Using RemoteVibeCode

Set up SSH access and verify that Codex CLI already works on your remote machine before you connect from the app.

Required setup

Supported remote systems

RemoteVibeCode connects to any machine that offers SSH access and can run Codex CLI in a terminal session.

Install Codex CLI

Install Codex CLI directly on the remote host before adding that host to the app.

For sign-in, use the remote terminal and complete the Codex login flow with your ChatGPT account or your OpenAI account:

Verify Codex before using the app

Do this on the remote machine first. If Codex is not working from the shell, RemoteVibeCode will not be able to start a useful session.

Examples:

codex --version
codex login
codex

Good signs that the system is ready:

SSH and network access

Your remote machine must be accessible over SSH from wherever the app is being used.

Recommended preflight checklist

  1. SSH into the remote host from another terminal client.
  2. Confirm you can reach the project directory you want to work in.
  3. Run codex --version.
  4. Run codex and verify it starts correctly.
  5. Only then add the server to RemoteVibeCode and connect from the app.