Choose one of two paths:
- Standard setup (full install + UI)
- Agent setup (single CLI flow for AI agents automation)
Agent One-Line Setup - Copy, paste, and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram_agents.sh)"π Standard One-Line Setup - Copy, paste, and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)"π‘ One-Line with Arguments - Add bash followed by options:
# Fresh installation (default)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)"
# Update existing installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --update
# Complete reset (removes all data)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --reset
# Testnet deployment
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --testnet
# Specific Docker image tag
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --tag=latest
# Help and usage
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --helpPayRam is a self-hosted cryptocurrency payment gateway that enables businesses to accept crypto payments directly - no middleman, no charge back, complete control. Perfect for e-commerce, APIs, subscriptions, and any business wanting to embrace the future of payments.
- ποΈ Universal OS Support: Ubuntu, Debian, CentOS, RHEL, Fedora, Arch Linux, Alpine, macOS
- π³ Docker-Based: Containerized deployment with automatic dependency management
- π Security First: Keys not stored on server for fund collection, AES-256 encryption, secure credential storage, SSL/TLS support
- π Let's Encrypt Integration: Automatic SSL certificate management
- π PostgreSQL Support: External database integration with connection validation
- π¨ Enhanced UX: Beautiful ASCII art banners and guided setup experience
- β‘ Quick Setup: Complete gateway deployment in minutes
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)"# Add 'bash' followed by arguments for advanced options
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --updatecurl -O https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh
chmod +x setup_payram.sh
sudo ./setup_payram.shgit clone https://github.com/PayRam/payram-scripts.git
cd payram-scripts
sudo ./setup_payram.sh# Fresh installation (default)
sudo ./setup_payram.sh
# Update existing installation
sudo ./setup_payram.sh --update
# Testnet deployment
sudo ./setup_payram.sh --testnet
# Specific Docker image tag
sudo ./setup_payram.sh --tag=latest
# Complete reset (removes all data)
sudo ./setup_payram.sh --reset
# Help and usage
sudo ./setup_payram.sh --help# Fresh installation (default)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)"
# Update existing installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --update
# Testnet deployment
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --testnet
# Specific Docker image tag
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --tag=latest
# Complete reset (removes all data)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --reset# Specify Docker image tag
PAYRAM_TAG=latest sudo ./setup_payram.sh
# Skip interactive prompts (use defaults)
PAYRAM_AUTO=true sudo ./setup_payram.sh- OS: Ubuntu 18.04+, Debian 9+, CentOS 7+, RHEL 7+, Fedora 30+, Arch Linux, Alpine Linux, macOS 10.14+
- RAM: 2GB minimum, 4GB recommended
- Storage: 5GB minimum, 10GB recommended
- Network: Internet connection for Docker images and dependencies
The script automatically installs:
- Docker & Docker Compose
- PostgreSQL client tools
- SSL certificate utilities
- Required system packages
-
External PostgreSQL (Recommended)
- Better performance and reliability
- Automatic connection testing
- Backup and scaling capabilities
-
Internal Database
- Quick setup for testing
- Single container deployment
-
Let's Encrypt (Recommended)
- Free SSL certificates
- Automatic renewal
- Domain validation
-
Custom Certificates
- Bring your own SSL certs
- Enterprise CA support
-
Skip SSL
- For development/testing
- Behind load balancer/proxy
- AES-256 Encryption: Hot wallet and sensitive data protection
- Secure Storage: Configuration files with restricted permissions (600)
- Privilege Separation: Root access only when necessary
- Database Security: Encrypted connection strings and .pgpass files
- SSL/TLS: HTTPS encryption with automatic certificate management
/home/$USER/.payraminfo/ # Configuration directory
βββ config.env # Main configuration file
βββ aes/ # AES encryption keys
βββ ssl/ # SSL certificates
/home/$USER/.payram-core/ # Application data
βββ data/ # Persistent application data
βββ logs/ # Application logs
One-Line Command Arguments: To pass arguments to the one-liner, add bash followed by options:
# Correct syntax for one-liner with arguments
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)" bash --reset
# Incorrect (won't work)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh) --reset"Permission Denied: Make sure to run with sudo
sudo ./setup_payram.shDocker Not Found: Script will install Docker automatically
# Manual Docker installation check
docker --versionPort Conflicts: Check if ports 80, 443, 8080, 8443 are available
sudo netstat -tlnp | grep ':80\|:443\|:8080\|:8443'SSL Certificate Issues: Verify domain DNS points to your server
dig +short yourdomain.com- Setup Log:
/tmp/payram-setup.log - Application Logs:
/home/$USER/.payram-core/logs/ - Docker Logs:
docker logs payram-core
For AI agents and automated workflows only. These scripts are currently in testing and are not intended for regular client use.
If you are an AI agent (or building agent-based integrations), the following scripts provide a headless CLI for PayRam operations:
| Script | Purpose |
|---|---|
setup_payram_agents.sh |
Single agent entrypoint for install and headless operations |
# 1. Start PayRam locally (one-step flow)
./setup_payram_agents.sh
# 2. Sign in or set up
./setup_payram_agents.sh setup # first time
./setup_payram_agents.sh signin # subsequent times
# 3. Create a payment link
./setup_payram_agents.sh create-payment-linkFor full agent documentation, see docs/PAYRAM_HEADLESS_AGENT.md.
- Fork the repository
- Create a feature branch
- Make your changes
- Test on multiple OS distributions
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub Issues: Report bugs and request features
- Documentation: Full setup guide
- Community: Discord server
PayRam - Empowering businesses with decentralized payment infrastructure. No middleman, no fees, complete control. ππ