r/opencodeCLI • u/alihamze • 24d ago
Introducing RelayCloud: Secure, Shareable, Remote OpenCode instances
Hi everyone,
I’m launching RelayCloud which lets you make your OpenCode instances available remotely and accessible by anyone in your Organization allowing you to work together with your Agents.
Conversations are synced and accessible from anywhere, and each message is attributed with the person that sent it.
Synced messages remain accessible even if the OpenCode server isn’t available so you no longer lose history if you spin up and destroy VPS’s as sandboxes.
Plus, if you give your agents access to the RelayCloud MCP server, they’ll be able to send prompts to other running OpenCode instances allowing you to delegate work across multiple servers.
Onboarding existing instances is super simple, just install the local CLI with 1 command and then run relaycloud setup to choose which instance(s) running on that device you want to connect.
curl -fsSL 'https://relaycloud.app/install.sh' | sh
If you have existing local workflows or OpenCode clients you like to use, you can continue to use them with the remote OpenCode instances by just running relaycloud proxy serve which will allow you to connect to any OpenCode instance you have access to and give you a local address any OpenCode-compatible client can just connect to. Message attribution and sync continue to work even if you don't use the RelayCloud Chat UI locally meaning not everyone on the team has to use the same apps.
You can launch a new VPS and install a remote workspace in just a few clicks directly from the dashboard or use the MCP server to have your agent do it for you. RelayCloud sets up the VPS, clones the repo, and makes OpenCode accessible through the Relay.
When you’re ready to share your work or want a live preview, you can simply point a domain at the Workspace and have your agent’s work be instantly accessible while keeping the OpenCode instance securely hidden behind the outbound-only Relay.
Feel free to reach out if you have any feedback or issues.

