English

Reseller program: launch your own hosting brand

Launch your own hosting brand without investing a thing: resell VPS, dedicated servers and web hosting under your own name, on Infrawire infrastructure, with progressive discounts up to 20%.

Two ways to launch your new business

For hosts and integrators

API & WHMCS module

€0 (Free!)

then partner discounts of up to −20% off list price

Plug our services in easily through our API or our WHMCS module, for a resale flow that never stops.

  • Provisioning on payment, suspension driven by your invoices
  • Official WHMCS module, or REST API for your own panel
  • API key, documentation and reseller pricing as soon as you are approved
See how to start

For referrers and creators

Affiliate program

10% to 20% commission

on the payments of the customers you bring in

Recommend our services and earn a commission on every customer you bring in, without writing a line of code.

  • No development, no service to run
  • Conversion tracking from your client area
  • Payouts by bank transfer, PayPal or Infrawire credit
Explore the affiliate program

Earn recurring revenue

Build sustainable margin on every service you resell, with discounts that grow as your sales volume increases.

What the customer pays

Your retail price

You set it, with no ceiling

What you pay

The Infrawire rate

Up to −20% off, based on your volume

What you keep

Your margin

Every month, for as long as the customer stays

Volume lowers the Infrawire rate: the same sale pays more as your base grows.

  • Free pricing

    Set your own public prices and keep the spread with the wholesale rate

  • Progressive discounts

    Unlock progressive discounts up to 20% based on your cumulative volume

  • Fully automated

    Automate provisioning, renewals and billing through our modules and API

How to get started

Launch your business in 4 steps

Subscribe to our wholesale partner program

01

Subscribe

Create your wholesale partner account and access reseller pricing from the client area.

02

Install

Deploy your own panel or install our official WHMCS module to connect Infrawire to your store.

03

Create your product

Configure your offers, resale prices and VPS, dedicated or web packs in minutes.

04

Get paid

Bill your customers, we handle the infrastructure. You keep the margin between your public price and the wholesale rate.

Progressive discounts

Discount tiers

The more you sell, the more your margin grows automatically.

Starter

5%

discount

From

€0

cumulative sales

Growth

10%

discount

From

€200

cumulative sales

Performance

15%

discount

From

€800

cumulative sales

EliteBest rate

20%

discount

From

€2,000

cumulative sales

Offer services in 52+ locations

Resell VPS, dedicated servers and web services from multiple regions to bring your clients closer to their audience worldwide.

No geographic limits

Sell anywhere in the world

Infrawire's global network runs on several partner datacenters: your customers order from any country, and everything is delivered automatically.

VPS servers

KVM machines with dedicated resources and full root access.

Windows RDP

Remote Windows desktops, ready to work the moment they land.

cPanel hosting

Shared web hosting with cPanel; accounts are created on order.

Coming soon

Dedicated servers

A whole machine reserved for a single one of your customers.

Automatic delivery

Every offer above is provisioned automatically: no ticket to open, on your side or ours.

Would you rather create your VPS from a panel than through the API? See the VPS reseller pack

From payment to live server, without you

Your customer orders on your site. The API takes the order, provisions the machine and sends the credentials back through a webhook. No ticket to open, no console to touch: the service is live before your customer has left the payment page.

  1. Your customer orders

    They pay on your site, under your brand, at your price.

  2. Your store calls the API

    POST /v1/services

    The WHMCS module — or your own code — forwards the order.

  3. Infrawire provisions

    Resource reserved, system installed, network and IP configured.

  4. Delivery webhook

    service.ready

    We send back the IP and credentials as soon as the service is live.

  5. The customer is served

    Credentials go out automatically, recurring billing follows.

  • Zero manual work, from the order to the handover of the credentials
  • Infrastructure, monitoring and maintenance operated by Infrawire
  • You keep your brand, your prices and the customer relationship

End-to-end automation

What you no longer do by hand

