VM1
Sold out
$ 13,455/ mo
- 1 vCPU Intel Xeon
- 1 GB RAM
- 15 GB SSD
- 1 static public IP
- Unmetered transfer (fair use)
- Windows or Linux
- Physical location: Argentina
Claude Code VPS
A Linux VPS with root where your repository, its dependencies and the agent all live together. Log in over SSH from whatever machine you have at hand, leave Claude Code working inside a tmux session and come back later to read the result.
The short answer
Claude Code is Anthropic’s terminal agent and it can run entirely inside a Linux VPS: one command installs it, you sign in with your own account, and it stays open in a tmux session, so the work keeps going after you close the laptop or lose your connection. At SISArgentina the VPS ships with Ubuntu 24.04 LTS, root SSH access and a static Argentine IP from our Buenos Aires datacenter. We suggest starting on the VM3 plan; the Anthropic subscription or API key is yours to bring.
01
The repository, its dependencies, the test database and the running processes all stay on the server. Switch machines, log in over SSH and find everything exactly as you left it.
02
Cloning, installing dependencies, indexing and building all happen on the VPS CPU and its RAID 10 SSD storage. Your computer only draws the terminal.
03
If your application already runs in our datacenter, the agent works where the application lives: no need to pull a database dump or customer data down to your own machine.
04
Leave a migration, a build or a test run going inside tmux, close the lid and come back to the very same session a while later.
05
One address for the allowlists of your API, your database or your panel, and a Buenos Aires exit for everything the server downloads.
These are the usual Cloud VPS plans, and the cart opens with the system already selected. Monthly prices, VAT excluded. USD amounts are the official store list; local invoicing is issued in pesos.
Sold out
$ 13,455/ mo
$ 26,910/ mo
$ 40,365/ mo
Most chosen
$ 53,820/ mo
Log in as root with the IP and password you receive by email, update Ubuntu 24.04 and add the only two things you need: git for your repository and tmux for the persistent session.
apt update && apt upgrade -y && apt install -y curl git tmuxAnthropic’s native installer drops the binary in ~/.local/bin and needs no Node.js. Check it landed with claude --version.
curl -fsSL https://claude.ai/install.sh | bashInside tmux you run claude and sign in with your account: if the browser shows a code instead of returning on its own —which is what usually happens over SSH— you paste it back into the terminal. Ctrl+b d drops the session without killing it, and tmux attach -t claude picks it up from any machine.
tmux new -A -s claudeRead on: Primeros pasos al recibir un VPS: la checklist de seguridad · Cuánta RAM necesita tu VPS
Yes, and you bring it: Claude Code requires a Pro, Max, Team, Enterprise or Anthropic Console account, and the free claude.ai plan does not include it. We provide the server, the IP and the operating system; the agent account stays in your name and goes with you if you leave.
With the native installer, no: it downloads its own binary that does not use Node.js at runtime. If you would rather install it with npm, the @anthropic-ai/claude-code package asks for Node.js 22 or later, and Ubuntu 24.04 ships an older version, so you would add the NodeSource repository or nvm first.
Run claude, copy the URL it prints and open it in your own browser. When the browser cannot reach the server —the usual case over SSH— it shows a code instead: paste it into the terminal at “Paste code here if prompted” and you are in. The credential is then stored on the VPS, in ~/.claude/.credentials.json.
Yes, with the Remote-SSH extension (ms-vscode-remote.remote-ssh): pick “Remote-SSH: Connect to Host…” from the command palette, point it at juan@203.0.113.24 and the editor opens the files on the VPS. The integrated terminal is the server’s, so Claude Code runs right there.
Anthropic’s documentation asks for 4 GB of RAM or more and Ubuntu 20.04 onwards. The VM4 (4 vCPU, 4 GB, 60 GB) meets that number with room to build; the VM3 is a sensible start when the server holds nothing but the repository and the agent. Moving up a plan needs no migration or reinstall, so the jump does not cost you a move.
The VPS is delivered with a clean Ubuntu 24.04 LTS and the three commands on this page get Claude Code running. If you would rather not, we can arrange it by ticket. For the development work itself, our software factory builds custom projects on this same infrastructure.