Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headless Node-RED server. How to login to localhost:3456? #221

Open
OriginalOC opened this issue Dec 1, 2022 · 0 comments
Open

Headless Node-RED server. How to login to localhost:3456? #221

OriginalOC opened this issue Dec 1, 2022 · 0 comments

Comments

@OriginalOC
Copy link

There is no mention on how to login to Amazon to enter credentials on a headless machine without an installed desktop and browser. I'm answering the question to aid future users.

From the host, open a command-line (linux in my case) & execute:

ssh -L 3456:localhost:3456 user@remotemachine

After logging in, browse to localhost:3456 in your local browser to enter your Amazon credentials.

That said, thanks & I appreciate you writing the node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant