Overview
Admin Panel
Admin Panel
Admin Products
Admin Extensions
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 ORHAKSS LLC.
WHAT YOU ARE PAYING FOR
- Professional AMI configuration and optimization
- Security hardening with SSH hardening and UFW firewall
- Automated first-boot deployment scripts
- Unique credential generation per instance
- Performance tuning for production workloads
- Technical support for deployment and configuration
ABOUT SHOPWARE
Shopware is a powerful open-source e-commerce platform trusted by leading brands worldwide including Porsche, Philips, and Bosch. Built on Symfony Framework and Vue.js, Shopware provides unlimited flexibility for B2B and B2C businesses with advanced product management, customer engagement tools, marketing automation, and seamless checkout processes. The software is free and open-source under the MIT license.
TECHNICAL SPECIFICATIONS
Complete production-ready stack:
- Shopware 6.7.8.2 Community Edition (Latest Stable)
- Ubuntu 24.04 LTS with 5 years security support
- Apache 2.4 with mod_rewrite and optimized configuration
- PHP 8.2 with OPcache and required extensions
- MySQL 8.0 with security hardening
- Node.js 20 LTS for asset management
- Composer 2.x for dependency management
- Certbot pre-installed for free SSL certificates
AUTOMATED DEPLOYMENT
Zero-configuration first boot setup:
- Unique database user and password generated per instance
- Unique administrator credentials created automatically
- Sales channel URL automatically updated with instance IP
- Application cache cleared and optimized on first launch
- System fully operational within 3-5 minutes of launch
ENTERPRISE SECURITY HARDENING
- UFW firewall pre-configured for ports 22, 80, and 443
- SSH root login disabled with key-only authentication
- MySQL access restricted to localhost only
- No hardcoded passwords or shared default credentials
- All credentials stored securely in ~/credentials.txt
GETTING STARTED
- Launch an EC2 instance from this AMI
- Allow ports 22, 80, and 443 in the security group
- Select an SSH key pair and launch
- Wait 3-5 minutes for first-boot to complete
- SSH in and run: cat ~/credentials.txt
- Access storefront: http://instance-ip
- Access admin panel: http://instance-ip/admin
RECOMMENDED INSTANCE TYPES
Development and Testing:
- t3.medium (2 vCPU, 4 GB RAM)
Small to Medium Stores:
- t3.large (2 vCPU, 8 GB RAM)
- t3.xlarge (4 vCPU, 16 GB RAM)
Large Stores:
- t3.2xlarge (8 vCPU, 32 GB RAM) or larger
Note: t3.large or larger is recommended for production use.
SSL CONFIGURATION
sudo certbot --apache -d yourdomain.com Certificate auto-renewal configured automatically.
SYSTEM REQUIREMENTS AND DEPENDENCIES
- Minimum instance type: t3.medium (2 vCPU, 4 GB RAM)
- Minimum storage: 25 GB EBS volume recommended
- An EC2 key pair is required for SSH access
- Ports 22, 80, and 443 must be open in the security group
- This product uses EC2 IMDSv2 during first-boot to retrieve instance information. No external packages are downloaded at launch. All software is pre-installed in the AMI.
PRODUCT LIMITATIONS
- Single-node deployment without high availability or auto scaling by default
- HTTPS not pre-configured. SSL certificate must be installed after launch
- SMTP not pre-configured. Email settings must be configured in Shopware Admin after launch
- This is Shopware Community Edition. Commercial features require a Shopware subscription
- OS and application updates are the responsibility of the customer after launch
- Static IP not included. An Elastic IP is recommended for production use
SUPPORT
Contact: info@orhakssllc.com Website: https://orhakssllc.com
ABOUT ORHAKSS LLC
ORHAKSS LLC specializes in cloud deployment solutions, delivering production-grade hardened AMIs with professional support and deployment automation services on AWS.
SHOPWARE LICENSE
Shopware Community Edition is licensed under the MIT License and is free and open-source software. AMI charges apply to the professional configuration, security hardening, automated deployment, and support services provided by ORHAKSS LLC.
Highlights
- Production-ready Shopware 6.7.8.2 on Ubuntu 24.04 LTS with automated first-boot setup, unique instance credentials, and preconfigured Apache/PHP/MySQL stack.
- Security-focused deployment with key-based SSH access, disabled root login, disabled password authentication, and no shared default customer credentials.
- Complete open-source e-commerce platform trusted by Porsche, Philips, and Bosch - automatically configured and ready in minutes with support from ORHAKSS 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 |
|---|---|---|
Shopware 6.7.8.2 | Production-ready Shopware AMI deployment with support by Orhakss | $800.00 |
Vendor refund policy
Charges are based on actual instance usage. You can terminate your EC2 instance at any time to stop incurring charges. No refunds are provided for partial usage periods. For billing inquiries or disputes, please contact us at info@orhakssllc.com before submitting a claim through AWS.
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: Shopware 6.7.8.2 Community Edition on Ubuntu 24.04 LTS Release Date: April 2026 Prepared by: ORHAKSS LLC
WHAT IS INCLUDED
- Shopware 6.7.8.2 Community Edition
- Ubuntu 24.04.4 LTS
- PHP 8.2 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 instance launch triggers a one-time initialization that:
- Waits for MySQL to become fully ready
- Retrieves instance metadata via IMDSv2
- Falls back to private IP if no public IP is assigned
- Creates a unique database user with randomly generated password
- Updates Shopware configuration with new database credentials
- Updates Sales Channel URL with instance public IP
- Clears and warms application cache
- Sets unique admin credentials
- Writes all credentials to ~/credentials.txt (chmod 600)
- Creates a lock file to prevent re-execution on reboot
SECURITY CONFIGURATION
- PermitRootLogin: disabled
- PasswordAuthentication: disabled
- MySQL root: auth_socket
- MySQL bind-address: 127.0.0.1
- Apache ServerTokens: Prod
- No hardcoded credentials in AMI
- No shared default passwords
KNOWN LIMITATIONS
- HTTPS not pre-configured. SSL certificate must be installed after launch
- SMTP not pre-configured. Manual configuration required in Shopware Admin
- No Elastic IP assigned by default
- This is Community Edition. Commercial Shopware features require a subscription
- Minimum recommended instance type for production is t3.large
OPEN SOURCE NOTICE
Shopware Community Edition is free and open-source software licensed under the MIT License.
SUPPORT
Email: info@orhakssllc.com Website: https://orhakssllc.com
Additional details
Usage instructions
CONNECTING TO YOUR INSTANCE
After launching, wait 3-5 minutes for first-boot initialization to complete.
Connect via SSH: ssh -i your-key.pem ubuntu@YOUR_PUBLIC_IP
Retrieve your credentials: cat ~/credentials.txt
This file contains your admin username, admin password, and database details.
ACCESSING SHOPWARE
Storefront: http://YOUR_PUBLIC_IP
Admin panel: http://YOUR_PUBLIC_IP/admin
Sign in with the username and password from credentials.txt. Change your administrator password immediately after first login.
SECURITY GROUP REQUIREMENTS
- Port 22 (TCP) - SSH access
- Port 80 (TCP) - Web access
- Port 443 (TCP) - HTTPS after SSL setup
For security, restrict port 22 to your own IP address after launch.
RECOMMENDED INSTANCE TYPES
Testing only: t3.medium Small stores: t3.large or t3.xlarge Large stores: t3.2xlarge or larger
SSL AND DOMAIN SETUP
- Point your domain DNS A record to your Elastic IP
- Run: sudo certbot --apache -d yourdomain.com
- HTTPS will be configured automatically
CHECKING SERVICE STATUS
sudo systemctl status apache2 sudo systemctl status mysql sudo systemctl status php8.2-fpm
RESTARTING SERVICES
sudo systemctl restart apache2 sudo systemctl restart php8.2-fpm sudo systemctl restart mysql
VIEWING FIRST-BOOT LOG
sudo cat /var/log/shopware-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 unique credentials
- Root SSH login is disabled. Always connect as the ubuntu user
- Password-based SSH authentication is disabled. Key pair is required
- Minimum recommended instance type for production is t3.large
Support
Vendor support
Technical support for this product is provided by ORHAKSS LLC.
Support contact: Email: info@orhakssllc.com Website: https://orhakssllc.com
Support scope includes: AMI launch and configuration guidance First-boot initialization assistance Credentials retrieval guidance Shopware admin panel access troubleshooting Apache, PHP, and MySQL service checks Deployment best-practice guidance for AWS
Support scope does not include: Custom Shopware plugin development Third-party integration debugging Business workflow customization Data migration services
Response times and support availability may vary depending 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.