Frontend and SSR hosting on a VPS — from €5.49/mo
Run Next.js and Nuxt on your own server — fast KVM on NVMe, with a 5-hour test period before payment, completely risk-free
Launch my app now
A frontend VPS is a virtual server with root access that handles server-side rendering and builds of React, Vue and Angular applications: you install your own Node.js version and keep a Next.js or Nuxt process running under PM2 behind Nginx. The bottleneck is the build, not the delivery: compiling a large project eats 4–8 GB of RAM and every available core, so it takes Standard 4 (8 vCPU, 8 GB, €10.99/mo) — otherwise the npm build runs out of memory. A landing page or a small SSR site runs on Standard 1 — 4 vCPU, 4 GB RAM, 50 GB NVMe at €5.49/mo. A 5-hour test period before payment lets you time your own build. The whole line-up is on the VPS hosting page.
Plans
VPS for frontend and SSR
A landing page or a small SSR site fits on Standard 1 — 4 vCPU, 4 GB RAM, 50 GB NVMe at €5.49/mo. A large application with heavy builds takes Standard 4: 8 vCPU, 8 GB and 100 GB NVMe at €10.99/mo. 5-hour test period before payment.
Compare all plansStandard 1
| 4 vCPU · AMD EPYC |
| 4 GB RAM |
| 50 GB NVMe |
| Unlimited traffic |
| 1× IPv4 · KVM |
| 24/7 support |
Standard 2
| 4 vCPU · AMD EPYC |
| 6 GB RAM |
| 60 GB NVMe |
| Unlimited traffic |
| 1× IPv4 · KVM |
| 24/7 support |
Node.js and SSR out of the box
Root access lets you install any Node.js version, run Next.js or Nuxt in SSR mode and keep the processes under PM2 behind Nginx.
Fast builds on NVMe
Dedicated vCPU and NVMe storage speed up npm install, Webpack and Vite builds and cut deploy times.
Full control
Your own Node version, process manager, environment variables, SSL and reverse proxy — configure the server for your stack.
How to launch your application
Choose a plan and image
Pick a configuration — from Standard 1 (4 vCPU, 4 GB) for a landing page to Standard 4 (8 vCPU, 8 GB) for heavy builds — and select an Ubuntu or Debian image.
Install the OS yourself
Through the panel and the KVM console you deploy the chosen OS yourself and get a clean server with root access.
Deploy Node.js and SSR
Over SSH, install Node.js, build the application and run Next.js or Nuxt under PM2 behind Nginx with TLS.
Full control over your deploys
Set up your own CI/CD, environment variables and reverse proxy — the application updates exactly the way your team prefers.
Our engineers help with the initial setup of Node.js, the process manager and Nginx for your load. If your site compiles to static files, take a VPS for Gatsby and Astro; for the server side there are VPS for Node.js and VPS for backend.
Get adviceFrequently asked questions
Didn't find your answer?
Write to us via the contact page.
Yes. Root access lets you run a Node.js process in server-rendering mode under PM2 behind Nginx for Next.js, Nuxt and similar frameworks.
Yes. You get root and install the Node version you need via nvm, along with npm, pnpm or yarn.
For SSR and builds: Next.js or Nuxt server rendering runs on the server, not in the browser. Plus your own CI that builds the bundle without time limits.
Yes, at any moment from the panel or through the KVM console. Reinstalling wipes the disk, so make a backup first.
Yes. The KVM console gives hardware-level access for installing and reinstalling the OS and for emergency management, in addition to regular SSH.
Building a large project eats 4–8 GB of RAM and every available core. Take at least 8 vCPU and 8 GB (Standard 4, €10.99/mo), or the npm build will run out of memory.
Yes, Nginx serves the built files directly and with caching. A separate CDN is only worth it when your audience is spread across the globe.
With PM2 or a systemd unit: the process starts on boot and restarts after a crash. Logs go to a file, so the cause of a failure is visible afterwards.