One-click Install
The recommended production path is the non-Docker installer:
bash
curl -fsSL https://raw.githubusercontent.com/VipMaxxxx/payincus/main/scripts/install-panel.sh -o install-panel.sh
sudo bash install-panel.shUpgrade:
bash
sudo bash install-panel.sh --upgradeUninstall:
bash
sudo bash install-panel.sh --uninstallWhat the Installer Handles
- Installs Node.js, pnpm, PostgreSQL, Redis, Nginx and systemd services.
- Creates the production
.env. - Runs Prisma migrations.
- Installs backend dependencies and starts the backend service.
- Configures split Nginx frontend hosts.
Required Domains
- User portal domain, for example
pay.payincus.com. - Admin console domain, for example
admin.payincus.com.
The two domains must be separate.
