
Zo Computer gives you a personal cloud server—a real Linux machine in the cloud that's always on and accessible from anywhere. You can use Zo directly in your browser, but many developers prefer to connect their favorite IDE for a more powerful workflow.
This is called remote development: your code lives and runs on the server, but you edit it using the IDE on your laptop. It's like having a powerful development machine that you can access from anywhere, on any device.
Why develop remotely?
Remote development has become increasingly popular, especially with tools like VS Code Remote-SSH, GitHub Codespaces, and cloud development platforms. Here's why:
-
Work from anywhere. Your development environment is on the server, not your laptop. Switch devices and pick up exactly where you left off.
-
More computing power. Run heavy builds, ML training, or multiple services without draining your laptop's battery or spinning up its fans.
-
Consistent environment. No more "it works on my machine" problems. Your server is always configured the same way.
-
Keep your laptop light. You don't need a powerful MacBook Pro if your code runs on a remote server. A Chromebook or iPad works fine.
What is SSH?
SSH (Secure Shell) is the standard way to securely connect to a remote server. Think of it as a secure tunnel between your computer and the server. Once connected, you can run commands, transfer files, and—most importantly for developers—connect your IDE.
Most modern IDEs support SSH-based remote development:
-
Cursor with Remote-SSH (same extension as VS Code)
-
Windsurf with Remote-SSH
-
Zed with Remote Development
-
JetBrains IDEs (PyCharm, WebStorm, etc.) with Gateway
Setting up SSH on your Zo
Zo has a setup skill that configures an SSH server for you. In Zo chat:
Zo will:
-
Set up secure authentication (SSH keys recommended, or password)
-
Configure the SSH server with secure defaults
-
Register it as a managed service with a public address
-
Give you the connection details
You'll get a public address like ts1.zocomputer.io:10991 that you can connect to from anywhere.
For step-by-step instructions on generating SSH keys and connecting, see our SSH connection guide.
Connecting your IDE
Once SSH is set up, connecting your IDE is straightforward. Here's the general pattern:
-
Add your Zo as an SSH host in your IDE's SSH configuration
-
Connect using the Remote-SSH feature
-
Open a folder on your Zo (usually
/home/workspace) -
Start coding—files, terminal, extensions all work on the remote server
Our documentation walks through this for Cursor specifically, but the process is similar for VS Code and other IDEs.
Pro tip: Add a shortcut to your ~/.ssh/config file so you can connect with just ssh zo instead of remembering the full address and port.
Remote development vs. VS Code in browser
In addition to just asking Zo to write code for you, Zo supports two ways to access Zo using an IDE:
SSH + local IDE (this tutorial)
-
Full native IDE performance
-
All extensions work perfectly
-
Best for serious development work
-
Requires your IDE installed locally
-
Access from any device with a browser
-
No local software needed
-
Great for quick edits or when you can't install software
-
Some extensions may not work
Many developers use both: SSH for their main workstation, browser-based VS Code for quick access from other devices.
Resources
-
Zo SSH connection guide — Step-by-step setup instructions
-
Zo SSH setup skill — Let your AI configure SSH for you
-
VS Code Remote-SSH docs — Official VS Code guide
More from the blog
How to Automate Social Media Posting
Let Zo draft, schedule, and post content across your social platforms automatically.
How to Connect Telegram to Zo
Chat with Zo on Telegram — get updates, send commands, and receive agent outputs on the go.
Create a Persona in Zo
Make Zo talk and think the way you want — create custom personas for any use case.
Create Your First Agent Automation
Set up a scheduled AI agent that runs tasks for you on autopilot — just by chatting with Zo.
How to Make a Daily News Digest Automation
Wake up to a personalized news briefing delivered to your inbox, texts, or Telegram every morning.
How to Use Gmail Integration with Zo
Search, read, organize, and respond to your emails without ever leaving Zo.
How to Use Google Calendar with Zo
View, create, and manage your calendar events by just talking to Zo.
How to Use Google Drive with Zo
Search, read, and manage your Google Drive files directly from Zo.
How to Text Zo
Text Zo from your phone like a friend — get answers, run tasks, and manage your life over SMS.
How to Use Linear with Zo
Manage your tasks, issues, and projects in Linear directly from Zo.
How to Make a Portfolio
Build and publish a personal portfolio site on zo.space — live in minutes, no hosting setup needed.
How to Make Rules
Teach Zo your preferences so it behaves the way you want — every time.
How to Use Notion with Zo
Search, read, and manage your Notion workspace through natural conversation.
Organize Your Zo Workspace
Keep your Zo workspace clean and organized — just ask Zo to do it for you.
How to Send Emails with Zo
Compose, review, and send emails directly from your Zo workspace.
How to Use Spotify with Zo
Control your music, discover new tracks, and manage playlists through Zo.
How to Use LinkedIn with Zo
Search profiles, check messages, and manage your LinkedIn activity through Zo.
Build Your Personal Corner of the Internet
Learn how to use your Zo Space to create your own personal webpages and APIs.
How to Run OpenClaw on Zo
Run OpenClaw on Zo Computer — install, configure Tailscale access, connect 50+ tools, and get your AI agent live on Telegram, Discord, or WhatsApp.
How to Build an API with Zo
Create and deploy API endpoints on zo.space — live instantly, no server setup needed.
How to Turn Any Music Article into a Spotify Playlist
Read a blog post, extract the songs, create a Spotify playlist—all with one AI command. Works with Pitchfork, NME, or any music article.
How to Self-Host n8n
Self-host n8n free on Zo Computer—no Docker required. n8n Cloud costs $24/mo, self-hosting costs $0. Get a public URL and webhooks working in 5 minutes.
How to Set Up a Plain-Text Flashcard System
Set up hashcards, a plain-text spaced repetition system, on your own cloud server. Learn faster with flashcards stored as simple markdown files.
How to Run VS Code in Your Browser
Set up VS Code Server on your own cloud server and access your development environment from any browser. A self-hosted alternative to GitHub Codespaces and Gitpod.
How to Save a Webpage as PDF
Save any webpage as a clean PDF with Zo Computer. One command to read, convert, and save — no browser extensions needed.