Listing Thumbnail

    Open edX

     Info
    Sold by: Edly 
    Deployed on AWS
    Free Trial
    The open source, Docker-based Open edX distribution designed for peace of mind
    3.3

    Overview

    Play video

    Run the latest version of Open edX on your server, on your own terms. Tutor is the Open edX distribution designed for simplicity and ease of maintenance: we took the original, unmodified Open edX code and packaged it in a way that makes it extremely easy to install, customise and upgrade. With Tutor, all Open edX components are created in Docker containers: that means that Open edX becomes cleanly separated from the rest of the server. With Tutor, Open edX uses minimal server resource, is simple to understand and has low maintenance costs.

    Tutor is open source: you can study the code and run it on your own servers, for instance for local development: https://github.com/overhangio/tutor 

    After launching this image, you will have access to a web user interface on port 3737. Sign in with user "tutor" and password equal to the instance ID ("i-xxxxxxxxxxxxxxxxx"). The password can be changed by running:

    webui configure

    Then, you can configure and launch your Open edX platform with:

    local launch

    In the future, if you would like to run your own server and move your platform, you will just have to move the "/home/tutor/.local/share/tutor" folder to your new server.

    For more advanced features, please checkout the Tutor documentation: https://docs.tutor.edly.io 

    Highlights

    • Open source: you are free to read, modify and distribute the Tutor code
    • Simplicity: the CLI, accessible from a shell or a web user interface, is concise and clearly documented
    • Future-proof: don't be afraid to upgrade your Open edX platform whenever a new release comes out

    Details

    Sold by

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 26.04 LTS

    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

    Buyer guide

    Gain valuable insights from real users who purchased this product, powered by PeerSpot.
    Buyer guide

    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 30 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.
    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.

    Usage costs (37)

     Info
    Dimension
    Cost/hour
    t3a.large
    Recommended
    $0.07
    t3a.xlarge
    $0.07
    m5.2xlarge
    $0.07
    m4.16xlarge
    $0.07
    m4.2xlarge
    $0.07
    m3.2xlarge
    $0.07
    t3.large
    $0.07
    m3.xlarge
    $0.07
    t2.large
    $0.07
    m5.24xlarge
    $0.07

    Vendor refund policy

    No refunds

    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.

    Additional details

    Usage instructions

    Access the web user interface at http://yourinstanceaddress:3274 . Sign in with user "tutor" and password equal to the instance ID ("i-xxxxxxxxxxxxxxxxx"). All the "tutor" commands described in the official documentation (http://docs.tutor.edly.io/ ) can be run inside this web user interface. For example, configure and launch an Open edX instance from scratch with:

    local launch

    You will need to setup DNS entries that point to your EC2 instance: for instance, if you own the "myopenedx.com" domain name, both "myopenedx.com" and "*.myopenedx.com" should point to the newly-created instance. You can then set "myopenedx.com" and "studio.myopenedx.com" as the LMS and CMS domain names. In particular, this is required for HTTPS certificate generation.

    When the "local launch" command completes, after about 10 minutes, a full Open edX platform will be available at the url you configured. You will probably want to create a user with the right privileges to administer your Open edX platform. To do so, run:

    local do createuser --staff --superuser yourusername <your@email.com>

    Making changes to the configuration is very easy: just run "local launch" again. Subsequent runs will be much faster.

    To connect to your EC2 instance, you should SSH with user "ubuntu". Then, switch to the "tutor" user:

    ssh ubuntu@yourinstanceaddress sudo su tutor

    You are then able to run all "tutor" commands, as explained in the official Tutor documentation.

    Resources

    Support

    Vendor support

    Community support is available on the official Open edX community forums: https://discuss.openedx.org .

    Do you need professional assistance setting up or managing your Open edX platform? Edly provides online support as part of its Open edX installation service:

    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.

    Product comparison

     Info
    Updated weekly

    Accolades

     Info
    Top
    10
    In Education & Research, Content Management, Collaboration & Productivity
    Top
    10
    In eLearning
    Top
    10
    In Training, eLearning

    Customer reviews

     Info
    Sentiment is AI generated from actual customer reviews on AWS and G2
    Reviews
    Functionality
    Ease of use
    Customer service
    Cost effectiveness
    Positive reviews
    Mixed reviews
    Negative reviews

    Overview

     Info
    AI generated from product descriptions
    Container-Based Deployment
    All Open edX components are created in Docker containers, providing clean separation from the rest of the server infrastructure.
    Command-Line Interface
    CLI accessible from shell or web user interface on port 3737 for platform configuration and management.
    Open Source Codebase
    Unmodified Open edX code packaged and available as open source for study, modification, and distribution.
    Resource Efficiency
    Minimal server resource consumption with simplified architecture designed for low maintenance costs.
    Portable Configuration
    Platform configuration stored in a single folder structure that can be moved between servers for migration purposes.
    AI-Powered Content Personalization
    Scalable AI-powered platform to customize and adapt training to specific use-cases with relevant content recommendations across job functions and skill levels.
    Hands-On Practice and Real-Time Assessment
    Integrated hands-on practice exercises and assessments within every course enabling real-time skill measurement and expertise building.
    Skill Benchmarking Against Global Learner Base
    Ability to benchmark skill proficiency against a global learner population of 170 million learners worldwide.
    Industry-Aligned Learning Academies
    Job-aligned Academies in specialized domains such as GenAI and leadership that package curated content for scalable organizational rollout.
    Stackable Learning Paths with Recognized Credentials
    Stackable learning paths enabling employees to earn globally-recognized credentials from industry partners including AWS, Google, Duke, and Stanford.
    Generative AI Content Creation
    Generative AI capability using Retrieval Augmented Generation (RAG) technology to create learning content while maintaining data security and privacy controls.
    Multi-Audience Learning Management
    Support for delivering personalized learning experiences to multiple audience types including customers, partners, and employees from a single centralized platform with subgroup and individual learner personalization.
    Advanced Analytics and Learning Intelligence
    Deep-level metrics tracking and learning effectiveness analysis with capability to measure impact on business metrics including retention, revenue, product adoption, and NPS.
    Workflow Automation
    Automated execution of manual tasks including enrollments, tagging, content recommendations, translation, compliance tracking, data collection, and version control.
    Enterprise Integration Connectivity
    Native integrations with business tools including Microsoft Teams, Salesforce, Workday, and HubSpot to streamline workflows and data connectivity.

    Contract

     Info
    Standard contract
    No
    No

    Customer reviews

    Ratings and reviews

     Info
    3.3
    11 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    36%
    27%
    0%
    0%
    37%
    10 AWS reviews
    |
    1 external reviews
    External reviews are from PeerSpot .
    reviewer2873883

    Flexible e-learning has supported multi-campus growth but still needs more open themes and plugins

    Reviewed on Jul 26, 2026
    Review from a verified AWS customer

    What is our primary use case?

    I started using Edly three years ago for a project. I use Edly basically for my e-learning solution. I actually support some schools that have already deployed Edly. So basically, I make solutions for them, but I recommended Edly recently for them because of its flexibility in some scenarios. The only thing I think I would also add is just the integration recently with AI. I think it's actually a fantastic feature, especially the AI-powered chatbots and all the features that have been added recently. I think they are also fantastic in Edly.

    How has it helped my organization?

    I think recently they moved from one campus to several campuses. So they have a multi-tenant application deployed in several regions of their location. I think they scaled from before having 2,500 active users to now having up to 4,000 or 6,000 active users.

    What is most valuable?

    Basically, what we actually use Edly for is to explore some limitations in Moodle that Open edX actually solved for us. Because for you to have a custom dashboard in Moodle, it takes a lot of writing your custom plugin, but with Edly, you can have a dashboard that has all activities going on on your server, and everything is on a dashboard.

    In my experience, what I love mostly in Edly is the mobile friendliness of the interface. Because in Moodle, you need to use the open-source Moodle application if you want to have a mobile app, but I think the compatibility of Edly with mobile is actually fantastic.

    Because I'm actually a user of the application and also I'm still a builder, I fall into two cases. So I build, and I also have this experience of what I build. Basically, I love when something is actually scalable that you can put everything together as a single web application. So even having an Edly app, you don't need to push too much on developing a separate mobile application, which you can just use your web application and people can access it on any multi-devices with different views of the same application.

    Integration with other systems or tools is actually cool. You can integrate with an ERP. Maybe a school has an ERP, they can integrate it because in my deployment, they actually integrated with their existing Student Information System (SIS). So it's actually a cool integration, with no issues with them integrating directly to their existing ERP.

    I mentioned that one of the major reasons my clients moved to Edly was that they needed a comprehensive dashboard for their reports and analytics. So I think that was actually a fantastic feature for Edly over Moodle that they were using before. Because if you want to do the same thing on Moodle, you have to ensure you write your custom plugin itself. But I think there is actually a fantastic dashboard where you can see everything you want to see with a single click on your dashboard.

    What needs improvement?

    I think they should actually provide some more free versions of most of their themes. I think most of the things you have to use on Edly are all paid for you to have a good experience. I think they should work on making some open-source plugins or themes that people can also explore. Because Moodle itself is actually open-source, but if you want to go for the paid Moodle, you can still use the free one, but there are some restrictions in Edly that if they can just add some free themes, it will still make it not seem as though they are not selling, but it will attract more users to explore what they have as a solution.

    For how long have I used the solution?

    I started using Edly three years ago for a project.

    What do I think about the stability of the solution?

    Edly is very stable in my experience. If it's not stable, then I wouldn't recommend it.

    What do I think about the scalability of the solution?

    Edly's scalability is nice. I've mentioned several times in this conversation that Edly is scalable, provided you have a good infrastructure that could also scale too. So it's scalable.

    Performance and speed are actually very ambiguous decisions because you can't talk about an application without discussing your server. So if you are talking about maybe vertical scaling or horizontal scaling, the application is fine, but you also have to work on the infrastructure. So I can say Edly has been built to be scalable, where any application user or a dev ops should be able to scale an application. However, Edly has been designed and programmed well that it can scale itself even with the bare minimum server configuration, which is fantastic. Concurrency handling and everything is okay.

    How are customer service and support?

    I talked about community support before. I think they are not so active as other LMS. But I can say about support; I have not used their support, but I have not seen many active communities for Edly or maybe I'm actually missing out on something. But most likely, I don't really see their community active. But I know it exists because I provide full support for people that have specific use cases they want to scale or a bug they need to settle. So I can say I have not seen the community, although I know they exist.

    Which solution did I use previously and why did I switch?

    I mentioned I have cases where I moved a client from Moodle to Open edX when I needed a custom dashboard, which would take a lot of time to develop on Moodle. I also use Moodle and Blackboard and I have recommended Edly for a client recently.

    Which other solutions did I evaluate?

    Actually, I am someone who builds things from scratch, so I never explored anything else. What I looked for was just my normal open-source and because I am always engaged with open-source, I spent a lot of time on Moodle. But when I got stranded with some features that I had to start building from scratch, that is when I moved out of there to Open edX. So I flow between Open edX and Moodle at the moment, and I work both together. Recently, I have worked mostly on Edly more than Moodle.

    What other advice do I have?

    Edly's user management and access control features are very easy to use.

    For the chatbot, I have never explored it deeply, but I just saw the new features, and I'm thinking I would explore that recently, but I have not even gotten into the AI capability. But I think it's actually a very good feature, which I think I would explore. So I can't talk about governance or security for now on something I haven't tried to use.

    I advise others looking into using Edly to go ahead and try it because I can say I have already chosen to use Edly recently, which I know I have reason for. There's no way you can build a solution that you cannot easily customize, which is actually the powerful feature of Edly. Edly is actually highly customizable to your needs, to every user's need. So I think it's very fantastic to explore. I would advise anybody that wants to go fully into a learning management system to explore. I gave this review an overall rating of seven.

    Which deployment model are you using for this solution?

    Public Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    Dalvi Raghuram

    Continuous learning has boosted team confidence and improved critical project delivery

    Reviewed on Jul 18, 2026
    Review from a verified AWS customer

    What is our primary use case?

    Edly serves as a trusted learning solution for strategic growth in my organization. There were many areas that required training of the workforce, and Edly helped us significantly. The certificate programs boosted my team's confidence and acted as a testimonial for their skills. Employees could complete courses at their own speed and pace, saving them from extra pressure. The content is enriching.

    Edly also helps bridge the gap in certain topics that our business needs to provide to employees to stay up to date with the latest skills. It also helps with onboarding. When a person is lacking in a skill or knowledge, Edly is a resource to help them gain that knowledge.

    How has it helped my organization?

    Edly has positively impacted my organization by giving our employees confidence to perform well, especially when dealing with critical projects. Because they have the skills, they can tackle the projects very effectively. It serves as a one-stop shop for employees to complete professional learning. I encouraged employees to use the system to learn things that are of their particular interest, which increased our productivity. Edly is also a very helpful tool because it quickly decreases the learning curve of teams and individuals, resulting in faster improvements of team performance.

    A specific example showing how Edly improved productivity is that productivity has increased from 40 to 65 percent.

    What is most valuable?

    The best features Edly offers are helpful study materials, an intuitive user interface, and flexible e-learning from home.

    What I appreciate about the study materials is that the learning management system is valuable in understanding new skills. Many team members have stated that the wide variety of study materials and videos provided by the platform has been very helpful. The intuitive user interface is great and very easy to navigate, making it very easy for us to use even for non-technical and new users. This has made it easy for users to access training materials and progress at their own pace.

    Edly also features very well curated content, certification, time management, and cohort support for staff. Staff professional development is excellent. A specific team that benefited the most from Edly's certificate programs is the one focused on professional development for staff, which we use weekly in-house and within the community. It fills the need for individuals who would otherwise need to attend in-person events where they would have to leave campus. This also provides a large variety of options for everyone. Some of our leaders are able to fully participate as well.

    What needs improvement?

    Edly can be improved by addressing the limitation in integration with third-party platforms.

    I wish Edly could integrate with third-party platforms for language improvement, and there should be multiple languages available.

    What do I think about the stability of the solution?

    Edly is very stable.

    What do I think about the scalability of the solution?

    Edly is very scalable because it has been able to handle my organization's growth perfectly.

    How are customer service and support?

    The customer support has been very proactive and responsive. I am very happy with their service. They are quick to offer a solution to any problem and they are available 24/7.

    Which solution did I use previously and why did I switch?

    I previously used different solutions, which were Coursera and Graphy by Unacademy.

    How was the initial setup?

    It was very easy to deploy Edly in my environment.

    My experience with the configuration process was smooth and efficient.

    What was our ROI?

    I have seen a return on investment as it has upskilled the existing talent of my organization. It has helped reduce behavioral issues among employees. Edly is also a great tool because it is truly worth using, as Edly has some really great collaborators. Certification courses are worth the price because they help you with your work professionally, especially when dealing with complex projects.

    What's my experience with pricing, setup cost, and licensing?

    My experience with pricing, setup cost, and licensing is that it is cost-efficient.

    Which other solutions did I evaluate?

    Before choosing Edly, I evaluated other options, specifically Coursera and Graphy.

    I switched from Coursera and Graphy by Unacademy to Edly because, with the exception of graded assignments and certification, Edly has validated certified courses that are credible in the market. It also offers a free course audit option. The best reason to try Edly is probably their 14-day return policy. With all these beneficial points, Edly is acting as the ideal choice in the learning market at this moment.

    What other advice do I have?

    The advice I would give to others looking into using Edly is that it is really helpful for learning and growing your skills in both personal and professional aspects. It helped us learn all the business concepts that were required for our company. We chose certification after auditing a number of courses. It was definitely a terrific tool for professionals who are self-learning.

    I have additional thoughts about Edly as I love the certification courses and the variety of courses available. This makes it a very great choice for personal or professional growth and self-learning in the market. My overall rating for this product is a 10 out of 10.

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    Patel Dhulva

    Ongoing navigation issues have prompted restarts yet responsive support has boosted my certifications

    Reviewed on Jul 17, 2026
    Review from a verified AWS customer

    What is our primary use case?

    My main use case for Edly is that the support and IT team is very responsive and efficient. Edly team follows their work timelines very professionally, and they are very effective in managing our learning portal, addressing glitches promptly, and making timely changes according to our needs.

    What is most valuable?

    I find Edly's user-friendly interface to be one of the most valuable features because it is very easy to customize and navigate. I can navigate it very easily, and I love the ability to access high-quality content at no cost, which is a significant advantage allowing our new learners to enhance their skills conveniently.

    Edly has positively impacted my organization because it is a free and very informative platform that helps me learn about various topics at no cost. Since I am working on upskilling my technical skills, Edly has been very helpful, and I appreciate having access to courses from universities.

    What needs improvement?

    I sometimes find issues with even the finished modules in Edly where I cannot proceed to the next module and must restart the same modules. I feel there is a user interface error or bug in Edly, and I have to reload the page to access the next module, so this process flow error can be fixed.

    I also believe that adding more degrees will definitely help Edly in the long run.

    For how long have I used the solution?

    I have been using Edly for the past six and a half years.

    What do I think about the stability of the solution?

    Edly is stable.

    What do I think about the scalability of the solution?

    Edly is scalable because it has been able to handle my organization's growth.

    How are customer service and support?

    Edly's customer support is one of the major reasons why we switched from LinkedIn Learning to Edly. They are very responsive and proactive, and they are quick to offer us solutions and solve all the problems that we encounter. I would rate Edly's customer support a 10 out of 10.

    Which solution did I use previously and why did I switch?

    I previously used LinkedIn Learning. I decided to switch from LinkedIn Learning to Edly because LinkedIn Learning was a bit complex, while Edly is much more user-friendly. It is also very cost-efficient compared to LinkedIn Learning, and Edly's support is very responsive and proactive. If I ask them any question or if I have an issue, they respond instantly, while LinkedIn support takes some time to provide me with a solution or resolve my problem.

    How was the initial setup?

    It was easy to deploy Edly in my environment.

    What was our ROI?

    I have been able to increase my certification from 40 to 55% thanks to Edly. The variety of courses is great, and it also helped me complete my credits during learning through universities with top-notch learnings and modules.

    What's my experience with pricing, setup cost, and licensing?

    My experience with pricing, setup cost, and licensing for Edly is that it has a very cost-effective price plan.

    Which other solutions did I evaluate?

    I use Pluralsight as another tech product.

    What other advice do I have?

    At the end of the course in Edly, I am able to get the certificate conveniently. I am able to enroll in a course or have access to what I need to upskill or if I just want to learn something through Edly.

    Edly ties up with the world's best educational institutions and provides the best courses with reasonable time frames to finish the modules, which is something I appreciate most about Edly. I highly recommend this tool for anyone who wants to upskill and learn more, and it is also a very cost-effective tool, making it the best online portal so far.

    Apart from the video lectures, Edly also provides transcripts of all the lectures, which helps me download and refer to them again for my understanding. Edly courses are highly valuable and give good strength to my resume. I rate this review a 5 out of 5.

    Which deployment model are you using for this solution?

    Public Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    reviewer2871468

    -

    Reviewed on Jul 14, 2026
    Review from a verified AWS customer

    What is our primary use case?

    -

    How has it helped my organization?

    -

    What is most valuable?

    -

    What needs improvement?

    -

    For how long have I used the solution?

    -
    reviewer2870706

    In-class content delivery has become more efficient and supports structured course organization

    Reviewed on Jul 11, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Edly is as an educational platform and learning management system. My background was in computer-supported learning, and I was exploring different tools. I had used Open edX in the past for MOOC courses and posting MOOC courses, and I was also working on extending that platform.

    My experience with Edly so far was mainly based on research that I did at my previous role.

    What is most valuable?

    In my opinion, the best features Edly offers are difficult to specify, but it is very convenient for in-class learning.

    The convenience of Edly for in-class learning is probably related to site administration and how it organizes the content.

    Edy made content delivery more efficient than other tools that I was using previously. It was simple enough to use, but I could not make a significant difference in terms of efficiency compared to other platforms such as Blackboard or Moodle. I cannot speak extensively about how Edly has positively impacted my organization since it was a research project that I conducted a few years ago and was intended only to support specific content delivery.

    What needs improvement?

    Based on my experience, Edly could be improved by the introduction of AI features. I think it could have more AI features support. I did not recently check other educational platforms, so I do not know what the current trend is, but I am assuming that could be a direction to develop further.

    Adding more AI features is my main suggestion for improvements.

    Regarding Edly's AI capabilities, I think its accuracy and reliability of output might be tricky sometimes due to hallucinations. It could be unreliable in certain situations, so it should be considered very carefully and only in specific areas where reliability is not critical.

    For how long have I used the solution?

    I have not been using Edly much; I have been using it several times.

    What other advice do I have?

    The advice I would give to others looking into using Edly is that it is really important for everyone to do research before making decisions. Compare features side by side between all the platforms, consider cost and benefits, and then make the final decision. I would rate this review an eight overall.

    View all reviews