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.
Is self-hosting right for you?
Same software, same 0% commission — the only difference is who runs the server.
- Want data on a server you control — no KYC gatekeeper
- Value pseudonymity — optional Tor / Lokinet overlay
- Are comfortable with a terminal — or have an AI assistant that is
- Want to be selling in 5 minutes with no server setup
- Don’t want to babysit Linux, certs, or updates
- Can migrate to self-host later — your data is portable
curl -sSL https://get.mobazha.org/install | bash Single binary, zero dependencies. Works on Linux (x86_64 & ARM64), macOS (Apple Silicon & Intel), and Windows.
Windows Desktop App
No command line needed. Download, extract, and your store opens automatically.
Download for Windows (.zip)| Platform | Install | Note |
|---|---|---|
| Linux x86_64 | curl -sSL https://get.mobazha.org/install | bash | Ubuntu, Debian, CentOS, etc. |
| Linux ARM64 | curl -sSL https://get.mobazha.org/install | bash | Raspberry Pi 4+, ARM VPS |
| macOS | curl -sSL https://get.mobazha.org/install | bash | Apple Silicon & Intel — includes desktop tray |
| Windows | Download .zip below | x86_64 — extract and double-click mobazha-tray.exe |
Using an AI coding assistant? Install Mobazha Skills and let your AI deploy the store for you.
What happens when you run the command
Install
A single binary is downloaded to your machine. No Docker, no runtime dependencies. With the Docker method, images are pulled and services start automatically.
Open /admin
Open your store URL in a browser. The Setup Wizard guides you through password, store name, and currency.
Start Selling
Add products, configure payments, and share your store link. You're live.
Advanced install options
Native binary
Start with a domain (auto-TLS via Let’s Encrypt):
mobazha start --domain shop.example.com Install as a system service (Linux systemd / macOS launchd):
sudo mobazha setup-service install Back up your store data:
mobazha backup -o ~/mobazha-backup.tar.gz Uninstall (removes binary & service, keeps data):
curl -sSL https://get.mobazha.org/install | bash -s -- --uninstall Add --purge to also remove data. Run --help for all options.
Docker
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 You can also enable or switch overlay networks later from Admin → System → Network without re-installing.
Where to run your store
Run locally on your Mac, Windows PC, or Raspberry Pi — or deploy to a cloud VPS. Any machine with 2+ CPU cores and 2 GB+ RAM works. Behind NAT? Your store stays reachable via the Mobazha network.
| 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?
Should I use the native binary or Docker?
Native binary (CLI) — single executable, no dependencies. Best for Linux servers, ARM devices (Raspberry Pi), and power users.
Docker — includes automatic updates via systemd timer. Best for Linux VPS if you already use Docker.
Do I need a public IP or domain name?
Can I run this at home instead of a VPS?
--overlay tor or --overlay lokinet for a direct address, or turn it on later from Admin → System → Network. How do backups work?
mobazha backup to create a compressed archive of your store data. For Docker, use standard tools (rsync, restic, etc.) to back up /opt/mobazha/data. Can I migrate to/from SaaS later?
Is this free?
Ready to own your store?
One command. Two minutes. Full independence.