OpenHosting v0.2.0
A major feature expansion over v0.1.0 — payments, provisioning, product resale, fraud prevention, affiliates, an OAuth provider, and a full documentation site.
💳 Payments — now 19 gateways
Added crypto, SEPA, merchant-of-record and regional processors:
Coinbase Commerce, NOWPayments, BTCPay Server, CoinGate (crypto), GoCardless (SEPA), Square, Authorize.net, Braintree (US cards), Lemon Squeezy (merchant of record), and Razorpay, Mercado Pago/PIX, Paystack, Flutterwave, Midtrans, Xendit (regional) — alongside the existing Stripe, PayPal, Mollie and bank transfer.
🖥️ Provisioning — now 27 server integrations
- Game panels: Pterodactyl, Pelican, WISP, TCAdmin2
- VPS/cloud: Proxmox VE, SolusVM, Convoy, VirtFusion, Virtualizor, Hetzner Cloud, DigitalOcean, Vultr, Linode
- Enterprise virt: OpenStack, OnApp, Virtuozzo, VMware vCloud Director
- Web panels: cPanel/WHM, DirectAdmin, Plesk, Enhance, HestiaCP, CyberPanel, CWP, InterWorx, ISPConfig, Webmin/Virtualmin
🌐 Product resale (new)
Sell more than servers: domain registrars (Enom, ResellerClub, Namecheap, OpenSRS, Openprovider), SSL certificates (GoGetSSL), software licenses (cPanel/LiteSpeed/Softaculous/CloudLinux/Imunify360), and Microsoft 365 / Google Workspace seat resale.
🛡️ Fraud prevention (new)
Order review queue, ban lists (email/domain/IP/country), disposable-email blocking, velocity limits, MaxMind minFraud + FraudLabs Pro risk scoring, email-verification gate, checkout captcha, and EU VAT (VIES) reverse charge.
🤝 Affiliate program (new)
Referral links, per-product or recurring commissions, payout threshold, and affiliate + admin dashboards.
🔐 Platform
- OAuth2 / SSO provider — sign users into other apps with their OpenHosting account
- 6 runtime-switchable themes
- English & Dutch UI with a language picker
- Announcements / news module
⬆️ Stack upgrade
Next.js 16 · React 19 · Prisma 7 · Tailwind 4 · Node 24 · PostgreSQL 18.
📚 Documentation
A comprehensive 35-page documentation site under docs/ — getting started, per-feature guides, every extension, the API, and operations.
Upgrading
Pull the new image/code and restart — migrations apply automatically on boot. See Updating. Back up your database first.
Getting started
```bash
git clone https://github.com/solomon2773/openhosting.git
cd openhosting && docker compose up -d --build
```