Hosting since 20114.5/5 Trustpilot

VPS for developersDeploy your web app with root access

  • Root access: Docker, Compose and your runtimes
  • REST API with scoped keys
  • IPv6 /64 and private network (VPC) included
  • Hosted in France, 24/7 french-speaking support
Public API
Keys with scopes and expiry
IPv6 /64
On every VPS, at no extra cost
Private network
VPC between your servers
24/7 support
From real people

Pick your VPS

Every plan includes root access, the API, IPv6 and the private network. Pick a range, then the size that fits your stack.

Operating system
  • Ubuntu26.04 · 24.04 · 22.04
  • Debian13 · 12 · 11
  • AlmaLinux10 · 9
  • Rocky Linux10 · 9

VPS delivered in 10 seconds

  • HP-4
    Processor2 vCPUAMD EPYC 9554
    Memory4 GBDDR5
    Storage40 GB NVMeor 80 GB SSD
    Network1 Gbps
    €6.39excl. VAT/month
    €7.99Save 19€/year
    Choose
  • HP-8
    Processor4 vCPUAMD EPYC 9554
    Memory8 GBDDR5
    Storage80 GB NVMeor 160 GB SSD
    Network1 Gbps
    €12.79excl. VAT/month
    €15.99Save 38€/year
    Choose
  • HP-16Most popular
    Processor8 vCPUAMD EPYC 9554
    Memory16 GBDDR5
    Storage160 GB NVMeor 320 GB SSD
    Network1 Gbps
    €25.59excl. VAT/month
    €31.99Save 77€/year
    Choose
  • HP-32
    Processor16 vCPUAMD EPYC 9554
    Memory32 GBDDR5
    Storage320 GB NVMeor 640 GB SSD
    Network1 Gbps
    €51.19excl. VAT/month
    €63.99Save 154€/year
    Choose
  • HP-64
    Processor32 vCPUAMD EPYC 9554
    Memory64 GBDDR5
    Storage640 GB NVMeor 1280 GB SSD
    Network1 Gbps
    €102.39excl. VAT/month
    €127.99Save 307€/year
    Choose

Every plan has everything you need, and more

  • Full root access
  • Unlimited traffic
  • DDoS protection
  • First snapshot included
  • 24/7 French-speaking support

Why deploy on an OnetSolutions VPS

Recent hardware, a fast network and your data protected, under your control.

AMD EPYC processors and NVMe storage

The Performance range runs on AMD EPYC 7443, the High Performance range on AMD EPYC 9554 with DDR5 memory, on NVMe storage. The General Purpose range uses Intel Xeon with DDR4.

Up to 1 Gbps

1 Gbit/s on the Performance and High Performance ranges, up to 300 Mbps on General Purpose, and unlimited traffic on every plan.

OnetSolutions API

Create, start and monitor your servers through the API, from your scripts, your CI or your AI assistants. Read the documentation

Backups and snapshots

Optional daily VPS backups from €0.99 excl. VAT/month, and a first snapshot included to roll back after a failed deployment.

From order to live app

A Linux server ready for SSH, then your usual way of deploying: Compose, a panel or One Click Apps.

  1. 01

    Pick your VPS

    Choose the size and the system (Ubuntu, Debian, AlmaLinux or Rocky Linux), then add your public SSH key.

  2. 02

    The server is created

    It boots with your SSH key, a dedicated IPv4 address and an IPv6 /64 range. Attach it to a VPC if your database runs on another server.

  3. 03

    Deploy

    git clone then docker compose up, or Easypanel and Dokploy to deploy from Git with HTTPS. You stay in control of everything.

What you get to work with

A server with root access, and around it the tools to automate it, connect it to your other machines and roll back.

  • Public REST API

    List, create and control your servers from your scripts or your CI. API keys have scopes and an expiry date; project tokens stay limited to one project.

    Read the documentation
  • Docker and Compose

    As root, install Docker with the official script and run your docker compose stacks. Easypanel or Dokploy can also be installed at order time to deploy from Git.

    Read the documentation
  • One Click Apps

    Add Supabase, Appwrite, PocketBase or Meilisearch next to your app from the console, with HTTPS and daily backups of their volumes.

    Read the documentation
  • IPv6 /64 included

    Every VPS gets a dedicated IPv4 address and a full IPv6 /64 range at no extra cost. Reverse DNS is set from the console.

    Read the documentation
  • Private network (VPC)

    Your servers reach each other over private addresses, on the range you choose. Your database does not need to be exposed to the internet.

    Read the documentation
  • SSH keys, firewall and snapshots

    SSH key set at creation, VPS firewall in the console, and a snapshot before every risky deployment to roll back in minutes.

    Read the documentation

Your workflow, nothing in the way

The API is plain HTTP with a key, and the server runs your Compose files as they are.

List your servers with the APIterminal
curl https://api.onetsolutions.net/v1/organizations/$ORG_ID/projects/$PROJECT_ID/compute/instances \
  -H "Authorization: Bearer $ONETSOLUTIONS_API_KEY"
