Ok so I ssh’ed to my server, installed nodejs, npm, lumber, copy-pasted the lumber command and your UI complains it can’t connect to “localhost” - what? I’m installing this on an EC2 server, why would I want “localhost”?
And there’s no option to change this as the only thing I get is the password entry popup and error message at the bottom.
My previous answer was incorrect. You can create a development environment in your case, as documented here.
There is a command-line option on lumber to use when generating a project for a remote server. You have to specify --application-host [your host] before launching the lumber generate command.
If your project is already generated and you don’t want to generate it again, you can modify the environment variable APPLICATION_HOST on your project, and we can change it too on our side (you’ll have to wait for us to do the modification for it to work).