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
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.
Ubuntu26.04 · 24.04 · 22.04
Debian13 · 12 · 11
AlmaLinux10 · 9
Rocky Linux10 · 9
VPS delivered in 10 seconds
- HP-4Processor2 vCPUAMD EPYC 9554Memory4 GBDDR5Storage40 GB NVMeor 80 GB SSDNetwork1 GbpsChoose€6.39excl. VAT/month€7.99Save 19€/year
- HP-8Processor4 vCPUAMD EPYC 9554Memory8 GBDDR5Storage80 GB NVMeor 160 GB SSDNetwork1 GbpsChoose€12.79excl. VAT/month€15.99Save 38€/year
- HP-16Most popularProcessor8 vCPUAMD EPYC 9554Memory16 GBDDR5Storage160 GB NVMeor 320 GB SSDNetwork1 GbpsChoose€25.59excl. VAT/month€31.99Save 77€/year
- HP-32Processor16 vCPUAMD EPYC 9554Memory32 GBDDR5Storage320 GB NVMeor 640 GB SSDNetwork1 GbpsChoose€51.19excl. VAT/month€63.99Save 154€/year
- HP-64Processor32 vCPUAMD EPYC 9554Memory64 GBDDR5Storage640 GB NVMeor 1280 GB SSDNetwork1 GbpsChoose€102.39excl. VAT/month€127.99Save 307€/year
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
Up to 1 Gbps
OnetSolutions API
Backups and snapshots
From order to live app
A Linux server ready for SSH, then your usual way of deploying: Compose, a panel or One Click Apps.
- 01
Pick your VPS
Choose the size and the system (Ubuntu, Debian, AlmaLinux or Rocky Linux), then add your public SSH key.
- 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.
- 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.
- Read the documentation
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.
Your workflow, nothing in the way
The API is plain HTTP with a key, and the server runs your Compose files as they are.
curl https://api.onetsolutions.net/v1/organizations/$ORG_ID/projects/$PROJECT_ID/compute/instances \
-H "Authorization: Bearer $ONETSOLUTIONS_API_KEY"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
- System
- Ubuntu 26.04 LTS
- IP address
- 51.210.24.8
- Uptime
- 34 j
- Size
- 4 vCPU · 8 Go
Teams behind your server
Technicians who know your VPS, reachable around the clock.
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.
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
- Claude
- Cursor
- Any MCP client
What our customers say
Reviews left by our customers on Trustpilot.
Fully satisfied with this provider. Always responsive to requests, and the price is very fair.
Huge thanks! I've been an OnetSolutions customer since 2018: they are professionals who are passionate about hosting! My services run very well, and if I have a problem, I get an answer instantly, even at the weekend. In short, I recommend them and I'll stay with them.
A customer for 7 years. Responsive support when there's a problem, answering the same day.
30-day money-back guarantee
On your first order, ask support for a refund within 30 days if the service does not suit you. Options, licences and domain names are excluded.
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 supportIs 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.
- 30-day money-back guarantee
- Hosted in France
- 24/7 French-speaking support
€7.99with the annual commitment
- 2 vCPU AMD EPYC 9554
- 4 GB DDR5
- 40 GB NVMe
- 1 Gbps