Topic: Have my own cloud server
Hello,
Is there any paid or free solution that I can run my own cloud server?
The latency and lags are sometimes very high which leads to continuous disconnections.
You are not logged in. Please login or register.
RemoteXY community → Features → Have my own cloud server
Hello,
Is there any paid or free solution that I can run my own cloud server?
The latency and lags are sometimes very high which leads to continuous disconnections.
Two topics for same issue?
Nothing mentioned about local server options, free or paid. But is does say "testing phase" so perhaps in the future.
https://remotexy.com/en/help/start/ardu … 266-cloud/
If you Search the forum, there is also this snippet about the beta library...
- multiple connections using different communication methods;
http://forum.remotexy.com/viewtopic.php?id=1248
Perhaps with some experimentation you can program multiple boot options for your device's connection choice. One for cloud connection and one for Access Point.
Two topics for same issue?
Nothing mentioned about local server options, free or paid. But is does say "testing phase" so perhaps in the future.
https://remotexy.com/en/help/start/ardu … 266-cloud/
If you Search the forum, there is also this snippet about the beta library...
remotexy wrote:- multiple connections using different communication methods;
http://forum.remotexy.com/viewtopic.php?id=1248
Perhaps with some experimentation you can program multiple boot options for your device's connection choice. One for cloud connection and one for Access Point.
Dear Gunner, thanks for the quick reply. But they are not the same:
In this one, I asked for the possibility of a local server.
And in another, I asked for a workaround to directly connect to ESP8266 while it is already connected to the cloud. The main connection will remain as CLOUD and I want to run a TCP socket to listen for incoming LAN requests as well.
Cloud lag with two requested workarounds == Same Issue This forum is too small to need scattershot topics like that so I personally will ignore the other topic.
The developer will have to answer the cloud questions. Meanwhile, I can recommend you try this method:
- Select Ethernet in the App and Editor config.
- Use a free 3rd party DDNS service (I use noip.com ) to your WAN IP and use the DDNS address in the App
- Use your LAN SSID credentials in your sketch
- Setup port forwarding in your router from the WAN to the LAN of your device
This works as your App communicates, however it can and wherever you are, to the internet and thus to the DDNS address, gets redirected to your routers WAN IP, the router port forwards the packets to your device and back.
Unfortunately, my current internet access (via Cellular Hotspot) prevents me from testing this with RemoteXY for myself, so I can't say if there are any quirks in RemoteXY that prevents this from working, but the same method has worked well for me in the past with other App based connections to my router.
Cloud lag with two requested workarounds == Same Issue This forum is too small to need scattershot topics like that so I personally will ignore the other topic.
The developer will have to answer the cloud questions. Meanwhile, I can recommend you try this method:
- Select Ethernet in the App and Editor config.
- Use a free 3rd party DDNS service (I use noip.com ) to your WAN IP and use the DDNS address in the App
- Use your LAN SSID credentials in your sketch
- Setup port forwarding in your router from the WAN to the LAN of your deviceThis works as your App communicates, however it can and wherever you are, to the internet and thus to the DDNS address, gets redirected to your routers WAN IP, the router port forwards the packets to your device and back.
Unfortunately, my current internet access (via Cellular Hotspot) prevents me from testing this with RemoteXY for myself, so I can't say if there are any quirks in RemoteXY that prevents this from working, but the same method has worked well for me in the past with other App based connections to my router.
If I had port-forwarding option (as I have for my other devices), I certainly would not go to the cloud service.
The modem doesn't get any valid IP to be used in DDNS services and new connction can only be placed outbound, not inbound.
All I need is to be able to connect directly to the device in the internal network in addition to the cloud service for when I'm not at home.
If I had port-forwarding option (as I have for my other devices)
Not clear... either you do know how to, and have option of, port forwarding in your router or not??
All I need is to be able to connect directly to the device in the internal network in addition to the cloud service for when I'm not at home.
Which is EXACTLY the same result as what I just described. My phone and Apps always connected via cellular (or through my router) to the DDNS service and redirected back to the Router, regardless whether I was home or not.
Use that method for results now, or don't... As for the other requested options, that is all up to the developer, and the developers timeframe.
Sorry for not making it clear.
Suppose my ISP blocks all ports to users. In such case, no port forwarding works at all anf you have to switch to cloud solutions.
If your ISP is restrictive, then even a local server may be useless.
You cen test your own cloud server using docker
https://hub.docker.com/r/remotexy/cloud
Nice addition! I really have no need for such, but now I will test out Docker along with this RemoteXY cloud server, just for fun
You cen test your own cloud server using docker
https://hub.docker.com/r/remotexy/cloud
Great.
Works great.
- Docker and remotexy cloud setup on my server in a distant location, via cable internet
- Device connecting at my living location, via cell hotspot
- Phone/App on it's own cell connection.
- Running my Random RGB Matrix to test latency http://forum.remotexy.com/viewtopic.php?id=1317
BTW modest1981@gmail.com You still have to setup port forwarding on your network, if you run Docker on your own hardware... so basically subject to ISP allowances/requirements as would be with what I already mentioned above with the DDNS redirection. And if you run Docker on some other 3rd party cloud service then you are probably right back to a potentially larger lag issue... all depending on geolocation of all the pieces.
Quick Question.
I set up the Private Docker supplied Cloud server.
Everything works, but if it restarts, every settings and passwords and tokens are gone.
How Can I prevent that?
Which volume do I have to mount where?
Greetings and thanks,
Tim
You may have set up a new container to be installed on reboot. The already installed container should start. Settings data is stored in the container itself in files.
Hi. Can you give me link on example use gsm channel.
I need something thing.
[website or android smartphone for manage device] - [GSM network] - [android smartphone on terminal device] - [driver board for switching ].
Android smartphone needs for video transmission. But if exist different solutions, talk about they, please.
RemoteXY community → Features → Have my own cloud server
Powered by PunBB, supported by Informer Technologies, Inc.