Skip to content

Start here (for beginners)

This page explains ExchangePro in simple terms before you touch any technical steps.

What did you buy?

ExchangePro is software to run a currency exchange website. Your customers can see rates, start an exchange, upload payment proof, and track status. You manage everything from an admin panel.

Two parts - why?

PartFolderThink of it as…
Backendbackend/The engine - saves users, exchanges, settings, sends email
Frontendfrontend/The face - pages visitors see and click

Both must be installed and connected. The frontend talks to the backend over the internet (API).

Is there a one-click installer?

No. There is no web wizard inside the product. You install the Laravel backend and Nuxt frontend manually using our step-by-step documentation (including cron and optional queue on production).

See Installation overview or the package file INSTALL.md at the ZIP root.

Can I install this myself?

Honest answer

If you have only used WordPress before, you will likely want a developer or your hosting provider's help. If you are comfortable with cPanel, databases, and uploading files, you can follow our guides.

Choose your path

You are…What to do
Non-technicalHire a developer; give them this documentation and INSTALL.md
Familiar with hostingFollow Full install checklist
DeveloperBackend → Database → Frontend → Deployment

Critical first step - admin account

The first person who registers at /signup becomes administrator when no admin exists yet.

  1. Install both apps (or run locally).
  2. Open /signup and register yourself before the site is public.
  3. Sign in - you land in /admin.

See First admin account.

Where to go next

  1. Requirements - PHP, Node, database versions
  2. Installation overview - order of steps
  3. Configuration - .env variables
  4. Customization - branding without code
  5. Support - how to contact Xorin Lab

Live demo & docs

  • Live demo: exchangepro.xorinlab.com — preview logins are in DEMO_CREDENTIALS.txt at the ZIP root (not created on your own install)
  • Offline docs: open doc/index.html from the ZIP (no internet required)
  • Support: support@xorinlab.com

Need help? support@xorinlab.com · Website: xorinlab.com