AEM local environment on the internet | Community
Skip to main content
Level 2
August 29, 2022

AEM local environment on the internet

  • August 29, 2022
  • 2 replies
  • 1749 views

Is it possible to setup an AEM local environment to be accessed through the internet, with a public IP or DNS?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

joerghoh
Adobe Employee
Adobe Employee
August 29, 2022

yes, it is possible, but not really recommended. Because a local development has default credentials and is not considered production ready. 

 

Level 2
August 29, 2022

Where can I find the documentation on how to do that?

Level 2
August 29, 2022

For what?

 

The AEM 6.5 security checklist: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security-checklist.html?lang=en

 

And for making the AEM instance public: There is nothing really special, you can follow any documentation which describes how to make internet services public.

 

A piece of advice: Even test instance require a proper setup and security; if you don't have experience with this, I highly suggest to get in touch with someone who has done that before. 


For making the AEM instance public, I've been trying to find out how to publish the .JAR instance (the quickstart.jar file) to the internet. It looks like I need to convert it into a .WAR file and use Tomcat + IIS. Otherwise I haven't found great results. Can you recommend platforms that I can look to?

I appreciate a link to the security checklist.

Mohit_KBansal
Adobe Employee
Adobe Employee
August 30, 2022

You can use tools like localtunnel [1] / ngrok [2] to expose your localhost over the internet. But be careful as it's easy to exploit localhost due to lake of security. Make sure to apply security checklist [3]

 

[1] https://theboroer.github.io/localtunnel-www/

[2] https://ngrok.com/ 

[3] https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security-checklist.html?lang=en