Overview
Krayin-Dashboard
Krayin-Dashboard
Krayin-Products
Krayin-Leads
Krayin-Mail
This is a repackaged open source software product wherein additional charges apply for professional support, enterprise security hardening, automated deployment configuration, performance optimization, and ongoing maintenance services provided by Acay Software LLC.
WHAT YOU ARE PAYING FOR
- Professional AMI configuration and optimization for AWS EC2
- Enterprise-grade security hardening with SSH and UFW firewall
- Automated first-boot initialization with unique credential generation
- Technical support for deployment and configuration questions
ABOUT KRAYIN CRM
Krayin CRM is a modern open-source customer relationship management platform built on Laravel and Vue.js, designed for businesses that need full control over their customer data without expensive SaaS subscriptions. It provides lead management, contact and organization tracking, opportunity pipelines, activity scheduling, quotation management, and workflow automation. Licensed under the MIT License, Krayin CRM can be freely used and customized for any commercial purpose.
TECHNICAL SPECIFICATIONS
- Krayin CRM (Latest Stable Release)
- Ubuntu 24.04 LTS
- Apache 2.4 with PHP 8.3 FPM and OPcache
- MySQL 8.0 with security hardening
- Node.js 20 LTS and Composer 2.x
- Certbot pre-installed for free SSL via Let's Encrypt
- UFW firewall pre-configured
AUTOMATED FIRST-BOOT DEPLOYMENT
Every instance launched from this AMI goes through a one-time automated initialization. A unique database user and password are generated, application credentials are configured, the admin account is created, and all login details are written to ~/credentials.txt. The system is fully operational within 2-3 minutes of launch.
GETTING STARTED
- Launch an EC2 instance from this AMI with an SSH key pair
- Open ports 22, 80, and 443 in your security group
- Wait 2-3 minutes for first-boot to complete
- SSH in and run: cat ~/credentials.txt
- Open http://YOUR_IP in your browser and sign in
RECOMMENDED INSTANCE TYPES
Development and small teams: t3.medium Growing organizations: t3.large or t3.xlarge Large deployments: t3.2xlarge or larger
PRODUCT LIMITATIONS
- Single-node deployment - HA and clustering not included
- HTTPS not pre-configured - SSL certificate must be installed post-launch
- SMTP not pre-configured - email must be configured in admin settings
- OS and application updates are the responsibility of the customer
- Elastic IP recommended for production use
SUPPORT
Contact: info@acaysoftwarellc.com Website: https://acaysoftwarellc.com
ABOUT ACAY SOFTWARE LLC
Acay Software LLC delivers production-grade cloud deployment solutions on AWS, specializing in hardened AMIs with enterprise security configurations, automated initialization systems, and professional support services.
KRAYIN CRM LICENSE
Krayin CRM is free and open-source software licensed under the MIT License. Charges on this listing apply exclusively to the professional AMI configuration, security hardening, automated deployment infrastructure, and support services provided by Acay Software LLC.
Highlights
- Production-ready Krayin CRM on Ubuntu 24.04 LTS - automated first-boot generates unique credentials per instance, configures the application URL, and creates the admin account with zero manual intervention.
- Enterprise security hardening included: key-only SSH access, root login disabled, UFW firewall pre-configured, MySQL localhost-only binding, and no shared default credentials across instances.
- Modern open-source CRM built on Laravel and Vue.js - full lead management, contact tracking, opportunity pipelines, and workflow automation under your control, pre-configured and ready within minutes of launch, supported by Acay Software LLC.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/month |
|---|---|---|
KrayinCRM License | Production-ready KrayinCRM AMI deployment with support by Acay Software LLC | $750.00 |
Vendor refund policy
This product is billed based on actual EC2 instance usage hours. You may terminate your instance at any time to stop all charges. No refunds are issued for partial usage periods already billed. For billing questions or disputes, contact info@acaysoftwarellc.com before opening a claim through AWS Marketplace.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
RELEASE: Krayin CRM on Ubuntu 24.04 LTS Release Date: May 2026 Prepared by: Acay Software LLC
INCLUDED SOFTWARE VERSIONS
- Krayin CRM (Latest Stable)
- Ubuntu 24.04.4 LTS
- PHP 8.3 with OPcache and required extensions
- MySQL 8.0
- Apache 2.4
- Node.js 20 LTS
- Composer 2.x
- Certbot pre-installed
- UFW firewall pre-configured
AUTOMATED FIRST-BOOT SYSTEM
Each new instance launch triggers a one-time initialization sequence:
- Waits for MySQL to become fully available before proceeding
- Retrieves instance metadata (ID and public IP) via IMDSv2
- Falls back to private IP if no public IP is assigned
- Creates a unique MySQL database user with a randomly generated password
- Updates application configuration with new database credentials
- Sets application URL to the instance public IP
- Creates a fresh admin account with unique email and password
- Clears and warms the application cache
- Writes all credentials to ~/credentials.txt with owner-only permissions
- Creates a lock file to prevent re-execution on subsequent reboots
SECURITY HARDENING APPLIED
- SSH PermitRootLogin: disabled
- SSH PasswordAuthentication: disabled
- MySQL root: auth_socket (no password)
- MySQL bind-address: 127.0.0.1
- Apache ServerTokens: Prod
- Apache ServerSignature: Off
- UFW: active, ports 22/80/443 only
- No hardcoded credentials in AMI
- No shared passwords across instances
- IMDSv2 enforced
KNOWN LIMITATIONS
- HTTPS not pre-configured - SSL certificate required after launch
- SMTP not pre-configured - email settings must be configured in Krayin Admin
- Single-node only - no built-in HA or clustering
- Elastic IP not included by default
OPEN SOURCE NOTICE
Krayin CRM is free and open-source software licensed under the MIT License. Source code is available at https://github.com/krayin/laravel-crm
SUPPORT
Email: info@acaysoftwarellc.com Website: https://acaysoftwarellc.com
Additional details
Usage instructions
CONNECTING TO YOUR INSTANCE
After launching, wait 2-3 minutes for first-boot to complete.
Connect via SSH: ssh -i your-key.pem ubuntu@YOUR_PUBLIC_IP
Retrieve your login credentials: cat ~/credentials.txt
The file contains your Krayin CRM admin email, password, and database details.
ACCESSING KRAYIN CRM
Open a browser and go to: http://YOUR_PUBLIC_IP/admin/login
Sign in with the email and password from credentials.txt. Change your administrator password immediately after first login.
SECURITY GROUP REQUIREMENTS
Open the following inbound ports:
- TCP 22 - SSH administration
- TCP 80 - Web access
- TCP 443 - HTTPS after SSL setup
Restrict port 22 to your own IP address for better security.
RECOMMENDED INSTANCE TYPES
Small team / development: t3.medium Growing organization: t3.large or t3.xlarge Large deployment: t3.2xlarge or larger
SSL AND DOMAIN CONFIGURATION
- Assign an Elastic IP to keep a stable address
- Point your domain DNS A record to the Elastic IP
- Run the following command on the instance: sudo certbot --apache -d yourdomain.com
- HTTPS will be fully configured with auto-renewal
CHECKING SERVICE STATUS
sudo systemctl status apache2 sudo systemctl status mysql sudo systemctl status php8.3-fpm
RESTARTING SERVICES
sudo systemctl restart apache2 sudo systemctl restart php8.3-fpm sudo systemctl restart mysql
VIEWING FIRST-BOOT LOG
sudo cat /var/log/krayin-first-boot.log
IMPORTANT NOTES
- credentials.txt is readable only by the ubuntu user (chmod 600)
- The first-boot script runs only once - rebooting will not regenerate credentials
- Each launched instance receives completely unique credentials
- Root SSH login is permanently disabled - always connect as ubuntu
- Password-based SSH is disabled - an EC2 key pair is always required
- For production use, an Elastic IP and SSL certificate are strongly recommended
Support
Vendor support
Technical support for this product is provided by Acay Software LLC.
Support contact: Email: info@acaysoftwarellc.com Website: https://acaysoftwarellc.com
Support scope includes: Instance launch and configuration guidance First-boot initialization troubleshooting Credentials retrieval assistance Krayin CRM web interface access issues Apache, PHP, and MySQL service diagnostics AWS security group and networking guidance SSL certificate installation walkthrough
Support scope does not include: Custom Krayin CRM module or plugin development Third-party integration debugging Data migration from external CRM platforms Business process or sales workflow consulting
Response times may vary based on request complexity and business hours.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.