Listing Thumbnail

    Fully Managed, Secured, and Optimized Huly

     Info
    Deployed on AWS
    AWS Free Tier
    A fully integrated, self-hosted collaboration platform with automated deployment, SSL security, real-time collaboration, video conferencing, and email integration. Production-ready Huly instance with one-click setup and enterprise-grade features.

    Overview

    This AMI deploys Huly using Docker Compose with automated configuration for a secure and seamless collaboration platform setup. Designed for production environments, it includes: Automatic Huly multi-container deployment using Docker Compose with MongoDB, Elasticsearch, MinIO, LiveKit, and microservices First-time guided configuration for custom domain, DNS validation, and SSL setup via Certbot Auto-generated strong admin credentials and unique security secrets stored securely in .env Pre-configured Huly workspace with project management, real-time document collaboration, and video conferencing SMTP email integration with OTP-based authentication for secure user login Real-time WebSocket support for live document editing and collaboration Integrated LiveKit server for audio/video conferencing Persistent data volumes to ensure database, file storage, and search index durability Apache reverse proxy with WebSocket tunneling for HTTPS-secured access Built-in failsafe installer with automatic retry logic that ensures setup completion successfully

    Highlights

    • Complete Collaboration Suite: Project management, real-time document editing, video conferencing & email in one platform
    • Automated SSL & Security: Failsafe installer with Let's Encrypt SSL, unique security secrets, and OTP authentication
    • 100% Self-Hosted & Private: Full data ownership with MongoDB, Elasticsearch, MinIO storage - no external dependencies

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Fully Managed, Secured, and Optimized Huly

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (716)

     Info
    • ...
    Dimension
    Cost/hour
    t3.large
    Recommended
    $0.05
    t3.micro
    $0.05
    m7a.32xlarge
    $0.05
    g3.8xlarge
    $0.05
    g4ad.4xlarge
    $0.05
    c5d.2xlarge
    $0.05
    x1e.8xlarge
    $0.05
    r6a.16xlarge
    $0.05
    m6a.xlarge
    $0.05
    c8i-flex.2xlarge
    $0.05

    Vendor refund policy

    For any questions or concerns, please contact: Perimattic.com Email: aws-support@perimattic.com 

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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
    1. Added automated first-boot provisioning using failsafe.sh to ensure successful installation and deployment.
    2. Implemented secure Huly workspace setup with auto-generated unique security secrets for all services stored in .env
    3. Added mandatory domain validation with DNS verification and HTTPS configuration for secure remote access.
    4. Fully automated SSL certificate issuing using Certbot with Let's Encrypt + Apache integration and auto-renewal.
    5. Enabled real-time collaboration with WebSocket tunneling through Apache reverse proxy for live document editing.
    6. Integrated LiveKit video conferencing server with WebRTC support for audio/video meetings within the platform.
    7. Provided Docker Compose-based deployment with 15+ microservices including MongoDB, Elasticsearch, MinIO, and Huly services for consistent, reproducible runtime environments.
    8. Configured persistent data volumes for MongoDB databases, Elasticsearch indices, MinIO object storage, and LiveKit recordings to ensure data durability.
    9. Implemented SMTP email integration with OTP authentication for secure user login and automatic whitespace removal for app password compatibility.
    10. Integrated self-healing setup with automatic retry logic and health checks that guarantees successful provisioning even on transient failures.

    Additional details

    Usage instructions

    1. Launch an Instance

    From AWS Marketplace, click Continue to Subscribe, then Continue to Configuration, and launch the AMI.

    1. Choose the Recommended Instance Type

    Select t3.large or higher for optimal Huly deployment. Huly runs 15+ microservices (MongoDB, Elasticsearch, MinIO, LiveKit) - larger instance types improve real-time collaboration, document editing, and video conferencing performance. Minimum: 2 vCPU, 8 GB RAM, 50 GB storage.

    1. Configure Security Group

    Allow inbound traffic on the following ports:

    • 22 (SSH) - For secure terminal access
    • 80 (HTTP) - Required temporarily for SSL validation
    • 443 (HTTPS) - Secure access to Huly workspace in browser
    • 50100-50200 (UDP) - Required for LiveKit video/audio conferencing
    1. Connect to the Instance

    Use SSH to connect: ssh -i <your-key.pem> ubuntu@<public-ip>

    1. First-Boot Setup (Guided)

    On first login, an interactive guided setup will automatically start:

    • Detects public IP
    • Prompts for domain name mapping to Huly
    • Validates DNS A-record propagation
    • Asks for admin email for SSL certificate, SMTP source, and admin login
    • Prompts for SMTP credentials (Gmail, Outlook, or any SMTP provider)
    • Generates unique security secrets for all services
    • Stores credentials securely in /opt/app/.env
    • Creates Apache reverse proxy with WebSocket support
    • Requests & installs a free Let's Encrypt SSL certificate
    • Deploys Huly using Docker Compose with 15+ microservices
    • Creates admin account via API
    • Displays access URL & login instructions after completion
    1. DNS Configuration Required

    Before (or during) setup, add this DNS A-record: yourdomain.com A <your-instance-public-IP> Setup continues only when major resolvers confirm valid mapping.

    1. SMTP Configuration Required

    CRITICAL: Huly requires SMTP for OTP-based login. During setup, provide:

    • SMTP_HOST (e.g., smtp.gmail.com)
    • SMTP_PORT (usually 587)
    • SMTP_USERNAME (your email)
    • SMTP_PASSWORD (App Password)

    For Gmail: Get App Password from myaccount.google.com/apppasswords For Outlook: Use smtp.office365.com with app password

    Without SMTP, users cannot login (OTP codes won't be delivered).

    1. Automatic SSL Setup

    After DNS validation:

    • Enables HTTPS access to Huly workspace
    • Auto-installs a valid TLS certificate with auto-renewal
    • Redirects HTTP to HTTPS for security
    • Enables WebSocket tunneling for real-time collaboration
    1. Start / Restart Huly Manually (if needed)

    cd /opt/app docker-compose ps docker-compose logs -f docker-compose restart

    Persistent volumes preserve databases, files, and search indices across restarts.

    1. Access the Huly Workspace

    Open your browser and visit: https://<your-domain>

    Login using OTP Authentication:

    1. Enter your admin email
    2. Check email for OTP code
    3. Enter OTP to access

    Credentials are printed after setup and saved in: /opt/app/.env

    Admin login: Email: <your-admin-email> Password: <generated-password> (for API access)

    1. Retrieve Credentials Anytime

    cat /opt/app/.env

    View domain, admin email, admin password, SMTP settings, and all auto-generated security secrets.

    Thank you for subscribing. Your instance is ready to go!

    Need Support or Customization? Whether you're facing setup issues or need custom features, Perimattic's expert team is here to help:

    Email us: aws@perimattic.com  WhatsApp: +91-92142 66896 Learn more: <www.perimattic.com >

    We offer: Free setup assistance Custom development & integrations Infrastructure consulting Automation & AI solutions With 13+ years of experience serving global clients, we ensure your deployment runs smoothly and scales with your needs.

    Let's build something great together!

    Support

    Vendor support

    For any assistance or inquiries, our dedicated support team is here to help 24/7. Feel free to reach out to us anytime. Email: aws-support@perimattic.com  We are committed to providing timely and effective solutions to meet your needs.

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.