Hello, I have a public ip server. What do I need to do to see my management page from within the Internet?
Hello. Nothing. I t should be just available. Just make sure default Blynk ports are open on your server.
Yes, there is local access to the admin page, but it is not possible from the outside of the network and ports 80 443 are open.
Default ports are 9443 for admin and 8080 for http.
You need to add forwarding on your server:
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 9443
Or change server.properties and run sever with sudo
.
As per the comprehensive docs.
I did it, but it did not work!
I’ve done everything about the server settings, but I can not see the page from outside the network!
Have you setup the required port forwarding on your router?
My ip public (94.x.x.x) is set up on my server.
I mean port forwarding, so that when you connect (from outside your network) to your publicIP:9443 it gets forwarded to serverIP:9443
So why can I connect my hardware and mobile to the server now?
I don’t know… I can’t see your network setup
But assuming you did setup port forwarding for that (using phone from outside your network), then since it is a different port (8443), you would need to setup another port forwarding rule for the admin page (9443).
Thanks for your guidance
Sometimes it does not happen when using widgets. Where does this problem arise?
I don’t understand the question… sometimes What? doesn’t happen?
And Widgets (I am guessing you mean controlling stuff from the App) have nothing to do with Admin page access.
I mean, the time of control through the application and the use of widgets does not happen. On the hardware, for example, to turn on the lamp in some cases, use the widget, but the lamp does not light up.
Of course this is not always the case
Well that has nothing to do with your original issue… so unless it is related to this Admin page issue, because of a bad network, it will have to be another topic.
Can you confirm the port forwarding of the Admin page port 9443?
In fact can you supply any screenshots of your routers port forwarding settings (block out your public IP) as well as show your server settings as related to the Admin page etc… otherwise we are just guessing here.
ok tnx a lot