OMG thank you so much for making and uploading this! I made a "home made" smart home sort of system with a Raspberry Pi 4 for my university diploma and was looking for a simpler way to make my app look more "commercial" and be much easier to use the UI/dashboard remotely!
Wonderful! I switched to Node-Red after numerous issues with China based SONOFF-ITEAD but lost remote connectivity. KUDOs to the developers for making such an easy to configure connection. Brilliant.
Want to make sure, does it allow access in different networks? For example, can I still view the dashboard using this app on wifi A if my raspberry pi that runs node red is connected to wifi B.
In general yes. The requirements are that the resbpi in Wifi B has internet access (with access to my servers, means that if there is a firewall it has to be opened to these ip adresses) and ssh available. The phone in Wifi A (or mobile connection) needs internet access to.
Thank you, it worked out well for me. But can I do it without internet connection? I want to connect to rpi4 hotspot and be able to access it through the app
First of all, thank you for the contribution! Just what I was looking for years ago with node-red, a plug & play solution to the server I have been doing tests, with a single node-red the APP works correctly, but when I add another different remote access in another totally different node red, the first one that I have added Remote-RED always opens. Although I enter the second, the first one always opens. Thanks for your help. Regards
Jjust found the issue behind this bug. Android only asking once for a client certificate while the app is running. I will release a new version of the Android app fixing this. Best, Thorsten
I'm asking for some help with using the "remote access" node in Node-RED. It doesn't seem to work, and I received this message in the debugger: starting ssh process ssh process error:Error: spawn ssh ENOENT ssh process stopped (close: -4058 / null)
May I ask, after I scanned the qr code, the remote-red automatically opens my node-red flows not my node-red dashboard? Can you explain why? Is there a way to access directly to the dashboard?
Can you check the value in the config field "Base URL"? With a standard Node-RED config that value should be "/ui". Maybe you have to adjust that value. After changing it, remove the instance from the app and reconnect with a new QR code.
I´m working on a video for that. But in short: Inside the iOS shortcuts app create a new shortcut and select 'Remote-RED' from the apps section. Then select 'Run action'. Fill the field 'action' with a self created key (like 'LIGHT') and the field 'value' with the value to transfer (like 'ON'). Then select a Node-RED instance. When activating that shortcut, a message with that action and value will be send out through the output of the Remote-RED remote node.
When I deploy, the node is stopping, starting ends with stopped. As I assume it should be active or started. Only tried to connect within my network. There is no dashboard only a blank screen.
Normally it should end in "Active" ;). Please have a look at the Node-RED logs. What messages are displayed here? From the Remote-RED config node you can also send me a mail to my support address. That's more direct.
@@din4980 It depends on how you installed Node-RED on your computer. When you used the standard Raspberry PI installation script, you should see the log with the command "node-red-log". If you use pm2, it should be readable through "pm2 monit".
NOSSA EMPRESA FABRICA ESTAÇÕES DE MONITORAMENTO DA QUALIDADE DO AR (RUÍDO AMBIENTE, PM2,5, PM10, CO, CO2, NO2, O3, SO2) E ESTAÇÕES METEOROLÓGICAS (TEMPERATURA, UMIDADE, DIREÇÃO E VELOCIDADE DO VENTO, RADIAÇÃO SOLAR, PRESSÃO ATMOSFÉRICA, CHUVA). COMO PODEMOS ENVIAR NOS ARQUIVOS TXT PARA O SITE?
Hi. Great video, got a lot of needed help. I have tho a question. When i connect my app and I have done excactly as you do, my app just connects to where you config nodes and flows and not the dashboard. How can i get the app to connect to the ui/dashboard?
Hi. Then the value "Base URL" pointing to the wrong path. Normally it should be "/ui" (what is also the default value). After changing this value, you must reconnect the app via a new QR code.
I have a question. when I connect the app, it says: successfully connected. but when I open access ...I can't see anything. blank screen appears. I need help.
Please have a look on the internet connection of your Node-RED server. Seams that the Node-RED server can't connect my servers, which is mandatory for remote access. On the bottom of the help page the necessary routes are documented. Can you please check if they are connectable from your Node-RED server? www.remote-red.com/en/help/
Yes, you can. The "/ui" is only the default, as the most Node-RED installations have their dashboard on "/ui". Some other implementations of Node-RED like Redmatic have "/addons/red/ui/". But you can't enter a page like "/index.html" here. You can only add a absolute path of the serving host here. When changing the serving host and base url you can serve a lot of other pages then the dashboard here, like NAS or Router Web UI´s.
@@cristianvelazquez8461 If you installed a Node-RED under Windows 10, it is possible to access that dashboard from a mobile. Newer Windows 10 builds habe SSH installed, which is mandatory for Remote-RED. But it is not possible to use the Remote-RED apps on Windows 10. This apps are iOS and Android only. So you can use your iOS and Android devices to access webpages from Node-RED (hosted on Linux, MacOS or Windows 10/11).
It's a great idea but it doesn't work very well. It takes almost five minutes to open the dashboard. It will open for a few seconds then lose connection.
when I open access ...I can't see anything. blank screen appears. I saw the information about the server location on the help page. But I don't know what to do. Please provide more details.
Do you mean, that a blank screen appears if you open it inside the app? If so, please check if your Node-RED server have access to my servers. Mybe it's blocked by a firewall or maybe the Internet on your machine is not configured correctly. On the bottom of this page there is a list with URL´s and IP´s that must be accessible from your device: www.remote-red.com/en/help/
It should work in Mexico too :) Can you check if my servers are reachable from your Node-RED server? The server IP´s are listed on this page on the bottom: www.remote-red.com/en/help/ Does it writes an Error in the Node-RED log as soon as you try to connect the app?
@@cristianvelazquez8461 That message I saw the first time. There is no credential that has to bee installed by the user. I think something goes wrong on the install of the node. Have you tried to re-install the Remote-RED nodes?
I tried to make it as much secure as I can. The connection between your Node-RED and my servers is done by a SSH Tunnel. The connection from the apps to my server is secured by HTTPS using a client certificate. All API calls to my server are secured via certificate pinning. Additionally you can serve your dashboard as https, so your additional to the SSH/HTTPS encryption there will be another encryption layer. Also my apps support Node-RED authentication (basic auth), so you can add a username/passwort login. It's not designed for high security applications like I also wrote in the ToS. So it's not done for companies, it's done for SmartHome / private users, like I also wrote in the ToS. My personal view is that it's more than enough for controlling some lights or the music player at home, but it should not been used to control the water supply of a city or a power plant ;)
No, the purpose of Remote-RED is that people without public IP and without forward ports can access their dashboard. When your dashboard is already public, you can add your dashboard as a icon to your home screen, completely without Remote-RED.
I understand, but I'm interested in notification feature. Is there some other way to receive push notifications on my smartphone without 3rd party proxies or clouds? Thx.
@@schejbity For receiving notifications you do not need the "Remote Access" node. You can just use the "Remote Notification" node. They share a config node. Just ignore the values there and connect your mobile. If you do not add a "Remote Access" node, the tunnel between your Node-RED and my proxy server will not been established. So you can send notifications to your phone. But they will be routed through my server. Without a "Remote Access" you can not use the "Question Node".
Sorry for the delay.. Yes, if you have Internet Access you can access your server. Maybe some un-free countries may block encrypted webservices, don't know. But with a "normal" Internet connection it should work ;)
Ive subscribe and pay on app, but it just connect once at first i connect, when i close the app it wont connect again, even when i try to scan it again it wont connect, ANSWER PLEASE!!!
Can you please send me a mail over the support button inside the Remote-RED config node? Here are your instance hash included I need to check the logs. Are the status of the Remote Access Node showing "active"?
@@RemoteRED i have 2 phone used to remote my Ui, first phone ive subscribe 3month, the other phone i just used it free, first phone can be connect again when i close the app, but it takes time to wait my ui showed on phone, but the second phone i use free, it wont connect again. Are we have to subscribe to use ur app fitur?
@@basoayam4252 Normally, when both phones runs on the same account (Google Account, Apple-ID) they share the buy, so you only have to purchase once. When the second phone does not work, do you have changed something in their Remote-Access Config node since scanning the QR code? If yes, delete the instance from the phone (by swiping it), generate a new QR code and add the instance again. If this does not werk, please send me your instance hash like described before, so that I can look at the logs.
Hi ! Great video ; I followed your tutorial but when I try to generate a QR code, I get a popup saying "Error while registering instance: self-signed certificate in certificate chain" ; do you know how I could fix this ? (I'm on Windows 10). Thanks in advance !
Sorry for the long delay.. I found what happened. If you use a self signed certificate to use https locally, this happens. I just released my Remote-RED nodes in Version 1.5.1. There it will work with self signed certs.
@@Looking4CacheThank you for your response ! I tried on a NodeRed instance with internet access and it worked but is it possible to use on an instance that has no internet access? Thanks in advance !
Hello, we are using remote red for one of our applications, however, our app suddenly stopped connecting but still keep getting notifications, I tried configuring again the app but I’m still having the same problem
@@alexismartin543 Hi! this error occurs when the DNS resolution on your Node-RED computer times out. It was not able to get the ip address of my server. Can you please try to ping my api addess (from your last comment) from your Node-RED server. Also try to ping other pages, like www.google.com or so to see if your internet and DNS is working.
It was working perfect for the last couple of days (we're developing our code and still testing), I keep getting the push notifications. When I redeploy, remote red works great for a couple of minutes or hours, and then it stops working. I need to redeploy constantly. We are running also MySql on our server, could this be one of the problems? Could the internet speed also be part of the problem? we're using Raspberry Pi
@@alexismartin543 can you please go in the config node of Remote-RED and hit there the "Open mail to support" button. There is the instance hash included where I can search in the logs of my server.
I follow exactly what you do but when i press Connect Remote-Red App i get on node red an error. 192.168.1.15:1880 says Error while registering instance: Network Error
I checked my server logs from the last days and all incoming request for new apps was handled successful. So I think your Node-RED instance can't reach my servers. I added the necessary server addresses and ports to www.remote-red.com/en/help/ Can you check if you can reach them from your Node-RED server?
@@RemoteRED no i cannot access them and there is no firewall. can i send you a picture of my remote-config node to see if im making a mistake somewhere ?
@@ΒασιληςΤογης You can send it to me by info@remote-red.com. But if you can't reach my servers from your Node-RED server, like with a ping, this is the section where we should look. How did you test if you reach my servers? Did you reach other public pages like "www.google.com" from your Node-RED server?
Are there any error logs on the Node-RED log when you try? Does the Node-RED computer has free access to the internet? At least the servers / ip´s on the bottom of this site must be accessible: www.remote-red.com/en/help/
Nice app! I have been using it for å while, and have some questions: - Are passwords remembered for 7 days like the website version, or forever? - How secure are the websites that are running the servers? Is it easy to break this system, and access dashboards all over the world?
Hi Rito, the passwords are remembered forever. They are stored only on the device, not on a webserver. My servers used to proxy the requests are as secure as I got this Debian based systems. Also if someone got ssh access to my servers, he can't access the dashboards directly. There are several other layers to understand and to go through. But it is a system done by me, one developer. Its not created by an big company with several security specialists. Because of this I also wrote some restrictions in the ToS, like no commercial use and the recommendation to do not publish systems with a very high security need.
@@RemoteRED Ok. There is a bug in the app where the client sometimes asks for password authentication, even thought I have entered it. It occurs sometimes when I open the app, but disappears after canceling (then I have free access to the dashboard again).
Thank you for this helpful tutorial, but i am facing a problem that after making everything(scanning...) and deploy a notification(stopped) is displayed down the remote access node. So what is the problem
Please check network and firewall settings, like shown on the bottom of this page: www.remote-red.com/en/help/ If this does not help, please contact me with the "Mail to support" button inside the config node of Remote-RED
OMG thank you so much for making and uploading this! I made a "home made" smart home sort of system with a Raspberry Pi 4 for my university diploma and was looking for a simpler way to make my app look more "commercial" and be much easier to use the UI/dashboard remotely!
Wonderful! I switched to Node-Red after numerous issues with China based SONOFF-ITEAD but lost remote connectivity. KUDOs to the developers for making such an easy to configure connection. Brilliant.
Thanks!
Thank you so very much. That's what I was looking for. So simple, so concise and to the point. Ich danke Ihnen viel mal.
Very helpful, thanks man for creating this
You are so blessed for creating this man
Want to make sure, does it allow access in different networks? For example, can I still view the dashboard using this app on wifi A if my raspberry pi that runs node red is connected to wifi B.
In general yes. The requirements are that the resbpi in Wifi B has internet access (with access to my servers, means that if there is a firewall it has to be opened to these ip adresses) and ssh available. The phone in Wifi A (or mobile connection) needs internet access to.
Excuse me, sir, if I may ask, which firewall are you referring to? @@RemoteRED
Danke für dieses Video und vor allem die App! Einfach Plug 'n' Play
Thank you, it worked out well for me. But can I do it without internet connection? I want to connect to rpi4 hotspot and be able to access it through the app
very smart, simple and useful, keep it up!
What a great app, it gives me some ideas for my project. Thanks :-)
it's pay app the test periode expired do you have any alternative
First of all, thank you for the contribution! Just what I was looking for years ago with node-red, a plug & play solution to the server
I have been doing tests, with a single node-red the APP works correctly, but when I add another different remote access in another totally different node red, the first one that I have added Remote-RED always opens. Although I enter the second, the first one always opens.
Thanks for your help.
Regards
Jjust found the issue behind this bug. Android only asking once for a client certificate while the app is running. I will release a new version of the Android app fixing this.
Best, Thorsten
@@RemoteRED excellent Thorsten, and Excellent tool!
Best regards
Achraf.
my screen on my phone went blank. what to do? the dashboard doesn't show up
I added a few UI instances in the remote-red app. How can I delete the instance that I don't want to show in the app? Thanks
I'm asking for some help with using the "remote access" node in Node-RED. It doesn't seem to work, and I received this message in the debugger: starting ssh process
ssh process error:Error: spawn ssh ENOENT
ssh process stopped (close: -4058 / null)
Amazing job, thank you so much.
May I ask, after I scanned the qr code, the remote-red automatically opens my node-red flows not my node-red dashboard? Can you explain why? Is there a way to access directly to the dashboard?
Can you check the value in the config field "Base URL"? With a standard Node-RED config that value should be "/ui". Maybe you have to adjust that value. After changing it, remove the instance from the app and reconnect with a new QR code.
Excuse me, sir, does the connection for this remote-red use a server from ngrok?
WOW THAT SO easy thank you !!!
How do I use ios shortcuts? Can you give me a exempel of how to run a action through ios shortcuts!
I´m working on a video for that. But in short: Inside the iOS shortcuts app create a new shortcut and select 'Remote-RED' from the apps section. Then select 'Run action'. Fill the field 'action' with a self created key (like 'LIGHT') and the field 'value' with the value to transfer (like 'ON'). Then select a Node-RED instance. When activating that shortcut, a message with that action and value will be send out through the output of the Remote-RED remote node.
Thank you very much - vielen lieben Dank.
It works. But it takes too long time to connect ui and change between tabs. I suggest fixing this critical problem.
My node say stopped and the app displays a blank screen. The connection was successful but having issues any chance you can help
Thank a lot, this video very helpful. How to remote access Node-red using website?
When I deploy, the node is stopping, starting ends with stopped. As I assume it should be active or started. Only tried to connect within my network. There is no dashboard only a blank screen.
Normally it should end in "Active" ;). Please have a look at the Node-RED logs. What messages are displayed here? From the Remote-RED config node you can also send me a mail to my support address. That's more direct.
Hi... I followed step by step but after deploy I see stop status under the remote access unlike in your video
Can you look in your Node-RED logs? There there "remote-access" node should output what it is trying.
@@RemoteRED I also faced the same problem. Can u help us to show how to solve this problem? Also, I could not find NODE-RED logs
@@din4980 It depends on how you installed Node-RED on your computer. When you used the standard Raspberry PI installation script, you should see the log with the command "node-red-log". If you use pm2, it should be readable through "pm2 monit".
Works perfectly
Hello... I tried to connect to remote-red app with my nodered and i just turns button grey and wont create the qr. Can you help me?
NOSSA EMPRESA FABRICA ESTAÇÕES DE MONITORAMENTO DA QUALIDADE DO AR (RUÍDO AMBIENTE, PM2,5, PM10, CO, CO2, NO2, O3, SO2) E ESTAÇÕES METEOROLÓGICAS (TEMPERATURA, UMIDADE, DIREÇÃO E VELOCIDADE DO VENTO, RADIAÇÃO SOLAR, PRESSÃO ATMOSFÉRICA, CHUVA). COMO PODEMOS ENVIAR NOS ARQUIVOS TXT PARA O SITE?
Great on phone. Can I connect remotely on computer too?
No, it works only on phones and tablets.
Hi. Great video, got a lot of needed help. I have tho a question. When i connect my app and I have done excactly as you do, my app just connects to where you config nodes and flows and not the dashboard. How can i get the app to connect to the ui/dashboard?
Hi. Then the value "Base URL" pointing to the wrong path. Normally it should be "/ui" (what is also the default value). After changing this value, you must reconnect the app via a new QR code.
hey, if i try to connect the app i get the massage: Cannot GET /ui, how can i fix this?
*edid: ok nm, found it
what was it?
@@grandbro7954 you have to change the Base URL to fit the dashboard you are using, in my case it was "/dashboard/page1"
I have a question. when I connect the app, it says: successfully connected. but when I open access ...I can't see anything. blank screen appears. I need help.
Please have a look on the internet connection of your Node-RED server. Seams that the Node-RED server can't connect my servers, which is mandatory for remote access. On the bottom of the help page the necessary routes are documented. Can you please check if they are connectable from your Node-RED server? www.remote-red.com/en/help/
in the Base URL section you can only go /ui?
can you put another page?
Yes, you can. The "/ui" is only the default, as the most Node-RED installations have their dashboard on "/ui". Some other implementations of Node-RED like Redmatic have "/addons/red/ui/".
But you can't enter a page like "/index.html" here. You can only add a absolute path of the serving host here.
When changing the serving host and base url you can serve a lot of other pages then the dashboard here, like NAS or Router Web UI´s.
@@RemoteRED Ok it can be installed on windows 10 remote-red to see the page??
@@cristianvelazquez8461 If you installed a Node-RED under Windows 10, it is possible to access that dashboard from a mobile. Newer Windows 10 builds habe SSH installed, which is mandatory for Remote-RED.
But it is not possible to use the Remote-RED apps on Windows 10. This apps are iOS and Android only. So you can use your iOS and Android devices to access webpages from Node-RED (hosted on Linux, MacOS or Windows 10/11).
It's a great idea but it doesn't work very well. It takes almost five minutes to open the dashboard. It will open for a few seconds then lose connection.
when I open access ...I can't see anything. blank screen appears. I saw the information about the server location on the help page. But I don't know what to do. Please provide more details.
Do you mean, that a blank screen appears if you open it inside the app?
If so, please check if your Node-RED server have access to my servers. Mybe it's blocked by a firewall or maybe the Internet on your machine is not configured correctly. On the bottom of this page there is a list with URL´s and IP´s that must be accessible from your device: www.remote-red.com/en/help/
Many thanks that the perfect feature ;) do you think that one day we will have to pay remote-red for this solution ? thanks it's very help full
Remote-RED is already a paid application over InApp purchases.
@@RemoteRED so why i can use it for free once i 've downloaded it?
@@rodolphe8859 For testing it, before making any InApp Purchases..
@@RemoteRED all right thanks
When I give Connect Remote-RED App it does not generate the qr code, do you know why, Remote-RED is compatible in Mexico?
It should work in Mexico too :)
Can you check if my servers are reachable from your Node-RED server? The server IP´s are listed on this page on the bottom: www.remote-red.com/en/help/
Does it writes an Error in the Node-RED log as soon as you try to connect the app?
@@RemoteRED Flows stopped due to missing node types.
remote-config ,"Credential type 'remote-config' is not registered"
@@RemoteRED "Credential type 'remote-config' is not registered"
which credencial I have to install how is that?
@@cristianvelazquez8461 That message I saw the first time. There is no credential that has to bee installed by the user.
I think something goes wrong on the install of the node. Have you tried to re-install the Remote-RED nodes?
@@RemoteRED if it is the version how to install a previous version?
It works great but how secure is the remote connection?
I tried to make it as much secure as I can. The connection between your Node-RED and my servers is done by a SSH Tunnel. The connection from the apps to my server is secured by HTTPS using a client certificate. All API calls to my server are secured via certificate pinning.
Additionally you can serve your dashboard as https, so your additional to the SSH/HTTPS encryption there will be another encryption layer. Also my apps support Node-RED authentication (basic auth), so you can add a username/passwort login.
It's not designed for high security applications like I also wrote in the ToS. So it's not done for companies, it's done for SmartHome / private users, like I also wrote in the ToS. My personal view is that it's more than enough for controlling some lights or the music player at home, but it should not been used to control the water supply of a city or a power plant ;)
Is there some way to use Remote-RED without proxy and connect directly to my public IP?
No, the purpose of Remote-RED is that people without public IP and without forward ports can access their dashboard. When your dashboard is already public, you can add your dashboard as a icon to your home screen, completely without Remote-RED.
I understand, but I'm interested in notification feature. Is there some other way to receive push notifications on my smartphone without 3rd party proxies or clouds? Thx.
@@schejbity For receiving notifications you do not need the "Remote Access" node. You can just use the "Remote Notification" node. They share a config node. Just ignore the values there and connect your mobile. If you do not add a "Remote Access" node, the tunnel between your Node-RED and my proxy server will not been established.
So you can send notifications to your phone. But they will be routed through my server. Without a "Remote Access" you can not use the "Question Node".
Can it be used outside of local network ?
To access the dashboard from the internet (mobile connection) is the main purpose of Remote-RED.
can I access the server from any part of the world?
Sorry for the delay.. Yes, if you have Internet Access you can access your server. Maybe some un-free countries may block encrypted webservices, don't know. But with a "normal" Internet connection it should work ;)
Ive subscribe and pay on app, but it just connect once at first i connect, when i close the app it wont connect again, even when i try to scan it again it wont connect, ANSWER PLEASE!!!
Can you please send me a mail over the support button inside the Remote-RED config node? Here are your instance hash included I need to check the logs. Are the status of the Remote Access Node showing "active"?
@@RemoteRED its showing "serving" but on my phone just white screen
@@RemoteRED i have 2 phone used to remote my Ui, first phone ive subscribe 3month, the other phone i just used it free, first phone can be connect again when i close the app, but it takes time to wait my ui showed on phone, but the second phone i use free, it wont connect again.
Are we have to subscribe to use ur app fitur?
@@basoayam4252 Normally, when both phones runs on the same account (Google Account, Apple-ID) they share the buy, so you only have to purchase once.
When the second phone does not work, do you have changed something in their Remote-Access Config node since scanning the QR code? If yes, delete the instance from the phone (by swiping it), generate a new QR code and add the instance again.
If this does not werk, please send me your instance hash like described before, so that I can look at the logs.
@@RemoteRED its work, thanks a lot ur app help me
Hi ! Great video ; I followed your tutorial but when I try to generate a QR code, I get a popup saying "Error while registering instance: self-signed certificate in certificate chain" ; do you know how I could fix this ? (I'm on Windows 10). Thanks in advance !
Sorry for the long delay.. I found what happened. If you use a self signed certificate to use https locally, this happens. I just released my Remote-RED nodes in Version 1.5.1. There it will work with self signed certs.
@@Looking4CacheThank you for your response ! I tried on a NodeRed instance with internet access and it worked but is it possible to use on an instance that has no internet access? Thanks in advance !
Hello, we are using remote red for one of our applications, however, our app suddenly stopped connecting but still keep getting notifications, I tried configuring again the app but I’m still having the same problem
We’re getting ERROR: Error: getaddrinfoEAI_AGAIN api-nodered03.remote-red.com
@@alexismartin543 Hi!
this error occurs when the DNS resolution on your Node-RED computer times out. It was not able to get the ip address of my server.
Can you please try to ping my api addess (from your last comment) from your Node-RED server. Also try to ping other pages, like www.google.com or so to see if your internet and DNS is working.
@@RemoteRED I've tried to ping google.com and your server as well, I'm getting 64 bytes from vmd63078.contaboserver.net (209.126.0.212)
It was working perfect for the last couple of days (we're developing our code and still testing), I keep getting the push notifications. When I redeploy, remote red works great for a couple of minutes or hours, and then it stops working. I need to redeploy constantly.
We are running also MySql on our server, could this be one of the problems?
Could the internet speed also be part of the problem?
we're using Raspberry Pi
@@alexismartin543 can you please go in the config node of Remote-RED and hit there the "Open mail to support" button. There is the instance hash included where I can search in the logs of my server.
I follow exactly what you do but when i press Connect Remote-Red App i get on node red an error. 192.168.1.15:1880 says Error while registering instance: Network Error
I checked my server logs from the last days and all incoming request for new apps was handled successful. So I think your Node-RED instance can't reach my servers. I added the necessary server addresses and ports to www.remote-red.com/en/help/
Can you check if you can reach them from your Node-RED server?
@@RemoteRED no i cannot access them and there is no firewall. can i send you a picture of my remote-config node to see if im making a mistake somewhere ?
@@ΒασιληςΤογης You can send it to me by info@remote-red.com. But if you can't reach my servers from your Node-RED server, like with a ping, this is the section where we should look. How did you test if you reach my servers? Did you reach other public pages like "www.google.com" from your Node-RED server?
When I click connect. QR code is not generated
Are there any error logs on the Node-RED log when you try? Does the Node-RED computer has free access to the internet? At least the servers / ip´s on the bottom of this site must be accessible: www.remote-red.com/en/help/
Nice app! I have been using it for å while, and have some questions:
- Are passwords remembered for 7 days like the website version, or forever?
- How secure are the websites that are running the servers? Is it easy to break this system, and access dashboards all over the world?
Hi Rito,
the passwords are remembered forever. They are stored only on the device, not on a webserver. My servers used to proxy the requests are as secure as I got this Debian based systems. Also if someone got ssh access to my servers, he can't access the dashboards directly. There are several other layers to understand and to go through.
But it is a system done by me, one developer. Its not created by an big company with several security specialists. Because of this I also wrote some restrictions in the ToS, like no commercial use and the recommendation to do not publish systems with a very high security need.
@@RemoteRED Ok. There is a bug in the app where the client sometimes asks for password authentication, even thought I have entered it. It occurs sometimes when I open the app, but disappears after canceling (then I have free access to the dashboard again).
thanks
Thank you for this helpful tutorial, but i am facing a problem that after making everything(scanning...) and deploy a notification(stopped) is displayed down the remote access node. So what is the problem
Sorry, I did not understand the issue. Can you explain it a bit more?
It is not working for Ubuntu 18.04.
Do you have more infos, like a error message?
@@RemoteRED it says "ETIMEDOUT" "this is a problem related to network connectivity"
@@RemoteREDThe firewall is also inactive.
All this time and I never realised Node Red was written by Arnold Schwarzenegger
It's not free. Waste my time for app installation and fail as other comments.
I checked all the steps but it didn't work for me?
Please check network and firewall settings, like shown on the bottom of this page: www.remote-red.com/en/help/
If this does not help, please contact me with the "Mail to support" button inside the config node of Remote-RED