Self-Hosted

Your Server.
Your Store.

Deploy a fully independent Mobazha store on any server with a single command. Cloud VPS or home server — no accounts, no platform dependencies. Your data never leaves your server.

$ curl -sSL https://get.mobazha.org/standalone | sudo bash

Works on Ubuntu 22.04+, Debian 12+. Installs Docker automatically if needed.

What happens when you run the command

1

Install

Docker is installed (if needed), images are pulled, and your store starts automatically.

2

Open /admin

Open your store URL in a browser. The Setup Wizard guides you through password, store name, and currency.

3

Start Selling

Add products, configure payments, and share your store link. You're live.

Advanced install options

Pre-configure a domain (auto-TLS via Let’s Encrypt):

curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com

Privacy mode with Tor:

curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay tor

Privacy mode with Lokinet:

curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay lokinet

Combine options:

curl ... | sudo bash -s -- --domain shop.example.com --overlay tor

You can also enable or switch overlay networks later from Admin → System → Network without re-installing.

Everything you need, on your own terms

Complete Data Sovereignty

Your store data stays on your server. No one else has access.

Zero Commission

Keep 100% of your revenue. No platform cut on any sale.

Built-in Buyer Protection

Smart-contract escrow on every crypto transaction. Trust from day one.

Crypto + Fiat Payments

Accept 6 blockchains natively, plus Stripe and PayPal.

Auto Updates

Docker-based with automatic image updates. Stay current effortlessly.

Encrypted Chat

Matrix-based end-to-end encrypted buyer-seller messaging.

Where to run your store

A cloud VPS is the easiest option — any provider with 2+ CPU cores and 2 GB+ RAM works. You can also run on a home server behind NAT — your store stays reachable via the Mobazha network, with optional Tor/Lokinet for a direct public address.

Provider Spec Price
Hetzner 2 vCPU / 4 GB / 40 GB SSD ~€4.5/mo
DigitalOcean 2 vCPU / 4 GB / 80 GB SSD ~$24/mo
Vultr 2 vCPU / 4 GB / 80 GB SSD ~$24/mo
Contabo 4 vCPU / 8 GB / 50 GB SSD ~€6/mo

Prices are approximate and may vary by region. We are not affiliated with any provider.

Frequently asked questions

What are the minimum server requirements?
2 CPU cores, 2 GB RAM, 20 GB SSD storage, running Ubuntu 22.04+ or Debian 12+. These specs work for both cloud VPS and home servers.
Do I need a public IP or domain name?
No. Your store automatically connects to the Mobazha network, so buyers can find you through the marketplace and Telegram. A domain is optional — you can add one later for a custom store URL.
Can I run this at home instead of a VPS?
Yes — just install and it works, even without a static IP. Buyers reach your store through the Mobazha marketplace. Want a shareable link too? Add --overlay tor or --overlay lokinet for a direct address, or turn it on later from Admin → System → Network.
How do backups work?
All store data lives in a single Docker volume. Use standard tools (rsync, restic, etc.) to back up /opt/mobazha/data.
Can I migrate to/from SaaS later?
Yes. Your store data is fully exportable. You can migrate between self-hosted and SaaS at any time.
Is this free?
The software is free during Beta. You only pay for your server. After Beta, self-hosted nodes will have the same zero-commission pricing — you only pay for optional premium features.

Ready to own your store?

One command. Two minutes. Full independence.