How to Install Blynk Local Server on Google Cloud Platform

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2018
  • This video shows how to install Blynk Local Server on Google Cloud Platform service.
    **Update 03/2020**
    " sudo apt-get install oracle-java8-installer" is no longer available, please use "sudo apt-get install openjdk-8-jdk" instead.
    Source: github.com/blynkkk/blynk-server
    ========================================
    Don't forget to click like and subscribe my channel.
    Please give me support by Paypal: www.paypal.me/chunzps
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 52

  • @franksmit4914
    @franksmit4914 4 ปีที่แล้ว +5

    hello thanx , would be nice to update your video.
    " sudo apt-get install oracle-java8-installer" is no longer available, try " sudo apt install openjdk-8-jdk"

  • @kwasiben4163
    @kwasiben4163 2 ปีที่แล้ว

    Thank you chief, so with this setup can I control my esp32 project from anywhere ???

  • @dhavalcoooool
    @dhavalcoooool 4 ปีที่แล้ว +1

    Hi Could you make a video how to connect google assistant with S7 1200/1500?

  • @mesquitamk1681
    @mesquitamk1681 3 ปีที่แล้ว

    your work is very good ... does this work from off the network over the internet too?

  • @saicharan1365
    @saicharan1365 5 ปีที่แล้ว

    My nodemcu is not connecting to server what should I do now

  • @modithanayana8903
    @modithanayana8903 3 ปีที่แล้ว

    Video: 7:14 time,
    I can't run the SSL port
    java -jar server-0.41.15-java8.jar -dataFolder /home/pi/Blynk
    It showing unable to access jar file.
    Please can u guide me to solve this..

  • @methsaraperera
    @methsaraperera 3 ปีที่แล้ว +1

    Hi could you make a video on how to install Blynk Local Server on Microsoft Azure platform

  • @longvt07
    @longvt07 3 ปีที่แล้ว

    Oh. It helpful. But How many maximum user for this server?

  • @minerf915
    @minerf915 ปีที่แล้ว

    this is required Premium blynk or with free blynk will work ?

  • @kashyapmehta3192
    @kashyapmehta3192 5 ปีที่แล้ว

    Thank you very much for uploading video. I had performed all similar steps and I was able to login with blynk using Google cloud server, however after closing the laptop I was unable to login with blynk application. Does it requires to turn on the cloud server in local PC all the time?

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      You should search for rc.local on google. It is the solution how to launch blynk server on startup.

  • @kochunkit6871
    @kochunkit6871 2 ปีที่แล้ว

    But the notification is not used. Is there a solution?

  • @rizqafebryanprastyo3334
    @rizqafebryanprastyo3334 3 ปีที่แล้ว

    I still can't connect, with message, the site can't be reached

  • @MPElectronique
    @MPElectronique 2 ปีที่แล้ว

    Hello, how much does it costs?
    Thanks.
    Marc.

  • @iliasalaur
    @iliasalaur 3 ปีที่แล้ว +1

    Wow, i never mind about that

  • @vincenzogaldiero8805
    @vincenzogaldiero8805 2 ปีที่แล้ว

    grande!

  • @prabaiswars.ganasehmurthy2453
    @prabaiswars.ganasehmurthy2453 3 ปีที่แล้ว +1

    hi could you help me these comands arent working
    sudo apt-add-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java8-installer

    • @ChunzPS
      @ChunzPS  3 ปีที่แล้ว

      Please use "sudo apt-get install openjdk-8-jdk" instead.

  • @kashyapmehta3192
    @kashyapmehta3192 5 ปีที่แล้ว

    My nodemcu is unable to connect with external IP of google cloud. I am using from wifi network and also done port forwarding 9443. Please help asap.

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      Nodemcu doesn't need to connect to google cloud platfrom. It only has to connect to wifi with internet connection.

  • @Koshala123
    @Koshala123 5 ปีที่แล้ว

    Dawum thanks for the guide hats off to you bro . Just to clarify any amount of traffic will it be dollars ? And I went through his steps and it worked perfectly

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      It depends on the spec of vm instance you choose on google cloud platform.

    • @Koshala123
      @Koshala123 5 ปีที่แล้ว

      Brother I followed your steps but now it won’t let me connect to the Blynk admin page via my computer browser hope you can help me out

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      If you close ssh, Blynk server will suddenly shutdown. To prevent this issue, you need to add Blynk server service on startup by putting Blynk launching code on rc.local and enable this service.

    • @Koshala123
      @Koshala123 5 ปีที่แล้ว

      Can you please comment those steps for me I tried and tried but it still didn’t work out for me .

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว +1

      @@Koshala123 Please refer to this video: th-cam.com/video/YEZumoGXunk/w-d-xo.html

  • @rickhuang4478
    @rickhuang4478 2 ปีที่แล้ว +1

    Hi,ChunzPS , thanks for your sharing this video, it is great and useful for building blynk server. But I have a question about how to let blynk server service keep online status (auto start) ??Could you have any idea about this?? thanks ~~

    • @ChunzPS
      @ChunzPS  2 ปีที่แล้ว +1

      Please take a look at this video th-cam.com/video/YEZumoGXunk/w-d-xo.html. It's been around 3 year since I first published that video. In case it doesn't work, please let me know.

    • @rickhuang4478
      @rickhuang4478 2 ปีที่แล้ว

      @@ChunzPS Thanks for your reply. This morning i try it by using your another video instruction. but it still not work. But I will try it again then feeback to you. Thanks again.

  • @informativeplatform9196
    @informativeplatform9196 5 ปีที่แล้ว

    Hi All... can anyone tell..
    Is here( google cloud server) need for port forwarding... like raspberry pi local server???

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      For cloud service, you don't have to do port forwarding. Please use the external IP provided by Google.

    • @informativeplatform9196
      @informativeplatform9196 5 ปีที่แล้ว

      @@ChunzPS thank youuuu...

  • @zemkick
    @zemkick 5 ปีที่แล้ว +1

    how to set my device esp8266 , Blynk app Showing device offline

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      Make sure that your google cloud server is online and automatically launched on startup. Please refer to this tutorial how to launch Blynk Server on startup th-cam.com/video/YEZumoGXunk/w-d-xo.html

  • @xofanboy2530
    @xofanboy2530 3 ปีที่แล้ว

    how do you activate the server again after you close it, i dont have access to the server anymore

    • @ChunzPS
      @ChunzPS  3 ปีที่แล้ว

      Please refer to this video th-cam.com/video/YEZumoGXunk/w-d-xo.html

  • @rakeshbodduna
    @rakeshbodduna 2 ปีที่แล้ว

    Thanks for the video. Please help me to host Blynk server on Oracle cloud free tier. Or make video.

  • @ederwong7589
    @ederwong7589 5 ปีที่แล้ว

    friend help me please, I can't go to blynk administracion I introduce the external ip that the instance gives me on the web and it tells me that I can't access that website

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      You should fill your username and password in order to login.

    • @ederwong7589
      @ederwong7589 5 ปีที่แล้ว

      does not enter the green screen of the administrator blynk
      it stays on a website without access and I don't get advanced options on the web.

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว

      @@ederwong7589 Try changing your web browser from one to another.

    • @khairulsyamilbadrulhisham9501
      @khairulsyamilbadrulhisham9501 3 ปีที่แล้ว

      @@ChunzPS this doent help

  • @mohdaskari6707
    @mohdaskari6707 5 ปีที่แล้ว

    2 queries here, I will really appreciate if you answer them.
    1. I have to choose ubuntu 16.0 in boot disk even if I am using windows os?
    2. when I will turn my pc off, will the server go offline? After setting everything up, can I turn the server on and off through my android device browser?

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว +1

      1. Using linux would be more easily for deploying local blynk server.
      2. The server will shut down only when you press stop button on google cloud server. // You can download google cloud application on google store and use it as control panel.

  • @surajhajari5892
    @surajhajari5892 4 ปีที่แล้ว +2

    How you got 100000 energy balance !!!

    • @ChunzPS
      @ChunzPS  4 ปีที่แล้ว +2

      If you use local server instead of Blynk server, you can add more energy as you want.

  • @madhukeshnp
    @madhukeshnp 5 ปีที่แล้ว

    What is the monthly cost for the server ? I mean the google cloud server cost?

    • @ChunzPS
      @ChunzPS  5 ปีที่แล้ว +1

      It takes about 2 dollars per month, but now, Google provides 1 year free trial with 300 dollars.

    • @madhukeshnp
      @madhukeshnp 5 ปีที่แล้ว

      ChunzPS should i pay 300 dollars to get one year free trial ?