These run on their own, from your store or from your customers’ own account area. Nothing passes through you.

  • Creation on order

    The service is deployed as soon as the payment clears.

  • Suspension on overdue invoice

    Late invoice: the service is cut, then restored on payment.

  • Reinstall and reboot

    Your customers act from your panel, without opening a ticket.

  • Upgrade

    A plan change applies without recreating the service.

  • Termination

    The resource is released and billing stops.

  • Monitoring and usage

    Status, traffic and resources flow back into your panel.

Simple integration platform

Connect Infrawire to your e-commerce or billing stack in a few clicks.

WHMCSComing soon

WHMCS

Official Infrawire module to automate sales, provisioning and billing of your services.

  • Imports our VPS, dedicated and web hosting catalogue with your own margins
  • Provisioning fires when the payment clears, with nothing to do on your side
  • Reboot, reinstall and rDNS available from the WHMCS client area
  • Suspension, reactivation and termination driven by your invoice status
  • Reseller pricing kept in sync: your discount tier applies on its own

WooCommerce and OpenCart follow the same logic. Outside those platforms, the REST API exposes the exact same actions.

OpenCartComing soon

OpenCart

Dedicated extension to offer our hosting plans directly from your OpenCart store.

WooCommerceComing soon

WooCommerce

Integrate our cloud products into your WordPress site and manage orders from WooCommerce.

Infrawire API

One key and plain HTTP calls: order VPS, dedicated servers and web services from the code you already have.

Request API access
REST API

Infrawire API

One key and plain HTTP calls: order VPS, dedicated servers and web services from the code you already have.

Nothing to install. HTTP and JSON, a token in the header. It works from Python, PHP, Node or a plain curl.

It plugs into what you run. WHMCS, a homemade shop, your billing or your CRM: anything that can send a request can talk to Infrawire.

Nothing to redo by hand. Create, upgrade, suspend and cancel go through the same calls, from the first day of the service to the last.

Request API access

The service is created on your reseller account. Credentials then go out through a webhook.

~/billing/infrawireapi.infrawire.net/v1
import os
import requests

API = "https://api.infrawire.net/v1"
TOKEN = os.environ["INFRAWIRE_TOKEN"]

def create_service(product, region):
    r = requests.post(
        f"{API}/services",
        headers={"Authorization": f"Bearer {TOKEN}"},
        json={"product": product, "region": region},
    )
    r.raise_for_status()
    return r.json()

service = create_service("vps-4c-8g", "fr-par")
$ python service.py

{ "id": "svc_8f21c4d0", "status": "provisioning" }

service.ready → https://votre-panel.tld/hooks/infrawire

PythonLn 1, Col 1 · UTF-8 · LF

Run your whole reselling business from one panel

Prepaid credit, discounts, revenue, API calls: it all runs from your Infrawire console. Nothing to install, nothing to host.

Overview

Overview — Your reseller account on one screen

Partner application

Ready to start reselling?

Applications go through the Infrawire console. It takes a few minutes, and you keep control of your prices and your brand.

50+

hosting companies already partnered with us

52

locations open to resale

−20%

off public pricing

0

to invest upfront

How to apply

  1. 1

    Create your Infrawire account

    If you don't have one yet: it's the same account as for your own services.

  2. 2

    Open your reseller application

    From the console, tell us about your business and what you plan to resell.

  3. 3

    Get your rates and your access

    Our team reviews the application, switches on your discounts and opens the API.

Once your application is approved

  • Your reseller rates across the whole catalogue
  • Your API key and its documentation
  • The WHMCS module and the e-commerce connectors
  • Automatic delivery, with no ticket to open

Apply from the console

The form lives in the Infrawire console. No account yet? Create one first — the application follows right after.

Apply now (console.infrawire.net)

Not ready to resell? Discover the affiliate program

Frequently asked questions

What resellers ask before they start: upfront cost, margins, delivery and getting set up.

No. There is no hardware to buy and no minimum base to maintain: you pay for services as your customers order them, and you bill those customers at your own price.

Stay up to date with the latest offers, discounts and special promotions.

View promotions