Hi
Can someone help? I setup a local Blynk server on Raspberry pi. Everything works, but I cannot access the administration page on https://serverip:7443/admin
Please help?
Blynk Rocks!!!
Kind Regards
Quintin
Hi
Can someone help? I setup a local Blynk server on Raspberry pi. Everything works, but I cannot access the administration page on https://serverip:7443/admin
Please help?
Blynk Rocks!!!
Kind Regards
Quintin
After hours of reading I got it working. I had some errors in the server.properties file and I also entered static dns entries into the host files. I also checked if the port needed for Blynk are not used by other apps.
I also created self signed ssl cert and key(pem) and all is working.
Blynk documentation is really good. Thanks all.
Much appreciated
Quintin Sleeking
allowed.administrator.ips=127.0.0.1
I got the same problem.
I set the .ips=0.0.0.0/0
and my iptables are open.
But the Pi refuses the connection.
i just added a server.properties file for my Pi server and get “serverip’s server DNS address could not be found.”
is all the ip have to change is the: allowed.administrator.ips=127.0.0.1 to: allowed.administrator.ips=0.0.0.0/0
or something else?
Hi @Dave1829,
The line I’m using is the second one
allowed.administrator.ips=0.0.0.0/0
I did other change to be able to export CSV file… I don’t remember the line… I’m not at home… Sorry
Edit:
See
Blynk Server version v0.16.4 released
You wil have to comment this line:
quins just now
After hours of reading I got it working. I had some errors in the server.properties file and I also entered static dns entries into the host files. I also checked if the port needed for Blynk are not used by other apps.
I also created self signed ssl cert and key(pem) and all is working.
Blynk documentation is really good. Thanks all.
Much appreciated
Quintin Sleeking