Listing Thumbnail

    EspoCRM - Preconfigured Self-Hosted CRM

     Info
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for TurnKey integration, maintenance, and support. EspoCRM is a preconfigured open-source appliance with automated security updates and backup tools.

    Overview

    Open image

    This product has charges associated with it for TurnKey Linux integration, automated security updates, backup tooling, and bundled support.

    TurnKey EspoCRM helps save you time and money by providing a ready-to-run EspoCRM solution that is secure, supported and easy to maintain. The system auto-updates itself with security fixes and is built in a transparent 100% open source process free of hidden backdoors.

    EspoCRM is a mobile-friendly open source CRM application that allows you to see, enter and evaluate all your company relationships regardless of the type. It integrates with your calendar, email and social media to track leads, opportunities and accounts. People, companies, projects - all in an easy and intuitive interface.

    Highlights

    • Secure, supported and easy to maintain: auto-updated daily with latest security patches. Bundled support for no extra charge.
    • Free from hidden backdoors and vendor lock-in: transparent 100% opensource build of Debian GNU/Linux with no proprietary components or secret sauce.
    • Free 1-click backup, restore and migrate: bundled backup software saves changes to files, databases and package management to encrypted storage which servers can be automatically restored from.

    Details

    Delivery method

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

    Latest version

    Operating system
    Debian 13/Trixie

    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

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    EspoCRM - Preconfigured Self-Hosted CRM

     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. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    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 (86)

     Info
    Dimension
    Cost/hour
    t2.small
    Recommended
    $0.02
    t2.micro
    $0.02
    t3.micro
    $0.02
    c1.medium
    $0.02
    c3.2xlarge
    $0.02
    c3.4xlarge
    $0.02
    c3.8xlarge
    $0.02
    c3.large
    $0.02
    c3.xlarge
    $0.02
    c4.2xlarge
    $0.02

    AI Insights

     Info

    Dimensions summary

    You pay by the hour for the EC2 instance that runs this preconfigured CRM appliance. Each dimension maps to a specific EC2 instance type, so your rate depends on the size and family you pick. Smaller shared-CPU types like t3 and t1.micro suit light workloads. Compute-focused c-family, memory-focused r-family, storage-focused i7i, and general-purpose m-family types handle heavier needs. Larger sizes cost more per hour because they provide more CPU, memory, or storage. You start and stop instances as needed, and billing tracks actual running hours. The software itself is open source and preinstalled.

    Top-of-mind questions for buyers

    Each hourly unit is one running EC2 instance of the type you select. The rate covers the preconfigured appliance with the open source CRM, database, web admin tools, and email sending already installed. You also get bundled backup and support through the vendor's Hub. AWS charges for storage and data transfer apply separately.
    The software rate meters running hours only, so a stopped instance stops accruing software charges. Note that AWS may still bill for attached storage while the instance is stopped. Also, stopping and restarting can change the public IP unless you attach a static Elastic IP.
    You are not locked to one instance type. Since billing tracks the type currently running, you can stop the appliance and relaunch on a another type, then restore your data using the bundled backup and migration tool. Your hourly rate then follows the new instance type you pick.
    www.turnkeylinux.org+1
    Helpful?

    Vendor refund policy

    90 day money back guarantee if you are not fully satisfied.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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

    TurnKey EspoCRM 19.0 is based on Debian 13 (Trixie). See https://www.turnkeylinux.org/updates/espocrm  for appliance-specific release notes.

    Additional details

    Usage instructions

    System Initialization:

    After creating an EC2 instance with 1-Click, browse to http://<Public_DNS>/ for system initialization instructions.

    Alternatively, log in via SSH as user 'admin' to the running instance. Be sure to use the SSH keypair selected during launch.

    This inital step is required to set sensitive passwords & install security updates. You may also be asked to set a domain name for your server. If this is required, then it must be a valid domain name (i.e. have DNS configured).

    Accessing the software main web app

    http://<Public_DNS>/

    This may redirect to https and/or the domain set at initialisation.

    OS commands via SSH

    Log into the running instance via SSH as user 'admin', using the SSH keypair set at launch time. Use sudo to run commands requiring root access.

    Web based System Admin control panel

    https://<Public_DNS>:12321

    Remove scary browser warnings

    By default TurnKey AMIs ship with randomly generated self signed SSL/TLS certifcates. This will cause scary warning in your web browser When accessing https.

    To remove the browser warnings, you will need to get a SSL/TLS certificate signed by an authorized Certificate Authority (CA). The recommended way to do that is to get a free Let's Encrypt SSL certificate. TurnKey comes with a built in tool to do that within your instance:

    1. Ensure that you have your chosen domain DNS records configured and your domain resolves to your instance.

    2. Access your instance via SSH.

    3. Run 'sudo confconsole'.

    4. Select:

      Advanced >> Lets Encrypt >> Gen cert

    For more info see: https://www.turnkeylinux.org/docs/confconsole 

    More info

    For more info specific to this instance, visit the product homepage:

    https://www.turnkeylinux.org/espocrm 

    Support

    Vendor support

    E-mail support is provided through the TurnKey Hub at no additional cost. Once you sign up to the TurnKey Hub, your AWS marketplace subscription will be automatically identified. support@turnkeylinux.org 

    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.