Start your stackcompose.yaml
services:
  web:
    build: .
    ports: ["80:3000"]
    depends_on: [db]
  db:
    image: postgres:18
    volumes: [db:/var/lib/postgresql/data]
volumes:
  db:

Our support covers the VPS: the server, its network, its storage and its availability. Your code, your containers and their updates remain your responsibility, with root access at all times.

What developers run on it

A complete Linux server: install whatever your project needs, with no limit on processes or languages.

  • APIs and back ends

    Your Node.js, Python or Go services behind a reverse proxy, with their HTTPS certificate.

    • Node.js
    • Python
    • Go
  • Docker Compose stacks

    App, database, cache and proxy in one file, restarted automatically with the server.

    • Docker
    • Traefik
    • Nginx
  • Databases

    A dedicated database on NVMe storage, reachable only from your VPC.

    • PostgreSQL
    • Redis
    • MongoDB
  • Continuous integration

    Runners that build, test and deploy your code on a server you own.

    • GitLab
    • GitHub Actions
    • Jenkins
  • Staging environments

    One server per branch or per client, created through the API and deleted when no longer needed.

    • k3s
    • Podman
    • Caddy
  • Observability

    Self-hosted metrics, dashboards and error tracking, next to your services.

    • Grafana
    • Prometheus
    • Sentry

Your code runs on the VPS, our console runs the server

Everything about the server happens in the console or through the API: status, rescue access, snapshots, network and billing.

  • Start, stop, reboot and reinstall
  • KVM console in the browser, even without network
  • Snapshots, backups, firewall and VPC
  • SSH keys, API keys, IP addresses and reverse DNS
console.onetsolutions.net/compute/instances/developpeurs-prod
OnetSolutions
Agence Horizon
Compute/Instances/web-prod-01
web-prod-01Running
GP-8 · Intel Xeon 2,60 GHz
RestartConsole
CPU34%
RAM5,2 / 8 Go
Network128 Mb/s
System
Ubuntu 26.04 LTS
IP address
51.210.24.8
Uptime
34 j
Size
4 vCPU · 8 Go
CPU activity (24h)34%
-24 h-12 hnow

Teams behind your server

Technicians who know your VPS, reachable around the clock.

4.5/5 on TrustpilotContact support

24/7 French-speaking support

Open a ticket from the console, day or night: a person answers.

Help center

Guides for VPS, SSH keys, VPC, firewall, snapshots and the API reference.

30-day money-back guarantee

Try your VPS: if it does not suit you, you get your money back.

MCP · Beta

Run your VPS with AI

Our MCP server connects Claude, Cursor or any Model Context Protocol client to your OnetSolutions account: ask about your servers and their status in plain language, without leaving your editor.

  • Read-only: the assistant looks, it changes nothing
  • Signs in with your OnetSolutions account
Set up the MCP server
  • Claude
  • Cursor
  • Any MCP client

Developer FAQ

What to know before you deploy, and right after.

Another question?

Our teams answer 24/7 by ticket from the console or through the contact form.

Contact support
Is Docker installed on the server?

Not by default: you start from a clean system. Install Docker and the Compose plugin with the official script, in one command, or pick Easypanel or Dokploy at order time: they install Docker and deploy your applications from Git.

What can the API do?

The REST API covers servers, their images, SSH keys, VPCs, volumes and tasks, within a given project. Create an API key in the console settings, limit its scopes and set an expiry date. The API reference is published in the help center.

Is there a CLI or a Terraform provider?

Not yet. Automation goes through the REST API, from curl, your scripts or your CI, with an API key.

How do I connect my app to its database without exposing it?

Create a VPC in the console, choose its private address range, then attach both servers. The database listens on its private address and needs no port open to the internet.

Is IPv6 included?

Yes. Every VPS has a dedicated IPv4 address and a full IPv6 /64 range at no extra cost. Reverse DNS for the addresses is set from the console.

Which size fits my stack?

Add up the memory of your services: an API and its database fit in 4 GB, a stack with cache, message queue and monitoring needs 8 GB or more. The High Performance range (AMD EPYC 9554, DDR5) suits builds and busy databases.

Is my data backed up?

Not automatically. Add the daily VPS backup option (from €0.99 excl. VAT/month), restorable from the console, and take a snapshot before every risky deployment. Snapshots are for rolling back; they do not replace a backup.

Who looks after the server once delivered?

Our support covers the VPS: the server, its network, its storage and its availability. The system, your code, your containers and their updates remain your responsibility; you keep root access at all times.

Deploy your app on a VPS in France

Pick your plan and your system: the server is created with your SSH key, ready for your first docker compose up.

HP-4Root, API, IPv6
from€6.39excl. VAT/month

€7.99with the annual commitment

  • 2 vCPU AMD EPYC 9554
  • 4 GB DDR5
  • 40 GB NVMe
  • 1 Gbps
Order HP-4
VPS for developers from €3.19 excl. VAT/month, hosted in France - OnetSolutions