Where to download Blynk local server

I found that https://github.com/blynkkk/blynk-server is 404 missing page.

2 Likes

Blynk server has been deleted from github

It’s no longer supported, so it was removed. I believe you can find the required files if you’ll search a bit.

Well, I was able to find a cached version of the now removed Github page using the Wayback Machine from Archive.org. It was archived on Dec 07, 2020. (Link). So, hell yes you can find the required files online.

Anyway, I have the entire blynk-server-master.zip with me and I WILL provide it to anyone if the Wayback Machine stops working for whatever reason.

Now since the wget commands won’t work, it would be helpful if someone can tell how to proceed.

@Dmitriy Even though your Help section for Blynk Server was updated a week ago by Pavel, it doesn’t say that you’ve taken it down. Would be great if you could update it as well. Saves the new users sometime. Thanks for everything.

1 Like

I could see the writing on the wall, so I forked the Blynk Server repository a couple of weeks ago…

Enjoy!

Pete.

10 Likes

Thank you, kind sir.

2 Likes

What help section do you mean?

i think help.blynk.cc

This help section.
http://help.blynk.cc/en/articles/578659-local-server

2 Likes

Thank you very much. I found my old find and I used that to install.

1 Like

Hello.

Could you throw some light on what modifications are to be made to the wget command to install the server using your fork?

I’ve tired wget "https://github.com/Peterkn2001/blynk-server/releases/download/v0.41.15/server-0.41.15-java8.jar" - Basically replaced blynk with your github name but I get a 404 Not found error.

If it is of any help, then I’m trying to install this on a Raspi Zero and this is what I see on my terminal: wget "https://github.com/Peterkn2001/blynk-server/releases/download/v0.41.16/server-0.41.16-java8.jar" --2021-07-25 00:11:58-- https://github.com/Peterkn2001/blynk-server/releases/download/v0.41.16/server-0.41.16-java8.jar Resolving github.com (github.com)... 13.234.176.102 Connecting to github.com (github.com)|13.234.176.102|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-07-25 00:11:59 ERROR 404: Not Found.
Thank you.

@PeteKnight @Blynk_Coeur

1 Like

Mr. Knight,

Thank you so much for your efforts in preserving the original Blynk server.

The forks don’t include server jar.
So you can’t download it.

So this is it then? There’s nothing we can do?

Is it illegal if someone who already has the server running shares the file? If not, I request someone to please upload the file on GDrive and share the link. Please personal message me if sharing on a public forum is illegal.

If you can’t share share then I’d like to know if it possible to compile the jar file using the blynk-server-master.zip. Please help. :frowning_face:
@Blynk_Coeur @PeteKnight

Hi, apologies, I hadn’t picked-up on the fact that the .jar files weren’t included in the fork.

I have a few downloaded files that I should be able to add-in as releases, but I’m travelling at the moment and won’t get chance to do that until later.

Pete.

It’s simple to compile the jar file from the source, which is better and more precious than the jar file.

Just use this command in Linux/Ubuntu

mvn clean install -Dmaven.test.skip=true

then the server-0.XX.X.jar is in

./server/launcher/target folder

Actually it is still there if you look under Tags.
Latest build appears to be 0.41.16

I don’t need, but could help someone

1 Like

I’ve now added all the missing files from v0.41.14 release and the Java 11 file for the v0.41.15 release to GitHub. That’s all I have available at the moment.

Pete.

1 Like

Thanks! Mine is up and running now.

1 Like