VM1
Sold out
$ 13,455/ mo
- 1 vCPU
- 1 GB RAM
- 15 GB SSD
- 1 static Argentine IP
- Unmetered transfer (fair use)
- Windows or Linux
- AI supervision around the clock
Node.js VPS
A Linux VPS with root to run Express, Next.js, NestJS or any Node.js app with PM2 and Nginx. No function limits and no cold starts: the process stays up all the time.
In short
To run Node.js in production in Argentina, a Linux VPS with root access works best: install Node.js 24 LTS, keep the app running with PM2 and publish it behind Nginx with HTTPS. At VPS Argentina the VM2 plan (2 vCPU, 2 GB) is enough for an API or a Next.js site, with an Argentine IP and low latency to local users.
Updated
Node.js VPS
No functions that go to sleep: the process stays up, with persistent connections for WebSockets and queues.
With the server in Buenos Aires, an API answers users in Argentina in a few milliseconds, against the hundred-plus of a server on another continent.
PostgreSQL, MySQL or Redis on the same VPS, or on another one joined by a private network.
You pay for the plan and nothing else: no per-request, runtime or traffic charges.
Plans
Monthly prices, VAT excluded. USD amounts are the official store list; local invoicing is issued in pesos.
Sold out
$ 13,455/ mo
Most chosen
$ 26,910/ mo
$ 40,365/ mo
$ 53,820/ mo
Getting started
On Ubuntu 24.04, from the official NodeSource repository:
curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt install -y nodejsPM2 keeps the app running and restarts it if it crashes:
npm install -g pm2And set it to come back on its own after a reboot:
pm2 start server.js --name api && pm2 startup && pm2 saveNginx as a reverse proxy in front of the app port, and a free certificate:
apt install -y nginx certbot python3-certbot-nginxQuestions
Any version: the VPS is yours. We recommend Node.js 24 LTS, which has long-term support. With nvm you can keep several versions on the same server.
The VM2, with 2 vCPU and 2 GB, is enough for an API or a Next.js site with moderate traffic. If you build on the same server or run several apps, the VM3 or VM4 give more room.
Yes. It is a KVM VPS with root, so Docker and Docker Compose work without restrictions.
Yes. The process is always on and persistent connections have no duration limit, unlike serverless platforms.
The VM2 costs $ 26,910 a month with the VPSARG code, VAT excluded, with no traffic or per-request charges.
Keep exploring