Expires: Use code GET10 for 10% off any Linux VPS plan, recurring on every renewal.

White-label · Volume-tier pricing · Pay in crypto

Sell Linux VPS under your own brand

Provision and manage high-performance NVMe cloud VPS from one REST API. You get wholesale rates with recurring volume discounts, your customers manage their servers in a neutral white-label panel, and you keep the margin. Drive it from your own code, WHMCS or Blesta.

Prepaid credit, no contract. Provision your first VPS in minutes and cancel whenever.

6 plans2–32 GB RAM
up to 30%Volume discount
REST + WHMCSFull automation
White-labelYour brand only
What you get

One API for the whole VPS lifecycle

Create, rebuild, suspend, resize IPs and hand your customer a console — every step is a single call. No hypervisors to run, no datacenter to manage.

Full REST API

Create and manage Linux VPS with clean JSON endpoints. HMAC-signed requests, idempotency keys, predictable responses and real error messages.

Volume-tier wholesale

Start at 15% off retail and drop to 20% then 30% as your fleet grows. The discount is recurring — it applies to every renewal, not just new orders.

NVMe KVM performance

Six plans from 2 GB to 32 GB RAM, up to 10 vCPU and 200 GB NVMe, all with full root, IPv4 + IPv6 and unmetered traffic.

White-label SSO panel

Your customers manage their VPS — boot, reboot, reinstall, VNC console — through a one-time SSO link into a neutral panel. They never see who is behind it.

Automatic welcome email

When a VPS is built, the panel emails your customer their login and server details (IP + root password) automatically. Just pass their email on the order.

Extra IPv4 on demand

Add up to 8 additional IPv4 addresses per server at a flat monthly rate. Order them with the VPS or leave them off — your call.

WHMCS module

Drop-in provisioning module: pick the plan, OS and extra IPs, and WHMCS creates, suspends, unsuspends and terminates servers for you, with a Manage-in-panel button.

Multi-currency & crypto

Bill in EUR or USD and top up with Bitcoin, Monero, USDT, cards or PayPal. Every provision and renewal draws from your prepaid credit.

Client dashboard

Generate and rotate API keys, see your live tier, servers, plans and pricing, and top up — all from your OceanicHost account.

Plans & pricing

Six Linux VPS plans, one wholesale rate card

Retail is the reference price; you pay wholesale — retail minus your volume discount — on every new server and every renewal.

PlanvCPURAMNVMeTrafficRetail /moYou pay (15%)
Linux VPS V112 GB25 GBUnmetered€8.50 / $9.99€7.23 / $8.49
Linux VPS V224 GB40 GBUnmetered€15.50 / $16.99€13.18 / $14.44
Linux VPS V348 GB80 GBUnmetered€27.50 / $29.99€23.38 / $25.49
Linux VPS V4616 GB120 GBUnmetered€35.50 / $38.99€30.18 / $33.14
Linux VPS V5824 GB160 GBUnmetered€44.50 / $47.99€37.83 / $40.79
Linux VPS V61032 GB200 GBUnmetered€59.50 / $63.99€50.58 / $54.39
1–25 servers 15% off26–50 servers 20% off51+ servers 30% offExtra IPv4 €2.50 / $2.95 each
Getting started

Live in four steps

Most resellers spin up their first VPS within the hour.

Order the plan

Grab the VPS Reseller API package from the client area. Activation is instant.

Generate a key

Open the dashboard, generate your API key + secret, and top up your balance in crypto.

Connect it

Point WHMCS, Blesta or your own code at the API. Import the WHMCS module or follow the PDF guide.

Start selling

Create VPS for your customers at wholesale, set retail prices, and keep the margin.

Built for developers

Provision a VPS in one request

Sign the request with your API key + HMAC secret, post the plan, OS and hostname, and the cost comes off your balance. The same pattern covers rebuild, suspend, terminate and one-time console links.

/v1/products/v1/os/v1/servers/v1/servers/{id}/suspend/unsuspend/actions/console/v1/account
create-server.sh
# create + build a VPS, billed to your credit
curl -X POST https://api.offsh.nl/v1/servers \
  -H "X-Api-Key: $KEY" \
  -H "X-Timestamp: $TS" \
  -H "X-Signature: $SIG" \
  -d '{"package_id":1,"os_id":14,"hostname":"web1.customer.com","client_ref":"42","email":"[email protected]","extra_ips":1}'

# -> 201 {"server":{"id":123,"status":"provisioning","charged":9.73,"currency":"EUR"}}
Docs and tools

Everything to get integrated

Grab the full guide, drop in the WHMCS module, or jump straight into your dashboard.

