Press Advanced and click Continue.
Admin page is not really interesting to secure, unless you want to access that from outside your own network.
Press Advanced and click Continue.
Admin page is not really interesting to secure, unless you want to access that from outside your own network.
Yes of course. You have to forward to appropriate ports on your Router to the server you are running it on.
@Costas, Iām also getting the āPrivacy errorā with my local server due to the SSL certificate. I understand why Iām getting it but I havenāt found a way of disabling HTTPS for the admin page? Itās probably the easiest way of bypassing this message and Iāve only allowed local access to the admin page so I donāt mind running without SSL.
@ThatGuy_ZA just accept the privacy error, you can add an exception in your browser if you really want to.
Hi!
Thanks for sharing!
Iāve been following your post and when I try to log into my accout. I use my server settings (local ip, public ip and no-ip address) and when I log (with everyone of above in server settings) it says: āUser is not registered. Please also check if itās not a GeoDNS issue.ā
What can I do to fix this??
Thanks!
Have you created an account first before trying to log in (you canāt use an account login from another server)
So, I need to create an account in the app to log in the new server?
Yep. new account from app and selecting the server, itās working now
I do not have a static IP
Question is it possible to run blynk as local server at my home network without having a static IP ?
Of cause I can not connect to my local server if I am outside my network
Yes it will all run on your LAN without internet access.
Thank you for your quick response
Shall I skip the step 10- Blynk App from 3G/4G and Create New Account ?
May I use my already existing account ?
What should I do instead ?
You can skip step 10 but your new Pi server doesnāt know anything about your accounts on Blynk servers around the world. So you will have to create a new account. You can clone projects from the Blynk server to your local server if you donāt want to create them again.
I am a little confused. may be I am wrong with:
Question#1:
because I do not have an static IP address I entered my local IP address of the raspberry at step 10
Question#2:
must I add some informationās to the following lines ?
And what to add ?
#address to bind to. by default bounded to all interfaces
listen.address=
#by default server uses embedded in jar cert to simplify local server installation.
#WARNNING DO NOT USE THIS CERTIFICATES ON PRODUCTION OR IN WHERE ENVIRNOMENTS REAL SECURITY REQUIRED.
#provide either full path to files either use '.' for specifying current directory. For instance "./myfile.crt"
server.ssl.cert=
server.ssl.key=
server.ssl.key.pass=
#by default System.getProperty("java.io.tmpdir")/blynk used
data.folder=
I finally got it to run the server
but there is a warning and I do not know how to proceed with it.
pi@raspberrypi:~/Blynk $ java -jar server-0.26.2.jar -dataFolder /home/pi/Blynk Java HotSpot(TM) Client VM warning: You have loaded library /tmp/libnetty-transport-native-epoll8349522589992915587.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
I use the debian coming with pi 3
java version ā1.8.0_65ā
Javaā¢ SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpotā¢ Client VM (build 25.65-b01, mixed mode)
Is it 64-bit or 32?
oh sorry I do not know how to find this out
Please try uname āa
or arch
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.9.28-v7+ #998 SMP Mon May 15 16:55:39 BST 2017 armv7l GNU/Linux
pi@raspberrypi:~ $ arch
armv7l