Home > other >  How to view my Express app with fixed IP in browser
How to view my Express app with fixed IP in browser

Time:09-17

I just create a NODE APP with express (Basic express generator in Apache server) in AWS Lightsail, I have a fixed IP http://44.197.139.141/, the app is installed in /mailing/ with default template from express, so the url is http://44.197.139.141/mailing, if you check url you get the files. I can't figure it out how to see my app, http://44.197.139.141/mailing:3000 don't work. The bitnami documentation says:

NOTE: Access to the server on port 3000 may be blocked for security reasons. In this case, you must first create an SSH tunnel between your local system and the server before you can access the application.

But I'cant make it work. Thanks in advance for the help.

CodePudding user response:

You need to open port 3000 in the Lightsail Instance Firewall.

  • Related