۵۰٪ تخفیف روی همه پلان‌ها، محدود. شروع از $2.48/mo

OpenCode VPS Hosting

OpenCode VPS,
AI coding on your terms.

Self-host the open-source AI coding assistant on AMD EPYC + NVMe, terminal-first, bring your own LLM key.
Independent cloud, since 2008. From $4.48/mo · root SSH in 60 seconds.

4.6 · ۷۰۸ نظر در Trustpilot

Starting at $3.48/mo · 50% off · No credit card required

~ ssh root@opencode-001 connected
root@opencode-001:~# go install github.com/opencode-ai/opencode@latest
go: downloading github.com/opencode-ai/opencode...
root@opencode-001:~# export ANTHROPIC_API_KEY=sk-ant-...
root@opencode-001:~# opencode
OpenCode v0.1. AI-powered coding assistant
Ready. Type your coding request...
root@opencode-001:~# _

OpenCode VPS Hosting at a glance

Cloudzy hosts OpenCode, an open-source AI coding assistant with a terminal UI, on VPS plans across 12 regions, starting at $4.48 per month. Plans range from 512 MB to 64 GB DDR5 on فضای ذخیره‌سازی NVMe با 40 Gbps uplinks. Install OpenCode on your VPS, connect your own LLM API key, and use AI-assisted coding from the terminal, on a persistent server that outlasts your laptop. Cloudzy has operated independently since 2008, serves 122,000+ users, and is rated 4.6 / 5 در Trustpilot.

Starting price
$2.48 / month
Provisioning
60 seconds
منطقه‌ها
۱۲ منطقه در سراسر جهان
آپتایم SLA
99.95%
بازگشت وجه
14 days
تأسیس
2008

Why builders pick Cloudzy

A tech-savvy favorite.

The four things buyers actually compare us on, done right.

High-spec infrastructure

Latest-gen AMD EPYC, NVMe-only storage, DDR5 memory, 40 Gbps uplinks. Single-thread leadership at every plan tier.

Risk-free trial

14-day money-back guarantee on every plan. No questions asked. No setup fees. Cancel anytime from the dashboard.

99.95% uptime SLA

Automated monitoring across 12 regions. Our last-30-day SLA is publicly tracked at status.cloudzy.com, no hiding.

24/7 human support

Live chat and ticket replies typically under 5 minutes. Engineers, not script-readers. Median resolution under 1 hour.

AI coding tools

AI coding tools you can self-host.

OpenCode is a terminal-first AI assistant. Compare it to other AI coding tools.

OpenCode
Terminal · OSS
Aider
Terminal · Python
Continue
IDE extension · OSS
Tabby
Self-hosted completion
Ollama
Local LLM runner
LiteLLM
LLM proxy gateway

Use cases

Why builders choose
Cloudzy's OpenCode VPS Hosting.

Terminal-first development

Use OpenCode from SSH on your VPS. Ask it to refactor code, write tests, fix bugs, or explain unfamiliar codebases, all without leaving the terminal.

Remote dev environment

Keep your coding environment on a VPS that's always on. SSH in from any device, use OpenCode with your LLM key, and pick up where you left off.

Code review assistant

Pipe diffs into OpenCode and get AI-generated review comments. Catch bugs, style issues, and logic errors before they reach your team's pull request queue.

Codebase exploration

Point OpenCode at an unfamiliar repo and ask questions. It reads files, understands structure, and explains architecture, faster than grepping through thousands of files.

Automated refactoring

Ask OpenCode to rename variables across files, extract functions, or convert callback-based code to async/await. Review the diff, apply, done.

Test generation

Point OpenCode at your source files and ask it to generate unit tests. It reads your code, understands the interfaces, and writes tests, you review and commit.

60s
Provisioning
40 Gbps
Uplink
NVMe-only
Storage
12
منطقه‌ها
99.95%
آپتایم SLA
14 days
بازگشت وجه

شبکه جهانی

12 regions. Four continents.
One click away.

Drop your OpenCode VPS Hosting as close to your users as physics allows. Median P50 latency under 10 ms in North America and Europe.

us-utah-1us-dal-1us-lax-1us-nyc-1us-mia-1eu-ams-1eu-lon-1eu-fra-1eu-brn-1me-dxb-1ap-sgp-1ap-syd-1

قیمت‌گذاری

فقط برای آنچه مصرف می‌کنید بپردازید. That's it.

Hourly, monthly, or yearly. No egress fees. No commitments. Currently ۵۰٪ تخفیف all plans.

1 GB DDR5

Light coding · Solo projects

$3.48 /ماه
$6.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 1 vCPU @ EPYC
  • 25 GB NVMe
  • 1 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM
2 GB DDR5

Active development · Medium repos

$7.475 /ماه
$14.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 1 vCPU @ EPYC
  • 60 GB NVMe
  • 3 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM
8 GB DDR5

Monorepos · Heavy workloads

$26.475 /ماه
$52.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 4 vCPU @ EPYC
  • 240 GB NVMe
  • 7 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM

FAQ — OpenCode VPS Hosting

Common questions, straight answers.

What is OpenCode?

OpenCode is an open-source AI coding assistant that runs in the terminal. You connect it to an LLM API (Claude, GPT-4, etc.) and use it to write, refactor, debug, and explain code, all from the command line. Self-host it on a Cloudzy VPS for a persistent dev environment.

How do I install OpenCode?

Install Go on your Cloudzy VPS, then run go install github.com/opencode-ai/opencode@latest. Set your LLM API key as an environment variable and launch opencode from the terminal.

Which LLM providers does OpenCode support?

OpenCode works with multiple LLM providers including Anthropic (Claude), OpenAI (GPT-4), and other API-compatible services. You bring your own API key. OpenCode routes requests to your chosen provider.

How much RAM does OpenCode need?

OpenCode itself uses minimal RAM, under 200 MB. The VPS size depends on what else you're running. A 2 GB plan is comfortable for OpenCode plus a medium-sized codebase and Git operations.

Is OpenCode free?

Yes. OpenCode is open-source and free to install. You pay for LLM API usage (to Anthropic, OpenAI, etc.) based on your token consumption. Cloudzy charges only for the VPS infrastructure.

Can I use OpenCode with private repos?

Yes. Clone your private repos onto your VPS and point OpenCode at them. Your code stays on your server, it's sent to the LLM API only when you make a request, and only the relevant context.

How is this different from GitHub Copilot?

OpenCode is terminal-first and open-source. You choose which LLM to use, you host it yourself, and you control what code context gets sent to the API. It's for developers who want full control over their AI coding workflow.

Is there a money-back guarantee?

Yes. Cloudzy offers a 14-day money-back guarantee on every VPS plan. Set up OpenCode, code with it for a week, if the infrastructure doesn't fit, get a full refund.

آماده‌ایم وقتی شما آماده‌اید.
AI coding, your server.

بدون نیاز به کارت اعتباری · ضمانت بازگشت وجه ۱۴ روزه · لغو در هر زمان