FOSS Monero Point of Sale (POS) Android app. Subscribe to this F-Droid repository to get updates.
In F-Droid, go to Settings → Repositories → +, scan QR code or paste the URL below, refresh, verify the fingerprint, install app.
Fast, simple Monero payments. Supports quick amount entry and real-time payment status display.
The XMRpos client must connect to your own backend server. Follow these steps on a clean Ubuntu LTS VPS:
Run:
wget https://raw.githubusercontent.com/MoneroKon/XMRpos/refs/heads/main/install.sh -O install.sh && chmod +x install.sh
Execute:
sudo ./install.sh
This installs MoneroPay and XMRpos-backend, configuring Docker, environment files, secrets, health checks, and wallet setup.
Cleanup:
sudo ./install.sh clean
Removes containers, cloned repositories, and ~/wallets. Always back up your wallets before running clean.
For API usage details, see the XMRpos-backend README.