Hello,
I have Neutron IDE running locally and have modified it so that it runs on port 4000:
HTTP_PORT = 4000
IMG_EDITOR_PORT = 4001
And that seems to work fine but how do I access it remotely? I want to be able to access it at:
https://hostname.com:4000I have forwarded the port and yet nothing.
Help would be appreciated!
Thanks,