API guide (PDF)

The complete reseller handbook: HMAC signing, every endpoint with examples, full plan & price tables, extra IPs, the white-label flow and WHMCS setup.

Download the guide

WHMCS module

Official provisioning module for WHMCS. Upload it, paste your API key + secret, pick the plan, OS and extra IPs, and WHMCS handles the rest.

Download WHMCS module

Client dashboard

Order the plan, generate keys, top up in crypto and track your servers, tier and pricing. Blesta and custom apps wire up the same way.

Get API access
Why OceanicHost

Your own VPS business, without the hardware

OceanicHost runs the hypervisors, network and IP space so you don’t have to. You get direct wholesale access to a fast NVMe KVM cloud with full automation, and your customers only ever see your brand.

There is no contract and no minimum. Fund your balance when you want, provision when you want, and stop when you want. Because everything runs through the API, you can plug VPS into an existing hosting brand or launch a standalone cloud on top of it.

We do not ask for ID, and we do not hand your data to third parties. Pay in crypto and stay private from signup to renewal.

Automate everything

Every step is an API call, from create to console.

Keep the margin

Wholesale in, your retail price out. The spread is yours.

Stay anonymous

No KYC, no documents, no data sharing.

Launch fast

Order, generate a key, integrate. Minutes, not weeks.

The honest comparison

Reseller API vs building it yourself

What it takes to sell cloud VPS through us versus buying hardware and running your own hypervisors.

What mattersOceanicHost VPS Reseller APIGoing it alone
Hardware & datacenterYes none needed, resell todayNo servers, racks, IP transit
Virtualisation stackYes managed KVM cloud + panelNo build & maintain it yourself
PricingYes wholesale + volume tiershigh fixed capex
KYC / IDYes never requiredoften required
Crypto fundingYes BTC, XMR, USDT and morerarely supported
White-label managementYes SSO panel, your brandbuild a control panel
Billing integrationYes WHMCS, Blesta, custombuild it yourself
Time to launchYes minutesweeks to months
FAQ

Questions resellers ask

What exactly is the VPS Reseller API?+
A REST API plus a client dashboard that let you create and manage Linux VPS at wholesale prices. You resell under your own brand and keep whatever margin you set, and your customers manage their servers in a neutral white-label panel.
How do I get my API key?+
Order the VPS Reseller API plan from the client area. Once it is active, open the dashboard and generate your API key + HMAC secret. The full guide is linked in the downloads section above.
Does it work with WHMCS and Blesta?+
Yes. There is an official WHMCS provisioning module you can download above. Blesta and custom apps talk to the same REST endpoints, so anything that can make a signed HTTP request can drive it.
How does billing and the volume discount work?+
You keep a prepaid balance in EUR or USD. Every new server and monthly renewal is charged at your tiered wholesale rate — 15% off retail to start, 20% past 25 live servers, 30% past 50. If the balance runs low the server is suspended after a short grace period and auto-restored when you top up.
Can I add extra IPs and choose the OS?+
Yes. Pick any Linux template (Ubuntu, Debian, Rocky, Alma, and more) at create time, and add up to 8 extra IPv4 addresses per server at a flat monthly rate. Your customer can reinstall to a different OS anytime in the panel.
How do my customers manage their VPS?+
On creation the panel emails them their login and server details automatically. They manage the VPS (boot, reboot, reinstall, VNC console) via a one-time SSO link into the white-label panel — no separate login for you to hand out, and our name never appears.
Is it really no-KYC and private?+
Yes. We do not ask for ID to become a reseller and we do not share your data. Fund with crypto and the whole flow stays private.
Which currencies can I use?+
Your account runs in EUR or USD and the API prices and charges in that currency. You can hold both balances and top up in the one you plan to spend.
Wholesale · Full API · White-label

Start reselling Linux VPS today

Get your API key, top up in crypto, and provision your first VPS in minutes. No contract, cancel whenever.

LATEST BLOG ARTICLES

Need Support?

Offshore Hosting & Anonymous Domains

Payment Methods:

PayPal Payment
Bitcoin Payment
Cryptocurrencies Payment
Paysafecard Payment
Revolut Payment
Credit Card Visa Payment
Credit Card American Express Payment
Credit Card Mastercard Payment
Credit Card Diners Payment
Credit Card Discover Payment
WebMoney Payment
Skrill Payment
Bank Wire Transfer Payment
Apple Pay
Google Pay
iDEAL Payment
GiroPay Payment
Sofort Payment
EPS Payment
Przelewy24
Bancontact
China UnionPay
WeChat Pay