Access node red dashboard by cloud

Hello everyone,
I'm building an application for industry. For reason security, so i don't want open port - port forwading, i want access node red dashboard by cloud...
what should i do ?
Thank you

Pay to host it in one of the commercial cloud offerings.

2 Likes

Or control access through a VPN and appropriate security within the PI/Host

Craig

Teamviewer

I would recommend Webhook Relay:

If you have nodered running locally on port 1880, then it's just:

relay connect -s nodered-rusenask http://localhost:1880    
Connecting: 
http://nodered-rusenask.webrelay.io <----> http://localhost:1880
https://nodered-rusenask.webrelay.io <----> http://localhost:1880
1.5448018171425095e+09	info	client starting	{"version": "develop"}
1.5448018173688211e+09	info	adding HTTP tunnel nodered-rusenask.webrelay.io ---> http://localhost:1880
1.5448018173690605e+09	info	adding WS tunnel nodered-rusenask.webrelay.io ---> localhost:1880
1.5448018173693037e+09	info	tunnel proxy configuration updated

And you get a 'green' HTTPS connection from anywhere:

node-red-remote

Disclaimer: I am creator of Webhook Relay and I really enjoy Node-RED :slight_smile: currently trying to build a reusable flow that can connect to webhookrelay websocket server so you wouldn't need to use any CLI/Docker image for connection.

Btw, if you are using Docker, then you can use:

docker run --name whr-relayd --net host --restart always -d webhookrelay/webhookrelayd:latest --mode tunnel -t mytunnelname -k [access key] -s [access secret]

Installation instructions can be found here: https://webhookrelay.com/download/, HTTP tunnels are free + HTTPS webhooks, but I would recommend subscribing to a paid tier which is $4.5/m to get TLS & support the project :slight_smile:

2 Likes

@rusenask , thanks for your information, I had tried this solution with "http://serveo.net/" and "http://localhost.run/ " but the link don't still available after a short time: confused:, I want to ask if there is another solution to work with !?

Hi, what's in the container logs?

Hi, i had used anthoer sit to host my localhost befor ,but now i trying to host it with webhookrelay if i have problem i will write for you thank you .

Node-RED is for free...and you enjoy it

could I ask for help in running it in android on this termux? Because despite downloading from the console, I can not run it anyway

@akszyn_pl this thread is over 3 years old and is not related to android or termux.

Please start a new thread with your question.