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 Connect Telegram to Zo
Chat with your Zo on Telegram. Same AI, same tools, same memory. Ask questions, run tasks, get agent updates, and manage your digital life from any device.
How to Automate Anything with Zo Agents
Set up AI agents on Zo that run on a schedule. Morning briefings, inbox summaries, price monitors, competitor tracking, and weekly reports, all on autopilot.
How to Text Your AI
Text your Zo like a friend. Check your calendar, send emails, search the web, and run tasks, all from a text message. No app required.
How to Build a Portfolio Website with AI
Build a portfolio website on Zo in 5 minutes. No templates, no drag-and-drop. Describe what you want and it's live at yourname.zo.space.
Build Your Personal Corner of the Internet
Build and deploy a personal website on Zo Computer in minutes. No hosting, no deploys, no config. Just describe what you want and it's live.
How to Automate Social Media Posting
Let Zo draft, schedule, and post content across your social platforms automatically.
Create a Persona in Zo
Make Zo talk and think the way you want — create custom personas for any use case.
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 Use Linear with Zo
Manage your tasks, issues, and projects in Linear directly from Zo.
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.
How to Run Claude Code on Zo
Run Claude Code on Zo Computer. It's already installed. Connect your API key, SSH in from your IDE, and start coding on a cloud machine with AI built in.
How to Run Hermes Agent on Zo
Run Hermes Agent on Zo Computer. Install the self-improving AI agent framework, connect it to Telegram or Discord, and bridge Zo's 50+ tools into Hermes.
How Zo Runs AI Coding Agents for You
Zo can launch and orchestrate Claude Code, Codex CLI, and Gemini CLI in headless mode. Your Zo handles the git, the scheduling, and the delivery. The coding agent handles the code.
Best ChatGPT Alternatives in 2026: AI Tools That Go Beyond Chat
A practical evaluation of the best ChatGPT alternatives in 2026, comparing Claude, Gemini, Copilot, DeepSeek, Perplexity, and Zo Computer across automation, persistence, data ownership, and deployment flexibility.
Personal AI Agents: What They Are, How They Work, and Why 2026 Is the Year They Get Real
A technical breakdown of personal AI agent architecture in 2026: the observe-plan-act loop, persistent memory, tool integration via MCP, and why infrastructure, not intelligence, is the bottleneck.
Which Zo Plan Is Right for You?
Compare Zo's Free, Basic, Pro, and Ultra plans. Find the right fit for your personal cloud computer based on AI usage, hosting needs, and compute requirements.
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.