Hosting an app in Mendix free version

0
Can I host a simple test application as a free mendix user without any license. I read through a lot of documentation about hosting but I am not clear on the fact if all the suggested ways of hosting need a mendix license. -Do I need a license to host on cloud services like azure/AWS -Do I need a license to host locally in my office server. Are there any constrains to the hosted app if hosting is possible without license. Thanks in advance!
asked
2 answers
2

Hi Vignesh,

 

Thanks for asking your question on the forum. As you already found the documentation, I will try to answer your question as brief as possible so you know what you're up to.

 

- Yes, you do need a license if you want to host a Mendix app on cloud services. If you don't have a license, it will behave comparable to your local environment. The app will shut down after a few hours.

- Yes, you do need a license if you want to host the app on your office server. This counts as on-premises. From the top of my mind, this is the same license.

 

Hopefully, this answers your question. If so, it would be great if you can mark the question as answered. If not, I am sure that a Mendix CSM can help you out with your specific request.

answered
2

Hi,

Free application :

You can deploy your Mendix application without any license.  But a free application has a number of limitations compared to a licensed app. You can check this for more details :

https://docs.mendix.com/developerportal/deploy/mendix-cloud-deploy/#free-app


Licensed Application :

  1. Your application must be linked to a licensed cloud node
  2. You must have deployment permissions access
  3. Google Authenticator must be enabled
  4. The deployment package for your app must be no bigger than 1 GB
answered